index.wxss 9.1 KB

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