index.acss 422 B

123456789101112131415161718192021222324252627
  1. /* pages/error/error.wxss */
  2. .image{
  3. text-align: center;
  4. margin-top: 25%;
  5. }
  6. .image image{
  7. height: 230rpx;
  8. width: 310rpx;
  9. }
  10. .err{
  11. width: 60%;
  12. height: 80rpx;
  13. background-color: var(--globleColor);
  14. margin: 0 auto;
  15. border-radius: 50rpx;
  16. line-height: 80rpx;
  17. font-size: 34rpx;
  18. font-weight: 500;
  19. color:var(--fillBgColor);
  20. text-align: center;
  21. margin-top:90rpx;
  22. }
  23. .tip{
  24. font-size:28rpx;
  25. color: #808080;
  26. margin-top:30rpx;
  27. }