You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
580 B
41 lines
580 B
/* pages/set/set.wxss */
|
|
.function{
|
|
width:95%;
|
|
margin: 10px auto;
|
|
border-radius: 5px;
|
|
}
|
|
.mor{
|
|
color: gray;
|
|
font-size: 12px;
|
|
}
|
|
.function_list{
|
|
display:flex;
|
|
justify-content:space-between;
|
|
background:#fff;
|
|
margin:0;
|
|
padding:0;
|
|
color:#666;
|
|
border:0;
|
|
}
|
|
.function_left{
|
|
display: flex;
|
|
font-size:16px;
|
|
margin-left:5px;
|
|
padding-top: 3px;
|
|
}
|
|
.function .iconfont {
|
|
line-height:27px;
|
|
}
|
|
.function_text{
|
|
margin-left:5px;
|
|
}
|
|
.jiantou{
|
|
width: 10px;
|
|
height: 10px;
|
|
padding-right:10px;
|
|
}
|
|
page{
|
|
width: 100%;
|
|
height: 100%;
|
|
background:#eee !important;
|
|
}
|