2 Star 10 Fork 4

rchlz / 福多多集福小程序

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
app.wxss 913 Bytes
Copy Edit Raw Blame History
/**app.wxss**/
@import 'style/weui.wxss';
@import 'style/iconfont.wxss';
@import "/wxParse/wxParse.wxss";
.page{
font-size: 28rpx;
margin: 0 auto;
font-family: "微软雅黑";
background: #DD685C;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
font-size: 14px;
}
button{
font-size: 1.2em;
}
button.red{
background-color: #CC0000;
color: #FFF;
}
button.yellow{
background-color: #FFCC00;
}
.h1{
font-size: 2em;
}
.h2{
font-size: 1.5em;
}
.h3{
font-size: 1.3em;
}
.cells{
}
.cells .cell-item{
display: flex;
flex-flow: row nowrap;
margin: 20rpx 0;
padding: 10rpx;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
.cells .cell-item .cell-item-left{
margin-right: 10rpx;
}
.empty-list{
margin-top: 200rpx;
text-align: center;
}
wechat
1
https://gitee.com/gww0426/fuduoduo.git
git@gitee.com:gww0426/fuduoduo.git
gww0426
fuduoduo
福多多集福小程序
master

Search