1234567891011121314151617181920212223 |
- /* pages/detail/detail.wxss */
- page{
- padding: 36rpx;
- }
- .title{
- font-weight: 500;
- font-size: 40rpx;
- line-height: 56rpx;
- margin-bottom: 10rpx;
- }
- .date{
- color: #999;
- font-size: 28rpx;
- margin-bottom: 30rpx;
- }
- .content{
- font-size: 32rpx;
- line-height: 56rpx;
- }
- .content .rich-img{
- width:100%;
- }
|