index.scss 5.9 KB

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