test.wxss 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. /* .wux-popup {
  2. width: 100% !important;
  3. max-width: 100% !important;
  4. } */
  5. .home-poster .wux-landscape__inner {
  6. padding: 0 !important;
  7. }
  8. .home-poster .popup-index--wux-popup {
  9. width: 650rpx !important;
  10. max-width: 650rpx !important;
  11. }
  12. .location {
  13. height: 126rpx;
  14. padding: 0 30rpx;
  15. margin: 18rpx 30rpx 0;
  16. border-radius: 24rpx;
  17. /* opacity: 0.45; */
  18. /* background: #FFFFFF; */
  19. background: rgba(255, 255, 255, .45);
  20. /* background-image: linear-gradient(128deg, #1AACAC 0%, #13DAD8 100%); */
  21. }
  22. /*
  23. #popup1 .wux-popup__content {
  24. border-radius: 40rpx;
  25. } */
  26. /* .location .img {
  27. position: relative;
  28. } */
  29. .location image {
  30. width: 72rpx;
  31. height: 72rpx;
  32. margin-right: 20rpx;
  33. border-radius: 50%;
  34. }
  35. /* .location .img2 {
  36. width: 96rpx;
  37. height: 28rpx;
  38. position: absolute;
  39. left: 0;
  40. top: 68rpx;
  41. }
  42. .location .img text {
  43. position: absolute;
  44. left: 26rpx;
  45. top: 66rpx;
  46. font-size: 20rpx;
  47. color: #fff;
  48. } */
  49. /* .location .text {
  50. overflow: hidden;
  51. } */
  52. /* .location text {
  53. white-space: nowrap;
  54. overflow: hidden;
  55. text-overflow: ellipsis;
  56. color: #fff;
  57. } */
  58. .location .text-box .active {
  59. width: 44rpx;
  60. height: 30rpx;
  61. color: #FF8686;
  62. font-size: 16rpx;
  63. border-radius: 8rpx;
  64. border: 2rpx solid #FF8686;
  65. margin-left: 10rpx;
  66. }
  67. swiper {
  68. height: 300rpx;
  69. /* margin-top: 20rpx; */
  70. /* padding: 0 30rpx; */
  71. }
  72. swiper image {
  73. width: 100%;
  74. height: 100%;
  75. border-radius: 24rpx;
  76. box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.01), 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  77. }
  78. .content .title,
  79. .content .title-text {
  80. height: 104rpx;
  81. /* padding: 0 30rpx; */
  82. font-size: 36rpx;
  83. font-family: PingFangSC-Semibold, PingFang SC;
  84. color: #333;
  85. /* font-family: PingFangSC-Medium; */
  86. /* font-size: 18px; */
  87. /* color: #fff; */
  88. }
  89. .content .title image {
  90. width: 32rpx;
  91. height: 32rpx;
  92. }
  93. .content .list {
  94. padding: 0 30rpx;
  95. overflow: hidden;
  96. margin-top: -20rpx;
  97. }
  98. .content .item {
  99. margin: 20rpx 0;
  100. width: 100%;
  101. background: #fff;
  102. border-radius: 24rpx;
  103. box-shadow: 4rpx 24rpx 50rpx -8rpx rgba(255, 119, 176, 0.55);
  104. /* box-shadow: 0px 4rpx 8rpx 0px rgba(221, 190, 190, 0.01), 0px 2rpx 4rpx 0px rgba(0, 0, 0, 0.15); */
  105. }
  106. .content .item-top {
  107. width: 100%;
  108. height: 282rpx;
  109. /* background: blue; */
  110. }
  111. .content .item-text {
  112. padding: 22rpx 28rpx;
  113. }
  114. .content .item-text image {
  115. width: 54rpx;
  116. height: 38rpx;
  117. /* 46+8 */
  118. }
  119. .content .item-text .box {
  120. position: relative;
  121. margin-right: 12rpx;
  122. }
  123. .content .item-text .box view {
  124. position: absolute;
  125. left: 0;
  126. top: 0;
  127. width: 46rpx;
  128. height: 38rpx;
  129. color: #fff;
  130. }
  131. .content .item-btn {
  132. /* height: 78rpx; */
  133. /* width: 100%; */
  134. /* background: rgba(19,218,216,0.09); */
  135. position: relative;
  136. padding: 0 30rpx 30rpx;
  137. }
  138. .content .item-btn .btn {
  139. width: 190rpx;
  140. height: 68rpx;
  141. color: #fff;
  142. background: #FA7D22;
  143. box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.01);
  144. border-radius: 39rpx;
  145. font-family: PingFangSC-Semibold, PingFang SC;
  146. }
  147. /* .content .case-list {
  148. white-space: nowrap;
  149. margin-bottom: 48rpx;
  150. } */
  151. .content .case-list .case-item {
  152. margin-left: 30rpx;
  153. margin-bottom: 48rpx;
  154. width: 248rpx;
  155. /* height: 100px; */
  156. /* display: inline-block; */
  157. border-radius: 16rpx;
  158. box-shadow: 4rpx 24rpx 50rpx -8rpx rgba(255, 119, 176, 0.55);
  159. }
  160. .content .case-item image {
  161. width: 248rpx;
  162. height: 248rpx;
  163. border-top-left-radius: 16rpx;
  164. border-top-right-radius: 16rpx;
  165. }
  166. .content .case-item .text-box {
  167. padding: 20rpx;
  168. }
  169. /* .content .item-btn image {
  170. height: 84rpx;
  171. width: 303rpx;
  172. position: absolute;
  173. right: 0;
  174. top: -4rpx;
  175. } */
  176. /* .content .item-btn image text {
  177. position: absolute;
  178. left: 0;
  179. top: 0;
  180. width: 100%;
  181. height: 100%;
  182. color: #fff;
  183. font-family: PingFangSC-Semibold;
  184. padding-left: 22rpx;
  185. } */
  186. /* .content {
  187. min-height: 934rpx;
  188. } */
  189. .home-coupon .img-box {
  190. position: relative;
  191. }
  192. .home-coupon .coupon-popup-img {
  193. height: 758rpx;
  194. width: 100%;
  195. }
  196. .home-poster .coupon-popup-img {
  197. height: 824rpx;
  198. width: 100%;
  199. }
  200. .home-coupon .img-box text {
  201. position: absolute;
  202. bottom: 156rpx;
  203. left: 172rpx;
  204. color: #C3004C;
  205. font-size: 24rpx;
  206. }
  207. .coupon-popup {
  208. background-color: #fff;
  209. width: 558rpx;
  210. height: 446rpx;
  211. border-radius: 40rpx;
  212. padding: 0 66rpx;
  213. box-sizing: border-box;
  214. display: flex;
  215. flex-direction: column;
  216. justify-content: center;
  217. }
  218. .coupon-popup .item {
  219. height: 135rpx;
  220. padding: 34rpx 0 40rpx;
  221. }
  222. .coupon-popup .item-left {
  223. width: 145rpx;
  224. height: 100%;
  225. font-family: PingFangSC-Semibold;
  226. color: #FFFFFF;
  227. font-size: 32rpx;
  228. border-top-left-radius: 16rpx;
  229. border-bottom-left-radius: 16rpx;
  230. background-image: radial-gradient(circle at 0px 50%, #fff 15rpx, #FF7676 15rpx);
  231. }
  232. .coupon-popup .item-right {
  233. justify-content: center;
  234. align-items: flex-start;
  235. padding-left: 16rpx;
  236. border-top-right-radius: 16rpx;
  237. border-bottom-right-radius: 16rpx;
  238. box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
  239. }
  240. .coupon-popup .item-right text {
  241. font-size: 20rpx;
  242. color: #000;
  243. }
  244. .coupon-popup .btn {
  245. width: 416rpx;
  246. height: 92rpx;
  247. background: #85DBD8;
  248. border-radius: 52px;
  249. color: #FFFFFF;
  250. font-size: 36rpx;
  251. }
  252. .btm-toast {
  253. position: fixed;
  254. bottom: 8rpx;
  255. width: 100%;
  256. /* overflow: hidden; */
  257. }
  258. .btm-toast .margin-box {
  259. margin: 0 20rpx;
  260. border-radius: 24rpx;
  261. height: 192rpx;
  262. padding: 0 44rpx;
  263. background-color: rgba(51, 51, 51, 0.89);
  264. position: relative;
  265. }
  266. .btm-toast .left-image {
  267. width: 112rpx;
  268. height: 112rpx;
  269. border: 2rpx solid #FFFFFF;
  270. box-sizing: border-box;
  271. border-radius: 50%;
  272. }
  273. .btm-toast .right {
  274. margin-left: 18rpx;
  275. line-height: 38rpx;
  276. }
  277. .btm-toast .right text {
  278. font-size: 28rpx;
  279. font-family: PingFangSC-Regular, PingFang SC;
  280. font-weight: 400;
  281. color: #FFFFFF;
  282. }
  283. .btm-toast .close {
  284. width: 48rpx;
  285. height: 48rpx;
  286. border-radius: 50%;
  287. position: absolute;
  288. right: -12rpx;
  289. top: -14rpx;
  290. }
  291. .btm-toast .btn {
  292. width: 136rpx;
  293. height: 50rpx;
  294. background: #FA7D22;
  295. border-radius: 29rpx;
  296. font-size: 28rpx;
  297. font-family: PingFangTC-Medium, PingFangTC;
  298. color: #fff;
  299. position: absolute;
  300. right: 48rpx;
  301. bottom: 28rpx;
  302. }
  303. .plan-scroll-x::-webkit-scrollbar {
  304. display: none;
  305. /* Chrome Safari */
  306. }
  307. .content {
  308. padding: 0 30rpx;
  309. }
  310. .top-box {
  311. width: 100%;
  312. height: 456rpx;
  313. box-sizing: border-box;
  314. position: relative;
  315. }
  316. .top-box .image-bgc {
  317. width: 100%;
  318. height: 100%;
  319. position: absolute;
  320. top: 0;
  321. left: 0;
  322. z-index: -1;
  323. }
  324. .top-box image {
  325. width: 48rpx;
  326. height: 48rpx;
  327. }
  328. .plan {
  329. height: 240rpx;
  330. margin-top: 20rpx;
  331. }
  332. .plan .plan-item {
  333. height: 100%;
  334. padding: 2rpx;
  335. background: #FA7D22;
  336. border-radius: 24rpx;
  337. overflow: hidden;
  338. }
  339. .plan .plan-item .top-text {
  340. height: 76rpx;
  341. padding: 0 20rpx;
  342. font-size: 28rpx;
  343. font-family: PingFangSC-Medium, PingFang SC;
  344. font-weight: 500;
  345. color: #FFFFFF;
  346. }
  347. .plan .plan-item .top-text text {
  348. font-size: 28rpx;
  349. font-family: PingFangSC-Medium, PingFang SC;
  350. font-weight: 500;
  351. color: #FFFFFF;
  352. }
  353. .plan .plan-item .bottom-box {
  354. /* width: 100%; */
  355. border-radius: 24rpx;
  356. background-color: #fff;
  357. }
  358. .plan .bottom-box .sum {
  359. font-size: 80rpx;
  360. font-family: DINCondensed-Bold, DINCondensed;
  361. font-weight: bold;
  362. color: #FA7D22;
  363. }
  364. .plan .bottom-box .text {
  365. font-size: 24rpx;
  366. font-family: PingFang-SC-Medium, PingFang-SC;
  367. font-weight: 500;
  368. color: #FA7D22;
  369. }
  370. .plan-scroll-x {
  371. padding: 0 12rpx;
  372. }
  373. .plan-scroll-x image {
  374. width: 140rpx;
  375. height: 140rpx;
  376. margin-right: 20rpx;
  377. background-color: #FA7D22;
  378. flex-shrink: 0;
  379. border-radius: 20rpx;
  380. }
  381. .project-item {
  382. height: 300rpx;
  383. background: #FFF5EE;
  384. border-radius: 24rpx;
  385. margin-bottom: 20rpx;
  386. }
  387. .project-item image {
  388. width: 185rpx;
  389. height: 240rpx;
  390. background-color: #FA7D22;
  391. }
  392. .article text {
  393. font-family: PingFang-SC-Medium, PingFang-SC;
  394. font-weight: 500;
  395. }
  396. .article-item {
  397. background: #FFFFFF;
  398. border-radius: 24rpx;
  399. padding-left: 40rpx;
  400. }
  401. .article .left {
  402. height: 300rpx;
  403. width: 300rpx;
  404. margin-right: 20rpx;
  405. }
  406. .article .left image {
  407. width: 166rpx;
  408. height: 166rpx;
  409. margin-bottom: 14rpx;
  410. /* background-color: yellow; */
  411. }
  412. .article .right-item image {
  413. width: 80rpx;
  414. height: 80rpx;
  415. }