detail.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. @charset "UTF-8";
  2. .text-center.data-v-f8799546 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-f8799546 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-f8799546 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-f8799546 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-f8799546 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-f8799546 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-f8799546 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-f8799546 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-f8799546 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .no-tip.data-v-f8799546 {
  39. position: fixed;
  40. top: 120rpx;
  41. left: 0;
  42. right: 0;
  43. margin: 0 auto;
  44. color: #666666;
  45. font-size: 24rpx;
  46. width: 240rpx;
  47. text-align: center;
  48. }
  49. .no-tip image.data-v-f8799546 {
  50. height: 240rpx;
  51. width: 240rpx;
  52. margin-bottom: 20rpx;
  53. }
  54. .no-tip .to-composition.data-v-f8799546 {
  55. border-radius: 33rpx;
  56. width: 246rpx;
  57. text-align: center;
  58. height: 66rpx;
  59. line-height: 66rpx;
  60. margin-top: 38rpx;
  61. color: #fff;
  62. }
  63. .list.data-v-f8799546 {
  64. padding: 24rpx;
  65. }
  66. .list .title.data-v-f8799546 {
  67. font-size: 28rpx;
  68. color: #353535;
  69. }
  70. .list .item.data-v-f8799546 {
  71. margin-top: 20rpx;
  72. padding: 24rpx;
  73. border-radius: 16rpx;
  74. background-color: #fff;
  75. }
  76. .dialog-bg.data-v-f8799546 {
  77. position: fixed;
  78. top: 0;
  79. left: 0;
  80. width: 100%;
  81. height: 100%;
  82. background-color: rgba(0, 0, 0, 0.3);
  83. z-index: 202;
  84. }
  85. .dialog-bg .dialog.data-v-f8799546 {
  86. width: 630rpx;
  87. margin: 260rpx auto 0;
  88. background-color: #fff;
  89. padding-top: 40rpx;
  90. border-radius: 16rpx;
  91. }
  92. .dialog-bg .dialog .dialog-title.data-v-f8799546 {
  93. text-align: center;
  94. font-size: 26rpx;
  95. color: #999999;
  96. }
  97. .dialog-bg .dialog .dialog-title .dialog-big-title.data-v-f8799546 {
  98. font-size: 32rpx;
  99. color: #353535;
  100. margin-bottom: 10rpx;
  101. }
  102. .dialog-bg .dialog .dialog-goods-list.data-v-f8799546 {
  103. padding: 0 65rpx;
  104. margin: 26rpx 0 48rpx;
  105. }
  106. .dialog-bg .dialog .dialog-goods-list .dialog-goods.data-v-f8799546 {
  107. width: 80rpx;
  108. height: 80rpx;
  109. border-radius: 8rpx;
  110. margin: 10rpx;
  111. }
  112. .dialog-bg .dialog .dialog-goods-list .dialog-goods image.data-v-f8799546 {
  113. border-radius: 8rpx;
  114. width: 80rpx;
  115. height: 80rpx;
  116. }
  117. .dialog-bg .dialog .dialog-close.data-v-f8799546 {
  118. width: 630rpx;
  119. border-top: 2rpx solid #e2e2e2;
  120. font-size: 32rpx;
  121. text-align: center;
  122. padding: 25rpx 0;
  123. }
  124. .bottom.data-v-f8799546 {
  125. width: 100%;
  126. height: 120rpx;
  127. position: fixed;
  128. bottom: 0;
  129. left: 0;
  130. z-index: 30;
  131. background-color: #fff;
  132. border-top: 2rpx solid #e2e2e2;
  133. font-size: 24rpx;
  134. color: #353535;
  135. padding: 0 20rpx;
  136. }
  137. .bottom.iphone_x.data-v-f8799546 {
  138. height: 150rpx;
  139. padding-bottom: 50rpx;
  140. }
  141. .bottom .total-price.data-v-f8799546 {
  142. font-size: 36rpx;
  143. margin-left: 8rpx;
  144. }
  145. .bottom .submit-btn.data-v-f8799546 {
  146. width: 222rpx;
  147. height: 78rpx;
  148. border-radius: 39rpx;
  149. color: #fff;
  150. font-size: 32rpx;
  151. line-height: 78rpx;
  152. text-align: center;
  153. }
  154. .bottom .discount.data-v-f8799546 {
  155. font-size: 24rpx;
  156. }
  157. .bottom-space.data-v-f8799546 {
  158. height: 110rpx;
  159. }
  160. .bottom-space.iphone_x.data-v-f8799546 {
  161. height: 160rpx;
  162. }