12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- page {
- padding: 0 50rpx;
- background-color: #fff
- }
- .title {
- margin-top: 38rpx;
- font-size: 36rpx;
- line-height: 44rpx;
- color: #111111;
- font-weight: bold
- }
- .title-bottom {
- display: flex;
- justify-content: space-between;
- margin-top: 20rpx;
- }
- .title-bottom .tagR {
- background: #83CEBE;
- padding: 0 20rpx;
- border-radius: 17rpx;
- line-height: 34rpx;
- font-size: 24rpx;
- color: #FFFFFF;
- height: 34rpx;
- }
- .title-bottom .time {
- line-height: 40rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #8D8D8D;
- display: flex;
- align-items: center;
- }
- .title-bottom .time > image {
- width: 24rpx;
- margin-right: 12rpx;
- }
- .content {
- margin-top: 50rpx;
- }
|