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.

50 lines
770 B

2 years ago
/* pages/set/set.wxss */
page{
width: 100%;
height: 100%;
background:#F4F5F6 !important;
}
2 years ago
.function{
width:95%;
margin: 10px auto;
border-radius: 5px;
background-color: #F4F5F6;
2 years ago
}
.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;
2 years ago
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;
2 years ago
}