delete-file.wxss 183 B

1234567891011121314
  1. .page-section-ctn {
  2. text-align: center;
  3. margin: 100px auto 0;
  4. width: 100%;
  5. }
  6. .page-body-text {
  7. color: #bbb;
  8. font-size: 14px;
  9. line-height: 20px;
  10. text-align: center;
  11. }