39 lines
513 B
Plaintext
39 lines
513 B
Plaintext
/* pages/notice/index.wxss */
|
|
|
|
.container {
|
|
/* min-height: calc(1100 - 200rpx); */
|
|
background: #fff;
|
|
}
|
|
|
|
.body {
|
|
padding-bottom: 40rpx;
|
|
padding-left: 30rpx;
|
|
padding-right: 30rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.title {
|
|
padding-top: 40rpx;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.date {
|
|
height: 20rpx;
|
|
margin-top: 36rpx;
|
|
font-size: 20rpx;
|
|
color: #cfcfcf;
|
|
line-height: 20rpx;
|
|
}
|
|
|
|
.rich-box {
|
|
margin-top: 40rpx;
|
|
|
|
font-size: 26rpx;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
.rich-box .wscnph {
|
|
width: 100%;
|
|
}
|