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.

46 lines
692 B

2 years ago
/* pages/notice.wxss */
page{
width: 100%;
height: 100%;
background:#eee !important;
}
2 years ago
.mor{
color: gray;
font-size: 12px;
}
.tab_tab{
padding-top: 25rpx;
padding-bottom: 25rpx;
margin: 25rpx 25rpx 0rpx 25rpx;
background-color: white;
border-radius: 10rpx;
}
2 years ago
.function_list{
display:flex;
justify-content:space-between;
background:#fff;
}
.function_left{
font-size:16px;
margin-left:10px;
2 years ago
}
.function .iconfont {
line-height:27px;
}
.function_text{
margin-top:10px;
2 years ago
margin-left:5px;
color:#666;
}
.function_time{
margin-left:5px;
font-size:15px;
color:#999;
2 years ago
}
.jiantou{
margin-top:40rpx;
width: 20rpx;
height: 20rpx;
padding-right:20rpx;
2 years ago
}