integral.wxss 1.1 KB

12345678910111213
  1. @import "/static/common.wxss";
  2. .grids{position:relative;overflow:hidden;}
  3. .grids:before{content:'';position:absolute;box-sizing:border-box;width:200%;height:200%;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(.5);transform:scale(.5)}
  4. .wgrid{position:relative;float:left;padding:10rpx;width:33.33333333%; box-sizing:border-box}
  5. .vip-safe-box .wgrid{border: 1px solid #DCDDDD; border-right: 0 none; height: 200rpx; text-align: center; color: #595757; font-size: 24rpx; padding: 32rpx 0;}
  6. .vip-safe-box .wgrid:last-child, .vip-safe-box .wgrid:nth-child(3n){border-right: 1px solid #DCDDDD;}
  7. .vip-safe-box .wgrid:nth-child(n+4){border-top: 0 none;}
  8. .VS-box{color: #ea5404; font:normal 20px Arial; margin-bottom:20rpx;}
  9. .VS-box text{vertical-align:sub;font-size: 20rpx;}
  10. .VS-box-text{border:2px solid #ea5404; border-radius: 100%; width: 80rpx; height: 80rpx; line-height: 80rpx; text-align: center;display: inline-block; vertical-align: bottom;}
  11. .b{font-weight: bold;}
  12. .vip-line{border-bottom: 2rpx dashed #F1F1F1; padding-bottom: 20rpx; margin:0 20rpx 20rpx;}