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.

66 lines
1.1 KiB

2 years ago
/* pages/notice.wxss */
page{
width: 100%;
height: 100%;
background:#F4F5F6 !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;
flex-direction: column;
padding-top: 25rpx;
padding-bottom: 25rpx;
margin: 15rpx 25rpx 0rpx 25rpx;
background-color: white;
border-radius: 10rpx;
2 years ago
}
.function_content{
margin-left:30rpx;
2 years ago
}
.function_title{
font-size: 32rpx;
color: #333;
2 years ago
}
.function_text{
margin-top:10rpx;
font-size: 28rpx;
color:#999;
}
.function_time{
margin-top:25rpx;
text-align: center;
font-size:15px;
color:#999;
background-color: #F4F5F6;
height: 60rpx;
line-height: 60rpx;
}
.line{
margin-top: 20rpx;
background-color:#eee;
height:2rpx;
width: 640rpx;
}
.function_bottom{
margin-top: 20rpx;
margin-left:30rpx;
display: flex;
flex-direction: row;
align-items: center;
2 years ago
}
.jiantou{
position: absolute;
right: 55rpx;
width: 20rpx;
height: 20rpx;
}