5 Star 0 Fork 0

Zii / ocmsmallappboss

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 5.07 KB
Copy Edit Raw Blame History
liuqiao authored 2018-07-11 10:39 . boss端
/**app.wxss**/
.container {
width: 100%;
background-color: white;
height: 100vh;
padding: 50px 0;
box-sizing: border-box;
}
.container{
position: absolute;
z-index: 1;
overflow: hidden;
}
.container image{
width: 100%;
}
.title-bg{
background-color: #2b2d44;
}
.nobg{
background-color: white;
}
.center{
text-align: center;
}
.z1{
box-sizing: border-box;
width: 100%;
position: relative;
z-index: 2;
}
.primalcolor{
color:#6cc49d;
}
.seccolor{
color:#eb566e;
}
.bgccolor{
color:#38416a;
}
.black{
color:#171a21;
}
.white{
color:#fafafa;
}
.input-view{
position: relative;
margin: 8px auto;
background-color: rgba(255, 255, 255, 1);
border: solid 1px #6cc49c;
border-radius: 5px;
color: #999;
}
.input-view .icon{
vertical-align:middle;
width:15px;
height:20px;
float:left;
margin:10px 0 0 15px;
}
.input-view input,.input-view .input{
overflow: hidden;
font-size: 14px;
padding: 3px 15px;
height: 34px;
line-height: 34px;
}
.padding{
padding: 0 35px;
}
.btn{
padding: 4px;
font-size: 14px;
}
.primal-btn{
color: white;
background:#6cc49d;
}
.nav{
margin: 10px auto;
color: #888;
font-size: 14px;
}
.left{
float: right;
}
.right{
float: right;
}
.flexitem1{
flex: 1;
text-align: center;
}
.node{
z-index: 1;
right: -5px;
top: -6px;
position: absolute;
background-color: #eb566a;
padding:1px 4px;
border-radius: 100px;
font-size: 12px;
line-height: 15px;
color: white;
min-width: 15px;
}
.flex{
align-content: center;
display: flex;
justify-content: center;
flex-direction: row;
}
.tip{
height: 20px;
text-align: center;
margin: 10px auto;
}
.tipcontent{
font-size: 14px;
display: inline-block;
width: auto;
}
.tipcontent image{
vertical-align: middle;
width: 12px;
height: 12px;
margin:-2px 3px 0 0 ;
}
.t1color{
color: #eb6b61;
}
.t2color{
color: #f0b924;
}
.t3color{
color: #6cc49d;
}
.inputstyle1{
background: #30324d;
line-height: 40px;
height: 40px;
padding-left: 10px;
box-sizing: border-box;
font-size: 14px;
color:white;
border-radius: 4px;
border: solid 1px #364172;
}
.inputstyle2{
background: #30324d;
line-height: 40px;
height: 40px;
padding-left: 10px;
box-sizing: border-box;
font-size: 14px;
color:white;
border-radius: 4px;
border: solid 1px #f9ce0e;
}
.btnstyle1{
background: #6cc49d;
font-size: 14px;
line-height: 40px;
outline: none;
border-radius: 5px;
}
.placeholderstyle1{
color: #ccc;
}
.picker image{
border-radius: 4px;
width: 16px;
height: 16px;
position: absolute;
right: 20px;
top: 12px;
}
.tip-icon{
top: 2px;
position: absolute;
right: 5px;
width: 25px;
height: 27px;
margin-top: 4px;
}
.card{
margin: 0 50px;
box-sizing: border-box;
position: relative;
}
.card .cardbg{
width: 100%;
height: 100%;
border-radius: 10px;
box-shadow: 0 0 6px #999;
position: absolute;
}
.card .ls{
letter-spacing: 5px;
}
.card .content{
text-align: right;
position: absolute;
top: 20px;
right: 10px;
color: white;
font-size: 20px;
}
.card .content .validate{
margin-top: 5px;
color: rgba(100, 100, 100, 0.7);
font-size: 11px;
}
.card .count text{
font-size: 14px;
}
.card .count{color: #eee;
position: absolute;
right: 10px;
font-size: 20px;
bottom:10px;
}
.card .cardno{
position: absolute;
left: 10px;
bottom:10px;
font-size: 12px;
color: #eee;
z-index: 2;
}
.card .gymlogo{
position: absolute;
width: 80px;
height: 80px;
left: 0;
bottom: 0;
z-index: 1;
}
.big-title{
color: #999;
padding: 10px 15px 0 ;
box-sizing: border-box;
position: relative;
line-height: 40px;
}
.big-title >view{
border-bottom: solid 1px #eee;
}
.big-title .right image{
margin: -2px 0 0 3px;
width: 13px;
height: 19px;
vertical-align: middle;
}
.big-title .right{
color: #ddd;
font-size: 13px;
bottom: 0;
position: absolute;
right: 20px;
}
.class-item{
padding: 8px 15px;
border-bottom: solid 1px #eee;
}
.class-item image{
border-radius: 100px;
height: 50px;
width: 50px;
float: left;
margin: 0 0 0 5px;
}
.class-item-right{
height: 50px;
position: relative;
overflow: hidden;
margin-left: 66px;
}
.class-item-right .content{
font-size: 14px;
color: #333;
position: relative;
top: 5px;
left: 5px;
}
.class-item-right .content .class-name{
color: #333;
position: absolute;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
left: 0;
right: 80px;
}
.class-item-right .content .class-count{
color: #6cc49d;
position: absolute;
right: 5px;
}
.class-item-right .date{
color: #999;
font-size: 12px;
position: absolute;
bottom: 5px;
left: 5px;
}
.class-item-right .pt{
right: 5px;
color: #999;
font-size: 12px;
position: absolute;
bottom: 5px;
}
.cardtxtcolor1{
color: #bc8312;
}
.cardtxtcolor2{
color: #468bcf;
}
.cardtxtcolor3{
color: #70b9ae;
}
.cardtxtcolor4{
color: #1c1c2d;
}
.shop-item{
text-align: center;
}
.loadingview{
line-height: 60px;
height: 60px;
font-size: 14px;
color: #ccc;
text-align: center;
}
button,view,label,textarea,input{
font-family:Roboto Lt;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jralo/ocmsmallappboss.git
git@gitee.com:jralo/ocmsmallappboss.git
jralo
ocmsmallappboss
ocmsmallappboss
master

Search

344bd9b3 5694891 D2dac590 5694891