39 lines
516 B
Plaintext
39 lines
516 B
Plaintext
/* pages/notice/index.wxss */
|
|
|
|
.container {
|
|
/* min-height: calc(1100 - 200rpx); */
|
|
}
|
|
|
|
.body {
|
|
padding-bottom: 40rpx;
|
|
padding-left: 30rpx;
|
|
padding-right: 30rpx;
|
|
color: aliceblue;
|
|
}
|
|
|
|
.title {
|
|
padding-top: 40rpx;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.rich-box {
|
|
margin-top: 40rpx;
|
|
|
|
font-size: 26rpx;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
.rich-box .wscnph {
|
|
width: 100%;
|
|
}
|
|
|
|
.footer-btn {
|
|
flex: 1;
|
|
background: #ffda2e;
|
|
color: #1a191e;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
line-height: 100rpx;
|
|
}
|