index.scss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. .page{
  2. overflow-y: scroll;
  3. padding-bottom: 160rpx;
  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: 44rpx;
  86. display: flex;
  87. align-items: center;
  88. justify-content: space-between;
  89. }
  90. .parms{
  91. display: flex;
  92. flex-wrap: wrap;
  93. // padding-top:32rpx;
  94. border-bottom: 1rpx solid #EAEAEA;
  95. padding-bottom: 46rpx;
  96. position: relative;
  97. .item{
  98. width: 325rpx;
  99. height: 96rpx;
  100. border-radius: 4rpx;
  101. border: 1rpx solid #999;
  102. margin-right: 18rpx;
  103. margin-bottom: 18rpx;
  104. display: flex;
  105. align-items: center;
  106. justify-content: center;
  107. font-size: 32rpx;
  108. font-family: PingFang-SC-Medium, PingFang-SC;
  109. font-weight: 500;
  110. color: #999999;
  111. }
  112. .item:nth-of-type(2n){
  113. margin-right: 0!important;
  114. }
  115. .act{
  116. color:#333333 ;
  117. border: 1rpx solid black;
  118. }
  119. }
  120. }
  121. .bot{
  122. height: 160rpx;
  123. background: #FFFFFF;
  124. box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.16);
  125. position: fixed;
  126. width: 100%;
  127. bottom: 0;
  128. display: flex;
  129. justify-content: space-between;
  130. align-items: center;
  131. padding: 0 40rpx;
  132. .left{
  133. display: flex;
  134. align-items: center;
  135. .price{
  136. font-size: 42rpx;
  137. font-family: DINAlternate-Bold, DINAlternate;
  138. font-weight: bold;
  139. color: #333333;
  140. }
  141. image{
  142. width: 23rpx;
  143. height: 12rpx;
  144. margin-left: 16rpx;
  145. }
  146. }
  147. .right{
  148. width: 282rpx;
  149. height: 96rpx;
  150. background: #FFFFFF;
  151. border-radius: 4rpx;
  152. border: 2rpx solid #333333;
  153. display: flex;
  154. justify-content: center;
  155. align-items: center;
  156. font-size: 32rpx;
  157. font-family: PingFang-SC-Medium, PingFang-SC;
  158. font-weight: 500;
  159. color: #333333;
  160. margin-right: 96rpx;
  161. }
  162. }
  163. .rule{
  164. position: fixed;
  165. width: 96rpx;
  166. height: 96rpx;
  167. background: #FFFFFF;
  168. box-shadow: 0rpx 4rpx 24rpx -8rpx rgba(0,0,0,0.28);
  169. border: 2rpx solid #FFFFFF;
  170. right: 36rpx;
  171. bottom: 216rpx;
  172. border-radius: 50%;
  173. display: flex;
  174. align-items: center;
  175. justify-content: center;
  176. flex-direction: column;
  177. image{
  178. width: 32rpx;
  179. height: 32rpx;
  180. margin-bottom: 8rpx;
  181. }
  182. .txt{
  183. font-size: 16rpx;
  184. font-family: PingFang-SC-Medium, PingFang-SC;
  185. font-weight: 500;
  186. color: #333333;
  187. }
  188. }
  189. .topBar{
  190. height: 112rpx;
  191. background: #F9F9F9;
  192. border-radius: 24rpx 24rpx 0rpx 0rpx;
  193. display: flex;
  194. align-items: center;
  195. justify-content: space-between;
  196. .left{
  197. width: 10%;
  198. display: flex;
  199. align-items: center;
  200. justify-content: center;
  201. height: 100%;
  202. }
  203. .cen{
  204. font-size: 32rpx;
  205. font-family: PingFang-SC-Bold, PingFang-SC;
  206. font-weight: bold;
  207. color: #333333;
  208. }
  209. .close{
  210. width: 24rpx;
  211. height: 24rpx;
  212. color: #666666;
  213. width: 10%;
  214. display: flex;
  215. align-items: center;
  216. justify-content: center;
  217. height: 100%;
  218. }
  219. }
  220. .pupopCon{
  221. padding: 48rpx 32rpx;
  222. .item{
  223. margin-bottom: 30rpx;
  224. .top{
  225. display: flex;
  226. justify-content: space-between;
  227. margin-bottom: 30rpx;
  228. .name{
  229. font-size: 32rpx;
  230. font-family: PingFang-SC-Medium, PingFang-SC;
  231. font-weight: 500;
  232. color: #666666;
  233. }
  234. .info{
  235. font-size: 32rpx;
  236. font-family: PingFang-SC-Medium, PingFang-SC;
  237. font-weight: 500;
  238. color: #333333;
  239. }
  240. }
  241. .bottom{
  242. display: flex;
  243. justify-content: space-between;
  244. padding-left: 24rpx;
  245. margin-bottom: 30rpx;
  246. margin-top: 30rpx;
  247. .name{
  248. font-size: 32rpx;
  249. font-family: PingFang-SC-Medium, PingFang-SC;
  250. font-weight: 500;
  251. color: #666666;
  252. }
  253. .info{
  254. font-size: 32rpx;
  255. font-family: PingFang-SC-Medium, PingFang-SC;
  256. font-weight: 500;
  257. color: #333333;
  258. }
  259. }
  260. }
  261. }
  262. .aginInvite{
  263. // width: 168rpx;
  264. height: 52rpx;
  265. background: #FFFFFF;
  266. border-radius: 4rpx;
  267. border: 1rpx solid #333333;
  268. display: flex;
  269. align-items: center;
  270. justify-content: center;
  271. padding: 0 24rpx;
  272. }
  273. .sel{
  274. position: relative;
  275. image{
  276. position: absolute;
  277. right: 24rpx;
  278. top: 50%;
  279. transform: translateY(-50%);
  280. }
  281. }