goodDetail.acss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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. .good__detail.data-v-45802466 {
  28. width: 100%;
  29. position: relative;
  30. }
  31. .good__detail-swiper.data-v-45802466 {
  32. position: relative;
  33. background-color: #FFFFFF;
  34. }
  35. .good__detail-swiper .swiper-img.data-v-45802466 {
  36. width: 100%;
  37. height: 400px;
  38. }
  39. .good__detail-swiper .indicator.data-v-45802466 {
  40. position: absolute;
  41. margin-top: -55px;
  42. margin-left: 630rpx;
  43. padding: 5px 12px;
  44. background-color: rgba(0, 0, 0, 0.35);
  45. border-radius: 100px;
  46. display: flex;
  47. flex-direction: row;
  48. justify-content: center;
  49. z-index: 1;
  50. }
  51. .good__detail-swiper .indicator__text.data-v-45802466 {
  52. color: #FFFFFF;
  53. font-size: 12px;
  54. }
  55. .good__detail-info-box.data-v-45802466 {
  56. position: absolute;
  57. top: 385px;
  58. width: 100%;
  59. border-radius: 15px;
  60. background-color: #fff;
  61. }
  62. .good__detail-info-box .good__detail-name.data-v-45802466 {
  63. padding: 24px 16px 16px;
  64. color: #333;
  65. font-size: 20px;
  66. font-weight: 700;
  67. line-height: 30px;
  68. }
  69. .good__detail-info-box .good__detail-info-body.data-v-45802466 {
  70. padding: 0 16px;
  71. box-sizing: border-box;
  72. }
  73. .good__detail-info-box .good__detail-info-body .info-item.data-v-45802466 {
  74. display: flex;
  75. justify-content: space-between;
  76. align-items: center;
  77. padding: 20px 0;
  78. border-bottom: 1px solid #f3f4f6;
  79. }
  80. .good__detail-info-box .good__detail-info-body .info-item .item__label.data-v-45802466 {
  81. color: #606266;
  82. font-size: 15px;
  83. width: 30px;
  84. font-weight: 400;
  85. }
  86. .good__detail-info-box .good__detail-info-body .info-item .item__label-address.data-v-45802466 {
  87. display: flex;
  88. max-width: 298px;
  89. }
  90. .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-placeholder.data-v-45802466 {
  91. color: #B1B4BA;
  92. margin-right: 8px;
  93. font-size: 15px;
  94. font-weight: 500;
  95. text-align: right;
  96. width: 100%;
  97. }
  98. .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-text.data-v-45802466 {
  99. margin-right: 8px;
  100. }
  101. .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-text .item__label-text1.data-v-45802466 {
  102. color: #333;
  103. text-align: right;
  104. font-size: 15px;
  105. font-weight: 500;
  106. }
  107. .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-text .item__label-text2.data-v-45802466 {
  108. color: #333;
  109. text-align: right;
  110. font-size: 15px;
  111. font-weight: 500;
  112. }
  113. .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 {
  114. margin-right: 10px;
  115. }
  116. .good__detail-info-box .good__detail-info-body .info-item .minus.data-v-45802466 {
  117. width: 31px;
  118. height: 31px;
  119. background: #F2F3F5;
  120. border-radius: 4px 0px 0px 4px;
  121. display: flex;
  122. flex-direction: row;
  123. justify-content: center;
  124. align-items: center;
  125. }
  126. .good__detail-info-box .good__detail-info-body .info-item .input.data-v-45802466 {
  127. width: 78px;
  128. height: 31px;
  129. line-height: 31px;
  130. margin: 0 2px;
  131. background: #F2F3F5;
  132. }
  133. .good__detail-info-box .good__detail-info-body .info-item .plus.data-v-45802466 {
  134. width: 31px;
  135. height: 31px;
  136. border-radius: 0px 4px 4px 0px;
  137. background: #F2F3F5;
  138. display: flex;
  139. flex-direction: row;
  140. justify-content: center;
  141. align-items: center;
  142. }
  143. .good__detail-info-box .good__detail-info-body .info-item .item-1.data-v-45802466 {
  144. display: flex;
  145. max-width: 298px;
  146. }
  147. .good__detail-info-box .good__detail-info-body .info-item .item-1 .item-1-1.data-v-45802466 {
  148. white-space: nowrap;
  149. overflow: auto;
  150. text-align: right;
  151. display: flex;
  152. align-items: center;
  153. margin-right: 8px;
  154. }
  155. .good__detail-info-box .good__detail-info-body .info-item .item-1 .item-1-1 .item-1-1-placeholder.data-v-45802466 {
  156. color: #B1B4BA;
  157. font-size: 15px;
  158. font-weight: 500;
  159. text-align: right;
  160. width: 100%;
  161. }
  162. .good__detail-info-box .good__detail-info-body .info-item .item-1 .item-1-1 .item-1-1-name.data-v-45802466 {
  163. color: #000;
  164. text-align: right;
  165. font-size: 15px;
  166. font-weight: 500;
  167. display: flex;
  168. padding: 4px 12px;
  169. flex-direction: column;
  170. justify-content: center;
  171. align-items: center;
  172. border-radius: 8px;
  173. background: #F2F3F5;
  174. margin-right: 8px;
  175. }
  176. .good__detail-info-box .good__detail-info-body .info-item .item-1 .item-1-1 .item-1-1-name.data-v-45802466:last-child {
  177. margin-right: 0;
  178. }
  179. .good__detail-info-box .good__detail-intro.data-v-45802466 {
  180. margin-top: 40px;
  181. padding: 0 16px;
  182. margin-bottom: 116px;
  183. }
  184. .good__detail-info-box .good__detail-intro .intro-title.data-v-45802466 {
  185. color: #333;
  186. font-size: 17px;
  187. font-weight: 500;
  188. }
  189. .good__detail-info-box .good__detail-intro .intro-info.data-v-45802466 {
  190. border-radius: 8px;
  191. background: #F1F7FF;
  192. padding: 20px 17px 20px 18px;
  193. margin-top: 10px;
  194. }
  195. .good__detail-info-box .good__detail-intro .intro-info .intro-info-text.data-v-45802466 {
  196. color: #4A5562;
  197. font-size: 16px;
  198. font-weight: 400;
  199. text-indent: 2em;
  200. display: inline-block;
  201. text-align: justify;
  202. line-height: 22px;
  203. }
  204. .popup-content.data-v-45802466 {
  205. padding: 16px;
  206. box-sizing: border-box;
  207. }
  208. .popup-content .spec-select-top.data-v-45802466 {
  209. margin-bottom: 12px;
  210. }
  211. .popup-content .spec-select-top .select-top-text.data-v-45802466 {
  212. color: #333;
  213. font-size: 18px;
  214. font-weight: 400;
  215. }
  216. .popup-content .select-address.data-v-45802466 {
  217. display: flex;
  218. align-items: center;
  219. justify-content: space-between;
  220. }
  221. .popup-content .spec-select-bottom.data-v-45802466 {
  222. display: flex;
  223. align-items: center;
  224. padding: 8px 9px;
  225. font-size: 15px;
  226. }
  227. .popup-content .btn.data-v-45802466 {
  228. background-color: #fff;
  229. margin-top: 248px;
  230. width: 100%;
  231. text-align: center;
  232. padding: 10px 14px 50px 14px;
  233. box-sizing: border-box;
  234. }
  235. .go-order-btn.data-v-45802466 {
  236. background-color: #fff;
  237. position: fixed;
  238. bottom: 0;
  239. width: 100%;
  240. text-align: center;
  241. padding: 10px 30px 50px 30px;
  242. box-sizing: border-box;
  243. }
  244. .data-v-45802466 .u-fade-enter-active {
  245. z-index: 10075 !important;
  246. }
  247. .data-v-45802466 .u-button {
  248. height: 50px !important;
  249. }
  250. .data-v-45802466 .u-transition .u-slide-up-enter-active {
  251. height: 380px;
  252. }
  253. .data-v-45802466 .u-picker__view__column {
  254. padding-top: 80px;
  255. /* margin-top: 50px; */
  256. }