index.css 897 B

123456789101112131415161718
  1. /* pages/integralshop/integralRule/index.wxss */
  2. page{background: #fff;}
  3. .banner{padding: 30rpx;font-size: 36rpx;color: #333;font-weight: bold;}
  4. .banner image{width: 100%;}
  5. .cont{padding: 25rpx;/* background: #fff;margin: 20rpx;border-radius: 12rpx; */}
  6. .cont .title{font-size: 26rpx;color: #FE0419;}
  7. .cont .text{text-indent: 2em;font-size: 26rpx;line-height: 2em;}
  8. /* .cont .li{margin-bottom: 10rpx;} */
  9. .tits{font-size: 28rpx;color: #333;font-weight: bold;margin: 60rpx 0 20rpx;}
  10. .guize{border: 1rpx solid #e5e5e5;}
  11. .guize .li{background: #f8f8f8;font-size: 28rpx;color: #333;font-weight: bold;border-bottom: 1rpx solid #e5e5e5;margin-bottom: 0;}
  12. .guize .lis{border-bottom: 1rpx solid #e5e5e5;}
  13. .guize .lis:last-child{border-bottom: none;}
  14. .label{display: block;width: 150rpx;border-right: 1rpx solid #e5e5e5;padding: 20rpx;}
  15. .item{padding: 20rpx;}
  16. .nodata image{width: 477rpx;height: 337rpx;}