about.wxss 344 B

123456789101112131415161718192021222324252627
  1. page {
  2. background: #fff;
  3. height: 100%;
  4. }
  5. page .container {
  6. width: 100%;
  7. }
  8. .content-box {
  9. padding: 50rpx;
  10. width: 100%;
  11. height: 163rpx;
  12. text-align: center;
  13. }
  14. .content-box image {
  15. width: 163rpx;
  16. height: 163rpx;
  17. }
  18. .text {
  19. color: #666;
  20. font-size: 30rpx;
  21. text-align: left;
  22. padding-top: 25rpx;
  23. }