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.
16 lines
258 B
16 lines
258 B
/* pages/notice/index.wxss */
|
|
.function .title{
|
|
font-size:36rpx;
|
|
text-align:left;
|
|
margin:30rpx 30rpx 10rpx 30rpx;
|
|
}
|
|
.function .time{
|
|
margin-left: 30rpx;
|
|
font-size:28rpx;
|
|
color:#999;
|
|
}
|
|
.wxParse-img{
|
|
margin:0 auto;
|
|
display:block;
|
|
width:95%;
|
|
}
|