not.css 553 B

12345678
  1. page{background-color: #fff;}
  2. .bg{width: 100%;position: absolute;top: 0;left: 0;z-index: 1;}
  3. .con{position: relative;z-index: 2;}
  4. .title{text-align: center;font-size: 70rpx;color: #108FFF;font-weight: bold;padding: 110rpx 0 0;}
  5. .list{margin: 125rpx 0 0 135rpx;}
  6. .list .li{font-size: 30rpx;color: #000;margin-bottom: 50rpx;}
  7. .list .li image{width: 66rpx;height: 66rpx;margin-right: 20rpx;}
  8. .btn{width: 560rpx;height: 94rpx;background: #108FFF;border-radius: 47rpx;font-size: 36rpx;color: #fff;text-align: center;line-height: 94rpx;margin: 220rpx auto 0;}