index.wxss 268 B

123456789101112131415161718192021
  1. .content{
  2. padding: 20rpx;
  3. font-size: 28rpx;
  4. color: #666;
  5. }
  6. .table-item{
  7. margin-top: 40rpx;
  8. }
  9. .table-item .item-qu{
  10. font-size: 32rpx;
  11. font-weight: 700;
  12. line-height: 1.8;
  13. }
  14. .table-item .item-an{
  15. color: #999;
  16. }
  17. page{
  18. background: #fff;
  19. height: 100%;
  20. }