style-eight.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. @charset "UTF-8";
  2. .text-center.data-v-1b903c8c {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-1b903c8c {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-1b903c8c {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-1b903c8c {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-1b903c8c {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-1b903c8c {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-1b903c8c {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-1b903c8c {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-1b903c8c {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .style-eight.data-v-1b903c8c {
  39. width: 750rpx;
  40. }
  41. .head.data-v-1b903c8c {
  42. position: fixed;
  43. top: 88rpx;
  44. left: 0;
  45. z-index: 1000;
  46. }
  47. .product.data-v-1b903c8c {
  48. margin-top: 188rpx;
  49. }
  50. .no-empty.data-v-1b903c8c {
  51. width: 100%;
  52. margin-top: 250rpx;
  53. background-color: #f7f7f7;
  54. }
  55. .u-loading-list.data-v-1b903c8c {
  56. height: 64rpx;
  57. line-height: 64rpx;
  58. text-align: center;
  59. color: #b0b0b0;
  60. font-size: 24rpx;
  61. }