12345678910111213141516171819202122232425262728293031323334353637383940 |
- page {
- background-color: white;
- padding: 0 30rpx;
- box-sizing: border-box;
- }
- .title {
- font-size: 35rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- color: #1a1a1a;
- text-align: center;
- margin-top: 47rpx;
- }
- .time-box {
- display: flex;
- justify-content: center;
- margin-top: 10rpx;
- font-size: 24rpx;
- font-family: PingFang SC, PingFang SC-Medium;
- font-weight: 500;
- color: #999999;
- border-bottom: 1px solid #E6E6E6;
- padding-bottom: 20rpx;
- width: 690rpx;
- }
- .time {
- margin-left: 8rpx;
- }
- .icon-time {
- color: #20A634;
- font-size: 30rpx;
- }
- .content {
- margin-top: 30rpx;
- font-size: 28rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #666666;
- width: 690rpx;
- }
|