practicalExperience.wxss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520
  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. flex: 1;
  169. width: 0;
  170. }
  171. .img-sex {
  172. width: 142rpx;
  173. display: flex;
  174. align-items: center;
  175. /* justify-content: center; */
  176. }
  177. .per-img1 {
  178. width: 27rpx;
  179. height: 71rpx;
  180. flex-shrink: 0;
  181. margin-right: 80rpx;
  182. margin-left: 36rpx;
  183. }
  184. .per-img2 {
  185. width: 39rpx;
  186. height: 72rpx;
  187. flex-shrink: 0;
  188. margin-right: 72rpx;
  189. margin-left: 33rpx;
  190. }
  191. .per-img3 {
  192. width: 77rpx;
  193. height: 72rpx;
  194. flex-shrink: 0;
  195. margin-right: 50rpx;
  196. margin-left: 17rpx;
  197. }
  198. .categoryitem .label {
  199. font-size: 26rpx;
  200. font-weight: 400;
  201. color: #767676;
  202. margin-right: 10rpx;
  203. display: inline-block;
  204. }
  205. .categoryitem .label2 {
  206. box-sizing: content-box;
  207. font-size: 24rpx;
  208. font-weight: 400;
  209. color: #767676;
  210. height: 38rpx;
  211. line-height: 38rpx;
  212. padding: 0 12rpx;
  213. margin: 10rpx 10rpx 0 0;
  214. background: rgba(255, 255, 255, 0.00);
  215. border: 1px solid #d7d7d7;
  216. border-radius: 4rpx;
  217. display: inline-block;
  218. }
  219. .catetop {
  220. display: flex;
  221. flex-direction: row;
  222. align-items: center;
  223. justify-content: space-between;
  224. width: 100%;
  225. }
  226. .type-sex {
  227. display: flex;
  228. font-size: 26rpx;
  229. font-family: PingFang SC, PingFang SC-Regular;
  230. font-weight: 400;
  231. margin-top: 15rpx;
  232. align-items: flex-end;
  233. justify-content: space-between;
  234. position: relative;
  235. }
  236. .type-box-sex {
  237. display: flex;
  238. font-size: 26rpx;
  239. font-family: PingFang SC, PingFang SC-Regular;
  240. font-weight: 400;
  241. /* margin-top: 15rpx; */
  242. align-items: flex-end;
  243. justify-content: space-between;
  244. }
  245. .type {
  246. background: rgba(255,255,255,0.00);
  247. border: 1px solid #d7d7d7;
  248. border-radius: 4px;
  249. padding: 4rpx 12rpx;
  250. color: #767676;
  251. }
  252. .sex {
  253. background: rgba(255,255,255,0.00);
  254. border: 1px solid #d7d7d7;
  255. border-radius: 4px;
  256. padding: 4rpx 12rpx;
  257. color: #767676;
  258. margin-left: 14rpx;
  259. }
  260. .catetop text {
  261. font-size: 24rpx;
  262. font-weight: 500;
  263. text-align: left;
  264. color: #2b2b2b;
  265. /* line-height: 52rpx; */
  266. overflow: hidden;
  267. text-overflow: ellipsis;
  268. white-space: nowrap;
  269. }
  270. .catetop .titlex {
  271. flex: 1;
  272. /* width: 0; */
  273. color: #2b2b2b;
  274. font-size: 26rpx;
  275. font-family: 'FZZhunYuan-M02S';
  276. font-weight: 400;
  277. text-overflow: ellipsis;
  278. display: -webkit-box;
  279. -webkit-line-clamp: 1;
  280. -webkit-box-orient: vertical;
  281. overflow: hidden;
  282. flex-shrink: 0;
  283. }
  284. .catetop .price {
  285. display: flex;
  286. flex-direction: row;
  287. align-items: center;
  288. }
  289. .catetop .price .p2 {
  290. font-size: 36rpx;
  291. font-weight: bold;
  292. color: #EC2E26;
  293. line-height: 45rpx;
  294. }
  295. .catetop .price .p1 {
  296. font-size: 26rpx;
  297. color: #EC2E26;
  298. line-height: 52rpx;
  299. }
  300. .catebottom {
  301. display: flex;
  302. justify-content: space-between;
  303. /* align-items: center; */
  304. margin-top: 13rpx;
  305. }
  306. .bot-left-type {
  307. font-size: 26rpx;
  308. font-family: PingFang SC, PingFang SC-Regular;
  309. font-weight: 400;
  310. color: #808080;
  311. }
  312. .time-icon {
  313. color: #FFDD36;
  314. }
  315. .bot-time {
  316. display: flex;
  317. margin-top: 15rpx;
  318. }
  319. .bot-right {
  320. display: flex;
  321. flex-direction: column;
  322. /* justify-content: space-between; */
  323. align-items: flex-end;
  324. position: absolute;
  325. right: 0;
  326. bottom: 0;
  327. }
  328. .time-box {
  329. font-size: 26rpx;
  330. font-family: PingFang SC, PingFang SC-Regular;
  331. font-weight: 400;
  332. color: #808080;
  333. margin-left: 9rpx;
  334. }
  335. .catebottom .adico {
  336. width: 17rpx;
  337. height: 24rpx;
  338. margin-right: 14rpx;
  339. display: inline-block;
  340. }
  341. .catebottom .address {
  342. display: inline-block;
  343. line-height: 24rpx;
  344. overflow: hidden;
  345. text-overflow: ellipsis;
  346. white-space: nowrap;
  347. width: 330rpx;
  348. font-size: 26rpx;
  349. font-weight: 400;
  350. text-align: left;
  351. color: #999999;
  352. }
  353. .catebottom .sub-btn-box {
  354. display: inline-block;
  355. width: calc(100% - 375rpx);
  356. text-align: right;
  357. vertical-align: text-top;
  358. margin-top: -10rpx;
  359. }
  360. .type-sex .sub-btn{
  361. background: #e6e6e6;
  362. border-radius: 28rpx;
  363. height: 55rpx;
  364. line-height: 55rpx;
  365. color: #0a0a0a;
  366. font-size: 28rpx;
  367. width: 150rpx;
  368. text-align: center;
  369. margin-top: 22rpx;
  370. }
  371. .type-sex .sub-btn.green{
  372. background: #FFDC2F;
  373. }
  374. .filter-box {
  375. padding: 47rpx 30rpx 0 30rpx;
  376. }
  377. .filter-box .close {
  378. width: 33rpx;
  379. float: left;
  380. margin-top: 10rpx;
  381. }
  382. .filter-box .title-box {
  383. font-size: 36rpx;
  384. font-weight: 400;
  385. text-align: center;
  386. color: #1a1a1a;
  387. }
  388. .filter-box .tips {
  389. box-sizing: border-box;
  390. margin-top: 25rpx;
  391. font-size: 30rpx;
  392. font-weight: 400;
  393. color: #666666;
  394. }
  395. .filter-box .tips .red {
  396. color: #ff0000;
  397. }
  398. .filter-box .class-box {
  399. height: calc(100vh - 152rpx - 147rpx);
  400. }
  401. .class-title {
  402. font-size: 34rpx;
  403. font-weight: 500;
  404. color: #1a1a1a;
  405. margin: 45rpx 0 20rpx 0;
  406. }
  407. .class-label {
  408. height: 68rpx;
  409. line-height: 68rpx;
  410. width: fit-content;
  411. border-radius: 16rpx;
  412. padding: 0 37rpx;
  413. font-size: 28rpx;
  414. font-weight: 500;
  415. display: inline-block;
  416. margin: 0 20rpx 20rpx 0;
  417. background: white;
  418. border: 1px solid #d9d9d9;
  419. color: #666666;
  420. }
  421. .class-label.active{
  422. background: #f1ffdf;
  423. border: 1px solid #9ddb52;
  424. color: #9ddb52;
  425. }
  426. .filter-box .bottom-box {
  427. height: 147rpx;
  428. display: flex;
  429. justify-content: space-between;
  430. align-items: center;
  431. }
  432. .bottom-box .left-btn {
  433. width: 172rpx;
  434. height: 88rpx;
  435. border: 1px solid #9ddb52;
  436. border-radius: 20rpx;
  437. text-align: center;
  438. font-size: 32rpx;
  439. font-weight: 400;
  440. color: #9ddb52;
  441. background: white;
  442. }
  443. .bottom-box .right-btn {
  444. width: 363rpx;
  445. height: 88rpx;
  446. border: 1px solid #9ddb52;
  447. border-radius: 20rpx;
  448. text-align: center;
  449. font-size: 32rpx;
  450. font-weight: 400;
  451. color: white;
  452. background: #9DDB52;
  453. }
  454. .nodata-img{
  455. margin: 130rpx auto;
  456. }
  457. .top-act {
  458. position: fixed;
  459. width: 750rpx;
  460. z-index: 99999;
  461. background-color: white;
  462. top: 0;
  463. display: flex;
  464. align-items: flex-end;
  465. box-sizing: border-box;
  466. padding-left: 30rpx;
  467. justify-content: space-between;
  468. padding-bottom: 10px;
  469. }
  470. .act-title {
  471. font-size: 36rpx;
  472. font-family: PingFang SC, PingFang SC-Bold;
  473. font-weight: 700;
  474. }
  475. .paging {
  476. padding: 20rpx 0;
  477. width: 100%;
  478. display: flex;
  479. justify-content: space-between;
  480. align-items: center;
  481. }
  482. .paging .page-btn {
  483. width: 150rpx;
  484. height: 66rpx;
  485. line-height: 66rpx;
  486. font-size: 24rpx;
  487. }
  488. .paging .page-num {
  489. font-size: 24rpx;
  490. }