You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
2.1 KiB
Plaintext

/* pages/INFO_FILES/INFO_FILES.wxss */
page{
background: #FFF;
}
.weui-form-preview{
padding:5px 16px;
padding-bottom:10px;
margin-bottom:0px;
background: #f7f7f7;
}
.weui-form-preview:before,.weui-form-preview__hd{
padding:0;
}
.weui-form-preview:before,.weui-form-preview__hd:after,.weui-form-preview:after,.weui-cell:before{
border:none;
}
.weui-form-preview__hd .weui-form-preview__item .weui-form-preview__label{
width:100%;
color:#333;
font-size: 14px;
line-height:1.75em;
text-align: left;
text-align-last: left;
}
.weui-form-preview__hd .weui-form-preview__item .weui-form-preview__label p{
color:#666;
}
.weui-form-preview__hd .weui-form-preview__item .weui-form-preview__label span{
display: block;
float:right;
}
.weui-cells:before,.weui-cells:after{
border:none;
}
.weui-cells{
margin-top:0px;
}
.weui-cells .weui-cell{
background: #FFF;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
border-radius:5px;
padding:10px;
padding-bottom:5px;
}
.weui-cells .weui-cell.weui-shadow{
border-bottom:10px solid #f7f7f7;
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:0;
padding-top:0;
}
.weui-cells .weui-cell.weui-shadow .weui-cell__bd{
margin-left:15px;
margin-right:15px;
}
.weui-cells .weui-cell .increase{
color:#2d8cf0;
font-size:16px;
}
.weui-cells .weui-cell .increase image{
width:18px;
height:18px;
display: block;
margin-top:2px;
margin-right:5px;
float: left;
}
.weui-cells .weui-cell .weui-cell__ft button{
width:55px;
font-weight: normal;
padding:0;
min-height:30px;
line-height:30px;
text-align: center;
font-size: 14px;
background:#2d8cf0;
color:#FFF;
}
.weui-cells .weui-cell:last-child{
padding:0 !important;
}
.weui-cell__bd .img-box image{
width:auto !important;
border-radius: 5px;
cursor: pointer;
display: block;
max-width: 100%;
}
.weui-cell__bd .delete-btn{
display:block;
margin-top:5px;
font-size: 12px;
color:#fb451e;
padding:4px 7px;
border-radius:3px;
float:right;
}
.weui-cell__bd .delete-btn image{
width:12px;
height:15px;
margin-right:3px;
display: block;
float:left;
}