service.wxss 628 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* pages/service/service.wxss */
  2. .loading {
  3. width: 180rpx;
  4. height: 180rpx;
  5. background-color: #7d7d7d;
  6. border-radius: 6rpx;
  7. position: absolute;
  8. top: 50%;
  9. left: 50%;
  10. transform: translate(-50%, -50%);
  11. }
  12. .loading-spin {
  13. padding: 50rpx;
  14. }
  15. .rest {
  16. position: absolute;
  17. top: 50%;
  18. left: 50%;
  19. transform: translate(-50%, -50%);
  20. }
  21. .card {
  22. margin-bottom: 10rpx
  23. }
  24. .title {
  25. color: black;
  26. font-size: 34rpx;
  27. font-weight: bold;
  28. margin-top: 10rpx;
  29. }
  30. .description {
  31. margin-top: 10rpx;
  32. color: #999999;
  33. font-size: 30rpx;
  34. }
  35. .count {
  36. font-size: 25rpx;
  37. }
  38. .price {
  39. font-size: 40rpx;
  40. }