1 Star 0 Fork 3

唐唐/大转盘抽奖

forked from yongchao71/大转盘抽奖 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 3.14 KB
一键复制 编辑 原始数据 按行查看 历史
yongchao71 提交于 2018-09-19 18:01 . add project code
/**app.wxss**/
@import "/public.wxss";
page{
height: 100%;
background-color: #F7F7F7;
box-sizing: border-box;
font-family:'Helvetica Neue','Hiragino Sans GB',stheiti,'Microsoft Yahei','微软雅黑',tahoma,sans-serif;
}
.container{
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.flex{
display: flex;
}
.flex-c{
display: flex;
justify-content: center;
align-items: center;
}
.fx-ai-start{
align-items: flex-start;
}
.fx-d-row{
flex-direction: row;
}
.fx-d-col{
flex-direction: column;
}
.fx-jc-sa{
justify-content: space-around;
}
.fx-jc-sb{
justify-content:space-between;
}
.fx-jc-ed{
justify-content:flex-end;
}
.fx-wp{
flex-wrap:wrap;
}
.f-14{
font-size: 28rpx;
color: #999999;
}
.f-12{ /***del*/
font-size: 24rpx;
color: #999999;
}
.f-10{
font-size: 22rpx;
color: #999999;
}
.f-16{
font-size: 32rpx;
color: #333333;
}
.f-c-3{
color: #333333;
}
.f-c-6{
color: #666666;
}
.f-c-9{
color: #999999;
}
.pd-mg{
padding: 0;
margin: 0;
}
.c-p-d{
padding: 30rpx;
}
.h-w-10{
width: 100%;
height: 100%;
}
.w-10{
width: 100%;
padding: 0;
}
.w-5{
width: 55%;
padding: 0;
}
.b-s{
box-sizing: border-box;
}
.b-d{
border: 1rpx solid #E8E8E8;
}
.b-d-tb{
border-top: 1rpx solid #E8E8E8;
border-bottom: 1rpx solid #E8E8E8;
}
.b-r{
border-radius: 50%;
}
.bk-c-w{
background-color: #ffffff;
}
.c-w{
color: #ffffff;
}
.t-a-c{
text-align: center;
}
.hide{
display: none !important;
}
.t-r{
text-align: right;
}
.t-l{
text-align: left;
}
.i-b{
display: inline-block;
vertical-align: middle;
}
.mg-b{
margin-bottom: 24rpx;
}
.bk-r-img{
background-repeat: no-repeat;
background-size:100% 100%;
}
::-webkit-scrollbar{
height: 0;
width: 0;
}
.fl {
float: left;
}
.fr {
float: right;
}
.clearfix:before,
.clearfix:after {
content: "";
height: 0;
display: block;
line-height: 0;
visibility: hidden;
clear: both;
overflow: hidden;
}
/********项目标签 带边框*********/
.product-tip{
padding: 8rpx 18rpx;
}
.com-pd{
padding: 40rpx;
}
.com-left{
padding:0 20rpx;
}
.t-b{
margin: 20rpx;
}
.p-d-bottom{
margin-bottom: 20rpx;
}
.pd-txt{
margin: 20rpx 0;
}
.com-line{
border-color: #eeeeee;
}
.com-b-shadow{
box-shadow: 0 0 8rpx 6rpx #eeeeee;
}
/**********no data start**************/
.list-none {
padding: 100rpx;
font-size: 26rpx;
height: 200rpx;
display: block;
}
.list-none-div {
display: block;
text-align: center;
height: 80rpx;
}
.nodata-img{
width: 364rpx;
height: 252rpx;
vertical-align: middle;
}
/**********no data end**************/
/**********bottom button start************/
.com-bottom-ct{
position: fixed;
bottom: 40rpx;
left: 0;
}
.n-active{
background-color:#ccc !important;
}
/**********bottom button end************/
.back-top-ct{
bottom: 70rpx;
right: 0;
height: 80rpx;
position: fixed;
text-align: right;
padding-right: 30rpx;
}
.top-icon{
width: 80rpx;
height: 80rpx;
}
.line-limit-length {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* 公共样式 - */
/* yy-{
} */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a513681467/lcy_wxa_selltool.git
[email protected]:a513681467/lcy_wxa_selltool.git
a513681467
lcy_wxa_selltool
大转盘抽奖
master

搜索帮助