rights.wxss 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. @charset "UTF-8";
  2. .text-center.data-v-2e888b8f {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-2e888b8f {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-2e888b8f {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-2e888b8f {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-2e888b8f {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-2e888b8f {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-2e888b8f {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-2e888b8f {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-2e888b8f {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .title.data-v-2e888b8f {
  39. height: 118rpx;
  40. width: 100%;
  41. background-color: #fff;
  42. }
  43. .title .title-text.data-v-2e888b8f {
  44. margin: 0 20rpx;
  45. font-size: 32rpx;
  46. color: #342e25;
  47. }
  48. .title image.data-v-2e888b8f {
  49. width: 60rpx;
  50. height: 19rpx;
  51. }
  52. .is-free.data-v-2e888b8f {
  53. height: 118rpx;
  54. padding: 0 40rpx;
  55. font-size: 32rpx;
  56. margin-top: 20rpx;
  57. color: #342e25;
  58. background-color: #fff;
  59. }
  60. .is-free image.data-v-2e888b8f {
  61. height: 40rpx;
  62. width: 40rpx;
  63. margin-right: 22rpx;
  64. }
  65. .obj.data-v-2e888b8f {
  66. background-color: #fff;
  67. }
  68. .obj .all.data-v-2e888b8f {
  69. padding-bottom: 15rpx;
  70. }
  71. .obj .all .all-item.data-v-2e888b8f {
  72. height: 90rpx;
  73. }
  74. .obj .obj-title.data-v-2e888b8f {
  75. color: #a6a6a6;
  76. font-size: 23rpx;
  77. }
  78. .obj .obj-title .line.data-v-2e888b8f {
  79. width: 40rpx;
  80. height: 2rpx;
  81. background-color: #bbbbbb;
  82. margin: 0 17rpx;
  83. }
  84. .obj .goods-holder.data-v-2e888b8f {
  85. height: 32rpx;
  86. }
  87. .obj .cat-list.data-v-2e888b8f {
  88. padding: 0 12rpx 54rpx;
  89. }
  90. .obj .cat-list .cat-item.data-v-2e888b8f {
  91. width: 218rpx;
  92. margin: 56rpx 12rpx 6rpx;
  93. text-align: center;
  94. font-size: 28rpx;
  95. color: #353535;
  96. }