小程序链接助手

status.wxss 541B

123456789101112131415161718192021222324252627282930313233
  1. /* pages/status/status.wxss */
  2. .status {
  3. text-align: center;
  4. padding-top: 13vh;
  5. }
  6. .text {
  7. display: block;
  8. margin: 30rpx auto 100rpx;
  9. color: #111;
  10. font-size: 34rpx;
  11. width: 280rpx;
  12. }
  13. .button {
  14. display: block;
  15. margin: 30rpx auto;
  16. width: 540rpx;
  17. height: 80rpx;
  18. line-height: 80rpx;
  19. border-radius: 40rpx;
  20. text-align: center;
  21. background: #267DFF;
  22. border: 2rpx solid #267DFF;
  23. color: #fff;
  24. }
  25. .normal {
  26. background: #fff;
  27. color: #267DFF;
  28. border: 2rpx solid #267DFF;
  29. }
  30. .load {
  31. width: 230rpx;
  32. height: 230rpx;
  33. }