index.scss 6.0 KB

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