goodDetail.wxss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .popupOverflow.data-v-45802466 {
  28. height: 100vh;
  29. overflow: auto;
  30. }
  31. .scroll-container.data-v-45802466 {
  32. max-height: 600px;
  33. /* 设置滚动容器的最大高度,超出时将出现滚动条 */
  34. overflow-y: auto;
  35. /* 设置滚动容器的纵向overflow属性为auto,以便出现纵向滚动条 */
  36. }
  37. .good__detail.data-v-45802466 {
  38. width: 100%;
  39. position: relative;
  40. }
  41. .good__detail-swiper.data-v-45802466 {
  42. position: relative;
  43. background-color: #FFFFFF;
  44. }
  45. .good__detail-swiper .swiper-img.data-v-45802466 {
  46. width: 100%;
  47. height: 400px;
  48. }
  49. .good__detail-swiper .indicator.data-v-45802466 {
  50. position: absolute;
  51. margin-top: -55px;
  52. margin-left: 630rpx;
  53. padding: 5px 12px;
  54. background-color: rgba(0, 0, 0, 0.35);
  55. border-radius: 100px;
  56. display: flex;
  57. flex-direction: row;
  58. justify-content: center;
  59. z-index: 1;
  60. }
  61. .good__detail-swiper .indicator__text.data-v-45802466 {
  62. color: #FFFFFF;
  63. font-size: 12px;
  64. }
  65. .good__detail-info-box.data-v-45802466 {
  66. position: absolute;
  67. top: 385px;
  68. width: 100%;
  69. border-radius: 15px;
  70. background-color: #fff;
  71. }
  72. .good__detail-info-box .good__detail-name.data-v-45802466 {
  73. padding: 24px 16px 16px;
  74. color: #333;
  75. font-size: 20px;
  76. font-weight: 700;
  77. line-height: 30px;
  78. }
  79. .good__detail-info-box .good__detail-info-body.data-v-45802466 {
  80. padding: 0 16px;
  81. box-sizing: border-box;
  82. }
  83. .good__detail-info-box .good__detail-info-body .info-item.data-v-45802466 {
  84. display: flex;
  85. justify-content: space-between;
  86. align-items: center;
  87. padding: 20px 0;
  88. border-bottom: 1px solid #f3f4f6;
  89. }
  90. .good__detail-info-box .good__detail-info-body .info-item .item__label.data-v-45802466 {
  91. color: #606266;
  92. font-size: 15px;
  93. width: 30px;
  94. font-weight: 400;
  95. }
  96. .good__detail-info-box .good__detail-info-body .info-item .item__label-address.data-v-45802466 {
  97. display: flex;
  98. max-width: 298px;
  99. }
  100. .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-placeholder.data-v-45802466 {
  101. color: #B1B4BA;
  102. margin-right: 8px;
  103. font-size: 15px;
  104. font-weight: 500;
  105. text-align: right;
  106. width: 100%;
  107. }
  108. .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-text.data-v-45802466 {
  109. margin-right: 8px;
  110. }
  111. .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-text .item__label-text1.data-v-45802466 {
  112. color: #333;
  113. text-align: right;
  114. font-size: 15px;
  115. font-weight: 500;
  116. }
  117. .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-text .item__label-text2.data-v-45802466 {
  118. color: #333;
  119. text-align: right;
  120. font-size: 15px;
  121. font-weight: 500;
  122. }
  123. .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-text .item__label-text2 .label-text2-name.data-v-45802466 {
  124. margin-right: 10px;
  125. }
  126. .good__detail-info-box .good__detail-info-body .info-item .minus.data-v-45802466 {
  127. width: 31px;
  128. height: 31px;
  129. background: #F2F3F5;
  130. border-radius: 4px 0px 0px 4px;
  131. display: flex;
  132. flex-direction: row;
  133. justify-content: center;
  134. align-items: center;
  135. }
  136. .good__detail-info-box .good__detail-info-body .info-item .input.data-v-45802466 {
  137. width: 78px;
  138. height: 31px;
  139. line-height: 31px;
  140. margin: 0 2px;
  141. background: #F2F3F5;
  142. }
  143. .good__detail-info-box .good__detail-info-body .info-item .plus.data-v-45802466 {
  144. width: 31px;
  145. height: 31px;
  146. border-radius: 0px 4px 4px 0px;
  147. background: #F2F3F5;
  148. display: flex;
  149. flex-direction: row;
  150. justify-content: center;
  151. align-items: center;
  152. }
  153. .good__detail-info-box .good__detail-info-body .info-item .item-1.data-v-45802466 {
  154. display: flex;
  155. max-width: 298px;
  156. }
  157. .good__detail-info-box .good__detail-info-body .info-item .item-1 .item-1-1.data-v-45802466 {
  158. white-space: nowrap;
  159. overflow: auto;
  160. text-align: right;
  161. display: flex;
  162. align-items: center;
  163. margin-right: 8px;
  164. }
  165. .good__detail-info-box .good__detail-info-body .info-item .item-1 .item-1-1 .item-1-1-placeholder.data-v-45802466 {
  166. color: #B1B4BA;
  167. font-size: 15px;
  168. font-weight: 500;
  169. text-align: right;
  170. width: 100%;
  171. }
  172. .good__detail-info-box .good__detail-info-body .info-item .item-1 .item-1-1 .item-1-1-name.data-v-45802466 {
  173. color: #000;
  174. text-align: right;
  175. font-size: 15px;
  176. font-weight: 500;
  177. display: flex;
  178. padding: 4px 12px;
  179. flex-direction: column;
  180. justify-content: center;
  181. align-items: center;
  182. border-radius: 8px;
  183. background: #F2F3F5;
  184. margin-right: 8px;
  185. }
  186. .good__detail-info-box .good__detail-info-body .info-item .item-1 .item-1-1 .item-1-1-name.data-v-45802466:last-child {
  187. margin-right: 0;
  188. }
  189. .good__detail-info-box .good__detail-intro.data-v-45802466 {
  190. margin-top: 40px;
  191. padding: 0 16px;
  192. margin-bottom: 116px;
  193. }
  194. .good__detail-info-box .good__detail-intro .intro-title.data-v-45802466 {
  195. color: #333;
  196. font-size: 17px;
  197. font-weight: 500;
  198. }
  199. .good__detail-info-box .good__detail-intro .intro-info.data-v-45802466 {
  200. border-radius: 8px;
  201. background: #F1F7FF;
  202. padding: 20px 17px 20px 18px;
  203. margin-top: 10px;
  204. }
  205. .good__detail-info-box .good__detail-intro .intro-info .intro-info-text.data-v-45802466 {
  206. color: #4A5562;
  207. font-size: 16px;
  208. font-weight: 400;
  209. text-indent: 2em;
  210. display: inline-block;
  211. text-align: justify;
  212. line-height: 22px;
  213. }
  214. .popup-content.data-v-45802466 {
  215. padding: 16px;
  216. box-sizing: border-box;
  217. }
  218. .popup-content .spec-select-top.data-v-45802466 {
  219. margin-bottom: 12px;
  220. }
  221. .popup-content .spec-select-top .select-top-text.data-v-45802466 {
  222. color: #333;
  223. font-size: 18px;
  224. font-weight: 400;
  225. }
  226. .popup-content .select-address.data-v-45802466 {
  227. display: flex;
  228. align-items: center;
  229. justify-content: space-between;
  230. }
  231. .popup-content .spec-select-bottom.data-v-45802466 {
  232. padding: 8px 9px;
  233. font-size: 15px;
  234. }
  235. .popup-content .btn.data-v-45802466 {
  236. background-color: #fff;
  237. margin-top: 248px;
  238. width: 100%;
  239. text-align: center;
  240. padding: 10px 14px 50px 14px;
  241. box-sizing: border-box;
  242. }
  243. .go-order-btn.data-v-45802466 {
  244. background-color: #fff;
  245. position: fixed;
  246. bottom: 0;
  247. width: 100%;
  248. text-align: center;
  249. padding: 10px 30px 50px 30px;
  250. box-sizing: border-box;
  251. }
  252. .data-v-45802466 .u-fade-enter-active {
  253. z-index: 10075 !important;
  254. }
  255. .data-v-45802466 .u-button {
  256. height: 50px !important;
  257. }
  258. .data-v-45802466 .u-transition .u-slide-up-enter-active {
  259. height: 380px;
  260. }
  261. .data-v-45802466 .u-picker__view__column {
  262. padding-top: 80px;
  263. /* margin-top: 50px; */
  264. }