index.scss 5.4 KB

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