123456789101112131415161718192021 |
- .content{
- padding: 20rpx;
- font-size: 28rpx;
- color: #666;
- }
- .table-item{
- margin-top: 40rpx;
- }
- .table-item .item-qu{
- font-size: 32rpx;
- font-weight: 700;
- line-height: 1.8;
- }
- .table-item .item-an{
- color: #999;
- }
- page{
- background: #fff;
- height: 100%;
- }
|