practicalExperience.wxss 9.7 KB

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