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.
27 lines
556 B
Plaintext
27 lines
556 B
Plaintext
@import "/pages/myInfo/index.wxss";
|
|
page{
|
|
background-color: #f5f5f5;
|
|
}
|
|
.zs-list{
|
|
border-radius:8px;
|
|
padding:17px 10px;
|
|
margin-bottom: 10px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.noborder .weui-cell:first-child:before{
|
|
border-top: 0;
|
|
}
|
|
.mb20{
|
|
margin-bottom: 20px;
|
|
}
|
|
.weui-cells__group_form .weui-cell {
|
|
padding: 16px 10px;
|
|
}
|
|
.weui-cells__group_form .weui-cell:before, .weui-cells__group_form .weui-cells:before, .weui-cells__group_form .weui-cells:after {
|
|
left: 10px;
|
|
right: 10px;
|
|
}
|
|
.weui-cells:after, .weui-cells:before {
|
|
border:0 !important
|
|
} |