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