index.scss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. ::v-deep button::after{
  2. border: none!important;
  3. }
  4. ::v-deep button{
  5. // background-color:#fff !important;
  6. font-size: 32rpx;
  7. font-family: PingFang-SC-Medium, PingFang-SC;
  8. font-weight: 500;
  9. color: #333333;
  10. // box-sizing: content-box;
  11. // // width: 180rpx;
  12. // height: 96rpx;
  13. }
  14. .page{
  15. padding-bottom: 208rpx;
  16. }
  17. .topImg{
  18. width: 100%;
  19. height: 1124rpx;
  20. border-radius: 0 0rpx 0 40rpx;
  21. margin-bottom: 60rpx;
  22. }
  23. .cen{
  24. position: relative;
  25. padding-left: 40rpx;
  26. font-size: 36rpx;
  27. font-family: PingFang-SC-Bold, PingFang-SC;
  28. font-weight: bold;
  29. color: #333333;
  30. .water{
  31. width: 714rpx;
  32. height: 50rpx;
  33. position: absolute;
  34. top: -24rpx;
  35. left: 0;
  36. }
  37. .halfC{
  38. width: 52rpx;
  39. height: 56rpx;
  40. position: absolute;
  41. top: -18rpx;
  42. left:16rpx;
  43. }
  44. }
  45. .parmasBox{
  46. padding: 0 32rpx;
  47. .con{
  48. // height: 776rpx;
  49. background: #FFFFFF;
  50. border-radius: 0rpx 24rpx 0rpx 24rpx;
  51. border: 2rpx solid #E2E2E2;
  52. margin-top: 48rpx;
  53. padding: 40rpx 24rpx;
  54. padding-bottom: 22rpx;
  55. .top{
  56. // padding-bottom: 48rpx;
  57. // border-bottom: 2rpx solid #EAEAEA;
  58. .item{
  59. display: flex;
  60. justify-content: space-between;
  61. margin-bottom: 30rpx;
  62. .name{
  63. font-size: 28rpx;
  64. font-family: PingFang-SC-Medium, PingFang-SC;
  65. font-weight: 500;
  66. color: #666666;
  67. }
  68. .des{
  69. font-size: 32rpx;
  70. font-family: PingFang-SC-Medium, PingFang-SC;
  71. font-weight: 500;
  72. color: #333333;
  73. }
  74. }
  75. .item:last-child{
  76. margin-bottom: 0rpx;
  77. // border-bottom: 2rpx solid #EAEAEA;
  78. }
  79. }
  80. .type{
  81. .top2{
  82. font-size: 32rpx;
  83. font-family: PingFang-SC-Medium, PingFang-SC;
  84. font-weight: 500;
  85. color: #333333;
  86. display: flex;
  87. justify-content: space-between;
  88. margin-top: 24rpx;
  89. margin-bottom: 24rpx;
  90. .label{
  91. padding-left: 5rpx;
  92. }
  93. .num{
  94. }
  95. }
  96. .list{
  97. display: flex;
  98. flex-wrap: wrap;
  99. .item{
  100. margin-right: 32rpx;
  101. // margin-bottom: 14rpx;
  102. image{
  103. width: 128rpx;
  104. height: 128rpx;
  105. }
  106. .name{
  107. font-size: 28rpx;
  108. font-family: PingFang-SC-Medium, PingFang-SC;
  109. font-weight: 500;
  110. color: #333333;
  111. width: 128rpx;
  112. word-break: break-all;
  113. word-wrap: break-word;
  114. text-align: center;
  115. margin-top: 14rpx;
  116. }
  117. .num{
  118. }
  119. }
  120. .item:nth-of-type(4n){
  121. margin-right: 0;
  122. }
  123. }
  124. }
  125. }
  126. }
  127. .part2{
  128. font-size: 36rpx;
  129. font-family: PingFang-SC-Bold, PingFang-SC;
  130. font-weight: bold;
  131. color: #333333;
  132. margin-top: 48rpx;
  133. }
  134. .btnBox{
  135. height: 160rpx;
  136. background: #FFFFFF;
  137. box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.16);
  138. position: fixed;
  139. bottom: 0;
  140. width: calc(100% - 64rpx);
  141. display: flex;
  142. align-items: center;
  143. justify-content: space-between;
  144. padding: 0 32rpx;
  145. .lBtn{
  146. width: 330rpx;
  147. height: 96rpx;
  148. border-radius: 4rpx;
  149. border: 2rpx solid #333333;
  150. display: flex;
  151. justify-content: center;
  152. align-items: center;
  153. font-size: 32rpx;
  154. font-family: PingFang-SC-Medium, PingFang-SC;
  155. font-weight: 500;
  156. color: #333333;
  157. }
  158. .rBtn{
  159. width: 330rpx;
  160. height: 96rpx;
  161. background: #333333;
  162. border-radius: 4rpx;
  163. border: 2rpx solid #333333;
  164. display: flex;
  165. justify-content: center;
  166. align-items: center;
  167. font-size: 32rpx;
  168. font-family: PingFang-SC-Medium, PingFang-SC;
  169. font-weight: 500;
  170. color: #FFFFFF;
  171. }
  172. }
  173. .bot{
  174. height: 160rpx;
  175. background: #FFFFFF;
  176. box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.16);
  177. position: fixed;
  178. width: 100%;
  179. bottom: 0;
  180. display: flex;
  181. justify-content: space-between;
  182. align-items: center;
  183. padding: 0 40rpx;
  184. .left{
  185. display: flex;
  186. align-items: center;
  187. .price{
  188. font-size: 42rpx;
  189. font-family: DINAlternate-Bold, DINAlternate;
  190. font-weight: bold;
  191. color: #333333;
  192. }
  193. image{
  194. width: 23rpx;
  195. height: 12rpx;
  196. margin-left: 16rpx;
  197. }
  198. }
  199. .right{
  200. font-size: 32rpx;
  201. font-family: PingFang-SC-Medium, PingFang-SC;
  202. font-weight: 500;
  203. color: #333333;
  204. margin-right: 96rpx;
  205. display: flex;
  206. .btn{
  207. display: flex;
  208. justify-content: center;
  209. align-items: center;
  210. border-radius: 4rpx;
  211. border: 2rpx solid #333333;
  212. width: 180rpx;
  213. height: 96rpx;
  214. box-sizing: border-box;
  215. }
  216. }
  217. }
  218. .rule_img{
  219. position: fixed;
  220. width: 128rpx;
  221. height: 128rpx;
  222. right: 18rpx;
  223. bottom: 188rpx;
  224. }
  225. .rule{
  226. position: fixed;
  227. width: 96rpx;
  228. height: 96rpx;
  229. background: #FFFFFF;
  230. box-shadow: 0rpx 4rpx 24rpx -8rpx rgba(0,0,0,0.28);
  231. border: 2rpx solid #FFFFFF;
  232. right: 36rpx;
  233. bottom: 216rpx;
  234. border-radius: 50%;
  235. display: flex;
  236. align-items: center;
  237. justify-content: center;
  238. flex-direction: column;
  239. image{
  240. width: 32rpx;
  241. height: 32rpx;
  242. margin-bottom: 8rpx;
  243. }
  244. .txt{
  245. font-size: 16rpx;
  246. font-family: PingFang-SC-Medium, PingFang-SC;
  247. font-weight: 500;
  248. color: #333333;
  249. }
  250. }
  251. .topBar{
  252. height: 112rpx;
  253. background: #F9F9F9;
  254. border-radius: 24rpx 24rpx 0rpx 0rpx;
  255. display: flex;
  256. align-items: center;
  257. justify-content: space-between;
  258. .left{
  259. width: 10%;
  260. display: flex;
  261. align-items: center;
  262. justify-content: center;
  263. height: 100%;
  264. }
  265. .cen{
  266. font-size: 32rpx;
  267. font-family: PingFang-SC-Bold, PingFang-SC;
  268. font-weight: bold;
  269. color: #333333;
  270. }
  271. .close{
  272. width: 24rpx;
  273. height: 24rpx;
  274. color: #666666;
  275. width: 10%;
  276. display: flex;
  277. align-items: center;
  278. justify-content: center;
  279. height: 100%;
  280. }
  281. }
  282. .pupopCon{
  283. padding: 48rpx 32rpx;
  284. .item{
  285. height: 184rpx;
  286. .label{
  287. font-size: 32rpx;
  288. font-family: PingFang-SC-Medium, PingFang-SC;
  289. font-weight: 500;
  290. color: #333333;
  291. display: flex;
  292. align-items: center;
  293. margin-bottom: 24rpx;
  294. }
  295. }
  296. }
  297. .topBar{
  298. height: 112rpx;
  299. background: #F9F9F9;
  300. border-radius: 24rpx 24rpx 0rpx 0rpx;
  301. display: flex;
  302. align-items: center;
  303. justify-content: space-between;
  304. .left{
  305. width: 10%;
  306. display: flex;
  307. align-items: center;
  308. justify-content: center;
  309. height: 100%;
  310. }
  311. .cen{
  312. font-size: 32rpx;
  313. font-family: PingFang-SC-Bold, PingFang-SC;
  314. font-weight: bold;
  315. color: #333333;
  316. }
  317. .close{
  318. width: 24rpx;
  319. height: 24rpx;
  320. color: #666666;
  321. width: 10%;
  322. display: flex;
  323. align-items: center;
  324. justify-content: center;
  325. height: 100%;
  326. }
  327. }
  328. .pupopCon{
  329. padding: 48rpx 32rpx;
  330. box-sizing: border-box;
  331. .item{
  332. margin-bottom: 40rpx;
  333. box-sizing: border-box;
  334. height: auto;
  335. .top{
  336. display: flex;
  337. justify-content: space-between;
  338. .name{
  339. font-size: 32rpx;
  340. font-family: PingFang-SC-Medium, PingFang-SC;
  341. font-weight: 500;
  342. color: #666666;
  343. }
  344. .info{
  345. font-size: 32rpx;
  346. font-family: PingFang-SC-Medium, PingFang-SC;
  347. font-weight: 500;
  348. color: #333333;
  349. }
  350. }
  351. .bottom{
  352. display: flex;
  353. justify-content: space-between;
  354. padding-left: 24rpx;
  355. .name{
  356. font-size: 32rpx;
  357. font-family: PingFang-SC-Medium, PingFang-SC;
  358. font-weight: 500;
  359. color: #666666;
  360. }
  361. .info{
  362. font-size: 32rpx;
  363. font-family: PingFang-SC-Medium, PingFang-SC;
  364. font-weight: 500;
  365. color: #333333;
  366. }
  367. }
  368. }
  369. }