index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. @charset "UTF-8";
  2. .text-center.data-v-22d14364 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-22d14364 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-22d14364 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-22d14364 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-22d14364 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-22d14364 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-22d14364 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-22d14364 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-22d14364 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .page.data-v-22d14364 {
  39. position: absolute;
  40. top: 0;
  41. left: 0;
  42. height: 100%;
  43. width: 100%;
  44. background-color: #fff;
  45. }
  46. .shop-info.data-v-22d14364 {
  47. margin-top: 88rpx;
  48. color: #666666;
  49. font-size: 32rpx;
  50. }
  51. .shop-info image.data-v-22d14364 {
  52. height: 40rpx;
  53. width: 40rpx;
  54. margin-right: 24rpx;
  55. }
  56. .scan.data-v-22d14364, .scan button.data-v-22d14364 {
  57. height: 380rpx;
  58. width: 380rpx;
  59. margin: 150rpx auto 72rpx;
  60. color: #fff;
  61. font-size: 38rpx;
  62. position: relative;
  63. z-index: 10;
  64. }
  65. .scan image.data-v-22d14364 {
  66. height: 276rpx;
  67. width: 276rpx;
  68. }
  69. .icon-box.data-v-22d14364 {
  70. position: relative;
  71. }
  72. .scan-text.data-v-22d14364 {
  73. position: absolute;
  74. width: 276rpx;
  75. text-align: center;
  76. font-size: 32rpx;
  77. top: 160rpx;
  78. left: 0;
  79. right: 0;
  80. }
  81. .border-css.data-v-22d14364 {
  82. position: absolute;
  83. top: -676rpx;
  84. height: 1500rpx;
  85. width: 750rpx;
  86. left: 0;
  87. overflow: hidden;
  88. }
  89. .border-css view.data-v-22d14364 {
  90. position: absolute;
  91. height: 1300rpx;
  92. width: 1300rpx;
  93. border-radius: 50%;
  94. box-shadow: 0 0 40rpx #efefef;
  95. }
  96. .list.data-v-22d14364 {
  97. margin: 204rpx auto;
  98. position: relative;
  99. z-index: 100;
  100. width: 100%;
  101. }
  102. .item.data-v-22d14364 {
  103. text-align: center;
  104. color: #353535;
  105. font-size: 28rpx;
  106. }
  107. .item image.data-v-22d14364 {
  108. width: 80rpx;
  109. height: 80rpx;
  110. margin-bottom: 24rpx;
  111. }