|
- .detail__container{
- padding: 56rpx 30rpx;
- background: rgba(255,255,255,1);
- }
-
- .detail__title{
- font-size: 36rpx;
- color: rgba(0, 0, 0, 1);
- margin-bottom: 40rpx;
- }
-
- .detail__time{
- font-size: 32rpx;
- padding-bottom: 30rpx;
- margin-bottom: 60rpx;
- color: rgba(164, 164, 164, 1);
- border-bottom: 1px solid rgba(224, 224, 224, 1);
- }
-
- .detail__content{
- font-size: 32rpx;
- color: rgba(29, 29, 29, 1);
- line-height: 54rpx;
- }
|