init project

This commit is contained in:
limqhz
2020-06-21 16:27:58 +08:00
commit e8fe10b5fb
178 changed files with 9964 additions and 0 deletions

38
pages/notice/index.wxss Normal file
View File

@@ -0,0 +1,38 @@
/* 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%;
}