| 12345678910111213141516171819202122 |
- .item {
- background-color: #fff;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- .title {
- line-height: 40rpx;
- font-size: 28rpx;
- color: #000000;
- font-weight: 600;
- margin-bottom: 10rpx;
- }
- .row {
- line-height: 34rpx;
- font-size: 24rpx;
- color: #333333;
- margin-top: 8rpx;
- }
- }
|