index.scss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. ::v-deep button::after{
  2. border: none!important;
  3. }
  4. ::v-deep button{
  5. font-size: 32rpx;
  6. font-family: PingFang-SC-Medium, PingFang-SC;
  7. font-weight: 500;
  8. }
  9. .orderBtn{
  10. font-size: 32rpx;
  11. font-family: PingFang-SC-Medium, PingFang-SC;
  12. font-weight: 500;
  13. color: #FFFFFF;
  14. background: #333333;
  15. border-radius: 4rpx;
  16. }
  17. .page{
  18. padding-bottom: 160rpx;
  19. overflow-x: hidden;
  20. }
  21. .topBg{
  22. width: 100vw;
  23. height: 850rpx;
  24. position: relative;
  25. z-index: 0;
  26. }
  27. .content{
  28. height: calc(100vh - 800rpx - 160rpx - 20rpx);
  29. padding: 0 36rpx;
  30. .topBox{
  31. width: 678rpx;
  32. height: 120rpx;
  33. background: #fff;
  34. box-shadow: 0rpx 12rpx 56rpx -4rpx rgba(220,212,205,0.5);
  35. border-radius: 24rpx 24rpx 24rpx 4rpx;
  36. margin-top: -60rpx;
  37. margin-left: 50%;
  38. transform: translateX(-50%);
  39. z-index: 1;
  40. position: relative;
  41. display: flex;
  42. align-items: center;
  43. justify-content: space-between;
  44. .lTxt{
  45. .water{
  46. font-size: 56rpx;
  47. font-family: Arial-BoldMT, Arial;
  48. font-weight: normal;
  49. color: #eee;
  50. position: absolute;
  51. top: 0;
  52. z-index: 0;
  53. }
  54. .water1{
  55. position: absolute;
  56. top: 0;
  57. z-index: 0;
  58. height: 56rpx;
  59. }
  60. .main{
  61. height: 100%;
  62. display: flex;
  63. align-items: center;
  64. justify-content: center;
  65. position: relative;
  66. z-index: 1;
  67. margin-left: 52rpx;
  68. image{
  69. position: absolute;
  70. z-index: 2;
  71. left: -10%;
  72. top: -20rpx;
  73. }
  74. }
  75. }
  76. .rDes{
  77. margin-right: 32rpx;
  78. width: 132rpx;
  79. height: 48rpx;
  80. border: 1rpx solid #333333;
  81. display: flex;
  82. justify-content: center;
  83. align-items: center;
  84. .con{
  85. font-size: 24rpx;
  86. font-family: PingFangSC-Regular, PingFang SC;
  87. font-weight: 400;
  88. color: #333333;
  89. }
  90. image{
  91. margin-left: 8rpx;
  92. }
  93. }
  94. }
  95. .label{
  96. font-size: 36rpx;
  97. font-family: PingFang-SC-Bold, PingFang-SC;
  98. font-weight: 500;
  99. color: #333333;
  100. margin-top: 44rpx;
  101. display: flex;
  102. align-items: center;
  103. justify-content: space-between;
  104. }
  105. .parms{
  106. display: flex;
  107. flex-wrap: wrap;
  108. // padding-top: 32rpx;
  109. border-bottom: 1rpx solid #EAEAEA;
  110. padding-bottom: 46rpx;
  111. position: relative;
  112. .item{
  113. width: 325rpx;
  114. height: 96rpx;
  115. border-radius: 4rpx;
  116. border: 1rpx solid #999;
  117. margin-right: 18rpx;
  118. margin-bottom: 18rpx;
  119. display: flex;
  120. align-items: center;
  121. justify-content: center;
  122. font-size: 32rpx;
  123. font-family: PingFang-SC-Medium, PingFang-SC;
  124. font-weight: 500;
  125. color: #999999;
  126. }
  127. .act{
  128. color:#333333 ;
  129. border: 1rpx solid black;
  130. }
  131. .item:nth-of-type(2n){
  132. margin-right: 0!important;
  133. }
  134. }
  135. }
  136. .bot{
  137. height: 160rpx;
  138. background: #FFFFFF;
  139. box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.16);
  140. position: fixed;
  141. width: 100%;
  142. bottom: 0;
  143. display: flex;
  144. justify-content: space-between;
  145. align-items: center;
  146. padding: 0 40rpx;
  147. .left{
  148. display: flex;
  149. align-items: center;
  150. .price{
  151. font-size: 42rpx;
  152. font-family: DINAlternate-Bold, DINAlternate;
  153. font-weight: bold;
  154. color: #333333;
  155. }
  156. image{
  157. width: 23rpx;
  158. height: 12rpx;
  159. margin-left: 16rpx;
  160. }
  161. }
  162. .right{
  163. width: 282rpx;
  164. height: 96rpx;
  165. background: #FFFFFF;
  166. border-radius: 4rpx;
  167. border: 2rpx solid #333333;
  168. display: flex;
  169. justify-content: center;
  170. align-items: center;
  171. font-size: 32rpx;
  172. font-family: PingFang-SC-Medium, PingFang-SC;
  173. font-weight: 500;
  174. color: #333333;
  175. margin-right: 96rpx;
  176. box-sizing: border-box;
  177. }
  178. }
  179. .rule{
  180. position: fixed;
  181. width: 96rpx;
  182. height: 96rpx;
  183. background: #FFFFFF;
  184. box-shadow: 0rpx 4rpx 24rpx -8rpx rgba(0,0,0,0.28);
  185. border: 2rpx solid #FFFFFF;
  186. right: 36rpx;
  187. bottom: 216rpx;
  188. border-radius: 50%;
  189. display: flex;
  190. align-items: center;
  191. justify-content: center;
  192. flex-direction: column;
  193. image{
  194. width: 32rpx;
  195. height: 32rpx;
  196. margin-bottom: 8rpx;
  197. }
  198. .txt{
  199. font-size: 16rpx;
  200. font-family: PingFang-SC-Medium, PingFang-SC;
  201. font-weight: 500;
  202. color: #333333;
  203. }
  204. }
  205. .topBar{
  206. height: 112rpx;
  207. background: #F9F9F9;
  208. border-radius: 24rpx 24rpx 0rpx 0rpx;
  209. display: flex;
  210. align-items: center;
  211. justify-content: space-between;
  212. .left{
  213. width: 10%;
  214. display: flex;
  215. align-items: center;
  216. justify-content: center;
  217. height: 100%;
  218. }
  219. .cen{
  220. font-size: 32rpx;
  221. font-family: PingFang-SC-Bold, PingFang-SC;
  222. font-weight: bold;
  223. color: #333333;
  224. }
  225. .close{
  226. width: 24rpx;
  227. height: 24rpx;
  228. color: #666666;
  229. width: 10%;
  230. display: flex;
  231. align-items: center;
  232. justify-content: center;
  233. height: 100%;
  234. }
  235. }
  236. .pupopCon{
  237. padding: 48rpx 32rpx;
  238. box-sizing: border-box;
  239. .item{
  240. margin-bottom: 40rpx;
  241. box-sizing: border-box;
  242. height: auto;
  243. .label{
  244. margin-bottom: 24rpx;
  245. font-size: 32rpx;
  246. font-family: PingFang-SC-Medium, PingFang-SC;
  247. font-weight: 500;
  248. color: #333333;
  249. // display: flex;
  250. // align-items: center;
  251. // margin-bottom: 24rpx;
  252. }
  253. .top{
  254. display: flex;
  255. justify-content: space-between;
  256. .name{
  257. font-size: 32rpx;
  258. font-family: PingFang-SC-Medium, PingFang-SC;
  259. font-weight: 500;
  260. color: #666666;
  261. }
  262. .info{
  263. font-size: 32rpx;
  264. font-family: PingFang-SC-Medium, PingFang-SC;
  265. font-weight: 500;
  266. color: #333333;
  267. }
  268. }
  269. .bottom{
  270. display: flex;
  271. justify-content: space-between;
  272. padding-left: 24rpx;
  273. .name{
  274. font-size: 32rpx;
  275. font-family: PingFang-SC-Medium, PingFang-SC;
  276. font-weight: 500;
  277. color: #666666;
  278. }
  279. .info{
  280. font-size: 32rpx;
  281. font-family: PingFang-SC-Medium, PingFang-SC;
  282. font-weight: 500;
  283. color: #333333;
  284. }
  285. }
  286. }
  287. }