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.
 

44 lines
672 B

/* pages/notice.wxss */
page{
width: 100%;
height: 100%;
background:#eee !important;
}
.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:0rpx;
padding:0;
color:#666;
border-bottom:20rpx solid #eee;
height: 150rpx;
}
.function_left{
/* display: flex; */
font-size:16px;
margin-left:10px;
padding-top: 3px;
}
.function .iconfont {
line-height:27px;
}
.function_text{
margin-top:10px;
margin-left:5px;
}
.jiantou{
margin-top:40rpx;
width: 20rpx;
height: 20rpx;
padding-right:20rpx;
}