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.
|
|
|
/* pages/set/set.wxss */
|
|
|
|
page{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background:#F4F5F6 !important;
|
|
|
|
}
|
|
|
|
.function{
|
|
|
|
width:95%;
|
|
|
|
margin: 10px auto;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-color: #F4F5F6;
|
|
|
|
}
|
|
|
|
.mor{
|
|
|
|
color: gray;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.function_list{
|
|
|
|
display:flex;
|
|
|
|
justify-content:space-between;
|
|
|
|
background:#fff;
|
|
|
|
padding:0;
|
|
|
|
color:#666;
|
|
|
|
}
|
|
|
|
.function_left{
|
|
|
|
display: flex;
|
|
|
|
font-size:16px;
|
|
|
|
margin-left:12px;
|
|
|
|
padding-top: 3px;
|
|
|
|
}
|
|
|
|
.function .iconfont {
|
|
|
|
line-height:27px;
|
|
|
|
}
|
|
|
|
.function_text{
|
|
|
|
margin-left:5px;
|
|
|
|
}
|
|
|
|
.jiantou{
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
padding-right:10px;
|
|
|
|
}
|
|
|
|
.logoutView{
|
|
|
|
margin:70rpx;
|
|
|
|
height: 80rpx;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 80rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: white;
|
|
|
|
border-radius: 20rpx;
|
|
|
|
background-color:#fa5151;
|
|
|
|
}
|