delete-file.wxss 226 B

1234567891011121314
  1. @import "../../../common/lib/weui.wxss";
  2. .page-section-ctn {
  3. text-align: center;
  4. margin: 200rpx auto 0;
  5. width: 100%;
  6. }
  7. .page-body-text {
  8. color: #bbb;
  9. font-size: 28rpx;
  10. line-height: 40rpx;
  11. text-align: center;
  12. }