12345678910111213141516171819202122 |
- .detail-intro {
- padding: 0 44rpx;
- color: #111;
- font-size: 30rpx;
- box-sizing: border-box;
- }
- .intro-title {
- font-size: 36rpx;
- font-weight: bold;
- padding: 68rpx 0 34rpx;
- border-bottom: 1px solid #e5e5e5;
- }
- .intro-content {
- line-height: 42rpx;
- }
- .content-label {
- padding: 34rpx 0 28rpx;
- color: #A3A4A5;
- line-height: 42rpx;
- }
|