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/notice.wxss */
|
|
|
|
page{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background:#eee !important;
|
|
|
|
}
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
.function_list{
|
|
|
|
display:flex;
|
|
|
|
justify-content:space-between;
|
|
|
|
background:#fff;
|
|
|
|
}
|
|
|
|
.function_left{
|
|
|
|
font-size:16px;
|
|
|
|
margin-left:10px;
|
|
|
|
}
|
|
|
|
.function .iconfont {
|
|
|
|
line-height:27px;
|
|
|
|
}
|
|
|
|
.function_text{
|
|
|
|
margin-top:10px;
|
|
|
|
margin-left:5px;
|
|
|
|
color:#666;
|
|
|
|
}
|
|
|
|
.function_time{
|
|
|
|
margin-left:5px;
|
|
|
|
font-size:15px;
|
|
|
|
color:#999;
|
|
|
|
}
|
|
|
|
.jiantou{
|
|
|
|
margin-top:40rpx;
|
|
|
|
width: 20rpx;
|
|
|
|
height: 20rpx;
|
|
|
|
padding-right:20rpx;
|
|
|
|
}
|