practicalExperience.wxss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552
  1. page {
  2. background-color: white;
  3. }
  4. .top-act {
  5. position: fixed;
  6. width: 750rpx;
  7. z-index: 99999;
  8. background-color: white;
  9. top: 0;
  10. display: flex;
  11. align-items: center;
  12. box-sizing: border-box;
  13. padding-left: 30rpx;
  14. font-size: 36rpx;
  15. font-family: PingFang SC, PingFang SC-Bold;
  16. font-weight: 700;
  17. }
  18. .swiper-item {
  19. height: 347rpx;
  20. width: 100%;
  21. background: #f6f6f6;
  22. }
  23. .sticky-box {
  24. border-bottom: 1px solid #e6e6e6;
  25. /* height: 103rpx; */
  26. height: 48px;
  27. padding: 0 32rpx;
  28. background-color: white;
  29. box-sizing: border-box;
  30. width: 750rpx;
  31. position: fixed !important;
  32. z-index: 100;
  33. }
  34. .content {
  35. padding: 0 32rpx 30rpx 32rpx;
  36. }
  37. /* 列表 */
  38. .namewrap {
  39. position: relative;
  40. /* padding-top: 20rpx; */
  41. }
  42. .downMenu .section {
  43. color: #585858;
  44. /* color: #1a1a1a; */
  45. font-family: PingFang-SC-Regular;
  46. text-align: center;
  47. margin-left: 0;
  48. }
  49. .downMenu {
  50. margin-top: 0rpx !important;
  51. margin-bottom: 0rpx !important;
  52. display: flex;
  53. flex-direction: row;
  54. justify-content: flex-start;
  55. padding: 0 32rpx;
  56. position: fixed;
  57. z-index: 99;
  58. background-color: white;
  59. }
  60. .gray {
  61. color: #666666;
  62. margin-left: 11rpx;
  63. }
  64. .section {
  65. /* height: 90rpx; */
  66. height: 50px;
  67. width: fit-content;
  68. display: flex;
  69. flex-direction: row;
  70. align-items: center;
  71. }
  72. .section picker {
  73. justify-content: center;
  74. }
  75. .top20 {
  76. padding-top: 15rpx;
  77. }
  78. .section .picker {
  79. display: flex;
  80. /* height: 90rpx; */
  81. height: 50px;
  82. align-items: center;
  83. width: 100%;
  84. justify-content: center;
  85. }
  86. .namewrap .nameitem {
  87. display: inline-block;
  88. font-size: 32rpx;
  89. font-weight: 600;
  90. text-align: left;
  91. color: #666666;
  92. margin-right: 43rpx;
  93. position: relative;
  94. /* height: 103rpx;
  95. line-height: 103rpx; */
  96. height: 48px;
  97. padding-top: 15rpx;
  98. /* line-height: 57px; */
  99. font-family: PingFang SC, PingFang SC-Regular;
  100. font-weight: 400;
  101. letter-spacing: 0.28px;
  102. box-sizing: border-box;
  103. }
  104. .item-line {
  105. position: absolute;
  106. bottom: 0;
  107. width: 80%;
  108. height: 4rpx;
  109. background: #ffdd36;
  110. border-radius: 2rpx;
  111. left: 50%;
  112. transform: translateX(-50%);
  113. }
  114. .namewrap .nameactive {
  115. font-size: 34rpx;
  116. font-weight: 700;
  117. text-align: left;
  118. color: #1a1a1a;
  119. }
  120. .item-box {
  121. /* width: calc(100% - 113rpx); */
  122. width: 100%;
  123. white-space: nowrap;
  124. overflow-x: auto;
  125. z-index: 1000000;
  126. position: relative;
  127. }
  128. .namewrap .filter {
  129. position: absolute;
  130. top: 20rpx;
  131. right: 0;
  132. z-index: 10;
  133. height: 49rpx;
  134. width: 103rpx;
  135. text-align: center;
  136. line-height: 49rpx;
  137. background: #ffffff;
  138. border-radius: 10rpx;
  139. color: #666666;
  140. }
  141. .namewrap .filter .triangle {
  142. background: white;
  143. border-top: 10rpx solid white;
  144. border-right: 5px solid #666666;
  145. height: 0;
  146. float: right;
  147. margin-right: 10rpx;
  148. margin-top: 30rpx;
  149. display: flex;
  150. justify-content: center;
  151. align-items: flex-end;
  152. width: 5rpx;
  153. border-radius: 0 5rpx 0rpx 0rpx;
  154. }
  155. .categoryitem {
  156. padding: 30rpx 0 30rpx 0;
  157. box-sizing: border-box;
  158. background: white;
  159. /* margin-bottom: 15rpx; */
  160. /* border-radius: 10rpx; */
  161. border-bottom: 1px solid #e6e6e6;
  162. display: flex;
  163. align-items: center;
  164. }
  165. .right-box {
  166. /* margin-left: 32rpx; */
  167. width: 544rpx;
  168. }
  169. .img-sex {
  170. width: 142rpx;
  171. display: flex;
  172. align-items: center;
  173. /* justify-content: center; */
  174. }
  175. .per-img1 {
  176. width: 27rpx;
  177. height: 71rpx;
  178. flex-shrink: 0;
  179. margin-right: 80rpx;
  180. margin-left: 36rpx;
  181. }
  182. .per-img2 {
  183. width: 39rpx;
  184. height: 72rpx;
  185. flex-shrink: 0;
  186. margin-right: 72rpx;
  187. margin-left: 33rpx;
  188. }
  189. .per-img3 {
  190. width: 77rpx;
  191. height: 72rpx;
  192. flex-shrink: 0;
  193. margin-right: 50rpx;
  194. margin-left: 17rpx;
  195. }
  196. .categoryitem .label {
  197. font-size: 26rpx;
  198. font-weight: 400;
  199. color: #767676;
  200. margin-right: 10rpx;
  201. display: inline-block;
  202. }
  203. .categoryitem .label2 {
  204. box-sizing: content-box;
  205. font-size: 24rpx;
  206. font-weight: 400;
  207. color: #767676;
  208. height: 38rpx;
  209. line-height: 38rpx;
  210. padding: 0 12rpx;
  211. margin: 10rpx 10rpx 0 0;
  212. background: rgba(255, 255, 255, 0.00);
  213. border: 1px solid #d7d7d7;
  214. border-radius: 4rpx;
  215. display: inline-block;
  216. }
  217. .catetop {
  218. display: flex;
  219. flex-direction: row;
  220. align-items: center;
  221. justify-content: space-between;
  222. }
  223. .type-sex {
  224. display: flex;
  225. font-size: 26rpx;
  226. font-family: PingFang SC, PingFang SC-Regular;
  227. font-weight: 400;
  228. margin-top: 15rpx;
  229. align-items: flex-end;
  230. justify-content: space-between;
  231. position: relative;
  232. }
  233. .type-box-sex {
  234. display: flex;
  235. font-size: 26rpx;
  236. font-family: PingFang SC, PingFang SC-Regular;
  237. font-weight: 400;
  238. /* margin-top: 15rpx; */
  239. align-items: flex-end;
  240. justify-content: space-between;
  241. }
  242. .type {
  243. background: rgba(255, 255, 255, 0.00);
  244. border: 1px solid #d7d7d7;
  245. border-radius: 4px;
  246. padding: 4rpx 12rpx;
  247. color: #767676;
  248. }
  249. .sex {
  250. background: rgba(255, 255, 255, 0.00);
  251. border: 1px solid #d7d7d7;
  252. border-radius: 4px;
  253. padding: 4rpx 12rpx;
  254. color: #767676;
  255. margin-left: 14rpx;
  256. }
  257. .catetop text {
  258. font-size: 24rpx;
  259. font-weight: 500;
  260. text-align: left;
  261. color: #2b2b2b;
  262. /* line-height: 52rpx; */
  263. overflow: hidden;
  264. text-overflow: ellipsis;
  265. white-space: nowrap;
  266. }
  267. .catetop .titlex {
  268. width: 540rpx;
  269. color: #2b2b2b;
  270. font-size: 26rpx;
  271. font-family: 'FZZhunYuan-M02S';
  272. font-weight: 400;
  273. text-overflow: ellipsis;
  274. display: -webkit-box;
  275. -webkit-line-clamp: 1;
  276. -webkit-box-orient: vertical;
  277. overflow: hidden;
  278. flex-shrink: 0;
  279. }
  280. .catetop .price {
  281. display: flex;
  282. flex-direction: row;
  283. align-items: center;
  284. }
  285. .catetop .price .p2 {
  286. font-size: 36rpx;
  287. font-weight: bold;
  288. color: #EC2E26;
  289. line-height: 45rpx;
  290. }
  291. .catetop .price .p1 {
  292. font-size: 26rpx;
  293. color: #EC2E26;
  294. line-height: 52rpx;
  295. }
  296. .catebottom {
  297. display: flex;
  298. justify-content: space-between;
  299. /* align-items: center; */
  300. margin-top: 13rpx;
  301. }
  302. .bot-left-type {
  303. font-size: 26rpx;
  304. font-family: PingFang SC, PingFang SC-Regular;
  305. font-weight: 400;
  306. color: #808080;
  307. }
  308. .time-icon {
  309. color: #FFDD36;
  310. }
  311. .bot-time {
  312. display: flex;
  313. margin-top: 15rpx;
  314. }
  315. .bot-right {
  316. display: flex;
  317. flex-direction: column;
  318. /* justify-content: space-between; */
  319. align-items: flex-end;
  320. position: absolute;
  321. right: 0;
  322. bottom: 0;
  323. }
  324. .time-box {
  325. font-size: 26rpx;
  326. font-family: PingFang SC, PingFang SC-Regular;
  327. font-weight: 400;
  328. color: #808080;
  329. margin-left: 9rpx;
  330. }
  331. .catebottom .adico {
  332. width: 17rpx;
  333. height: 24rpx;
  334. margin-right: 14rpx;
  335. display: inline-block;
  336. }
  337. .catebottom .address {
  338. display: inline-block;
  339. line-height: 24rpx;
  340. overflow: hidden;
  341. text-overflow: ellipsis;
  342. white-space: nowrap;
  343. width: 330rpx;
  344. font-size: 26rpx;
  345. font-weight: 400;
  346. text-align: left;
  347. color: #999999;
  348. }
  349. .catebottom .sub-btn-box {
  350. display: inline-block;
  351. width: calc(100% - 375rpx);
  352. text-align: right;
  353. vertical-align: text-top;
  354. margin-top: -10rpx;
  355. }
  356. .type-sex .sub-btn {
  357. background: #e6e6e6;
  358. border-radius: 28rpx;
  359. height: 55rpx;
  360. line-height: 55rpx;
  361. color: #0a0a0a;
  362. font-size: 28rpx;
  363. width: 150rpx;
  364. text-align: center;
  365. margin-top: 22rpx;
  366. }
  367. .type-sex .sub-btn.green {
  368. background: #FFDC2F;
  369. }
  370. .filter-box {
  371. padding: 47rpx 30rpx 0 30rpx;
  372. }
  373. .filter-box .close {
  374. width: 33rpx;
  375. float: left;
  376. margin-top: 10rpx;
  377. }
  378. .filter-box .title-box {
  379. font-size: 36rpx;
  380. font-weight: 400;
  381. text-align: center;
  382. color: #1a1a1a;
  383. }
  384. .filter-box .tips {
  385. box-sizing: border-box;
  386. margin-top: 25rpx;
  387. font-size: 30rpx;
  388. font-weight: 400;
  389. color: #666666;
  390. }
  391. .filter-box .tips .red {
  392. color: #ff0000;
  393. }
  394. .filter-box .class-box {
  395. height: calc(100vh - 152rpx - 147rpx);
  396. }
  397. .class-title {
  398. font-size: 34rpx;
  399. font-weight: 500;
  400. color: #1a1a1a;
  401. margin: 45rpx 0 20rpx 0;
  402. }
  403. .class-label {
  404. height: 68rpx;
  405. line-height: 68rpx;
  406. width: fit-content;
  407. border-radius: 16rpx;
  408. padding: 0 37rpx;
  409. font-size: 28rpx;
  410. font-weight: 500;
  411. display: inline-block;
  412. margin: 0 20rpx 20rpx 0;
  413. background: white;
  414. border: 1px solid #d9d9d9;
  415. color: #666666;
  416. }
  417. .class-label.active {
  418. background: #f1ffdf;
  419. border: 1px solid #9ddb52;
  420. color: #9ddb52;
  421. }
  422. .filter-box .bottom-box {
  423. height: 147rpx;
  424. display: flex;
  425. justify-content: space-between;
  426. align-items: center;
  427. }
  428. .bottom-box .left-btn {
  429. width: 172rpx;
  430. height: 88rpx;
  431. border: 1px solid #9ddb52;
  432. border-radius: 20rpx;
  433. text-align: center;
  434. font-size: 32rpx;
  435. font-weight: 400;
  436. color: #9ddb52;
  437. background: white;
  438. }
  439. .bottom-box .right-btn {
  440. width: 363rpx;
  441. height: 88rpx;
  442. border: 1px solid #9ddb52;
  443. border-radius: 20rpx;
  444. text-align: center;
  445. font-size: 32rpx;
  446. font-weight: 400;
  447. color: white;
  448. background: #9DDB52;
  449. }
  450. .nodata-img {
  451. margin: 130rpx auto;
  452. }
  453. .top-act {
  454. position: fixed;
  455. width: 750rpx;
  456. z-index: 99999;
  457. background-color: white;
  458. top: 0;
  459. display: flex;
  460. align-items: flex-end;
  461. box-sizing: border-box;
  462. padding-left: 30rpx;
  463. justify-content: space-between;
  464. padding-bottom: 10px;
  465. }
  466. .act-title {
  467. font-size: 36rpx;
  468. font-family: PingFang SC, PingFang SC-Bold;
  469. font-weight: 700;
  470. }
  471. .paging {
  472. padding: 20rpx 0;
  473. width: 100%;
  474. display: flex;
  475. justify-content: space-between;
  476. align-items: center;
  477. }
  478. .paging .page-btn {
  479. width: 150rpx;
  480. height: 66rpx;
  481. line-height: 66rpx;
  482. font-size: 24rpx;
  483. }
  484. .paging .page-num {
  485. font-size: 24rpx;
  486. }