index.wxss 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  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: #2b58a5;
  292. color: #ffffff;
  293. }
  294. /* 最会玩 */
  295. .boxm {
  296. position: relative;
  297. text-align: center;
  298. width: 100%;
  299. opacity: 1;
  300. background: #ffffff;
  301. border-radius: 20rpx 20rpx 0 0;
  302. margin-bottom: 20rpx;
  303. border-bottom: 1px solid #e6e6e6;
  304. display: flex;
  305. padding-bottom: 28rpx;
  306. }
  307. .boxmfix {
  308. margin-bottom: 15rpx;
  309. }
  310. .icon-time {
  311. margin-right: 9rpx;
  312. font-size: 30rpx;
  313. color: #ffdc2f;
  314. }
  315. .icon-pel {
  316. font-size: 30rpx;
  317. color: #ffdc2f;
  318. margin-right: 9rpx;
  319. }
  320. .img-view > image {
  321. position: relative;
  322. border-radius: 20rpx;
  323. width: 240rpx;
  324. height: 240rpx;
  325. flex-shrink: 0;
  326. }
  327. .c-BBBBBB {
  328. color: #bbbbbb;
  329. }
  330. .txt-c-t {
  331. color: #171717;
  332. font-size: 32rpx;
  333. font-weight: bold;
  334. width: 80%;
  335. }
  336. .txt-c-time > label {
  337. font-size: 30rpx;
  338. margin-bottom: 5rpx;
  339. color: #33bcb2;
  340. font-weight: bold;
  341. }
  342. .img-view {
  343. width: 100%;
  344. height: 240rpx;
  345. opacity: 1;
  346. background: rgba(0, 0, 0, 0);
  347. border-radius: 20rpx 20rpx 0px 0;
  348. }
  349. .shadow {
  350. position: absolute;
  351. top: 0;
  352. left: 0;
  353. height: 100%;
  354. width: 100%;
  355. background: rgba(0, 0, 0, 0.5);
  356. border-radius: 24rpx;
  357. }
  358. .txt-t {
  359. position: absolute;
  360. top: 100rpx;
  361. left: 110rpx;
  362. font-family: "PingFang-SC-Bold";
  363. font-weight: Bold;
  364. color: #fff;
  365. font-size: 32rpx;
  366. }
  367. .txt-b {
  368. position: absolute;
  369. top: 160rpx;
  370. left: 165rpx;
  371. font-family: "PingFang-SC-Regular";
  372. font-weight: Regular;
  373. color: #fff;
  374. font-size: 10px;
  375. }
  376. .txt-con {
  377. /* width: 100%; */
  378. padding: 0 30rpx 0 30rpx;
  379. text-align: left;
  380. display: flex;
  381. flex-direction: column;
  382. justify-content: space-between;
  383. }
  384. .txt-con-fix .title {
  385. font-size: 28rpx;
  386. line-height: 40rpx;
  387. color: #292929;
  388. margin-bottom: 10rpx;
  389. font-family: PingFang SC, PingFang SC-Bold;
  390. font-weight: 700;
  391. text-overflow: ellipsis;
  392. display: -webkit-box;
  393. -webkit-line-clamp: 1;
  394. -webkit-box-orient: vertical;
  395. overflow: hidden;
  396. }
  397. .titem {
  398. width: 100%;
  399. }
  400. .address-type {
  401. display: flex;
  402. justify-content: space-between;
  403. align-items: center;
  404. padding-top: 9rpx;
  405. }
  406. .active-type {
  407. font-size: 24rpx;
  408. font-family: PingFang SC, PingFang SC-Regular;
  409. font-weight: 400;
  410. color: #333333;
  411. flex-shrink: 0;
  412. /* width: 118rpx; */
  413. }
  414. .active-item-address {
  415. display: flex;
  416. position: relative;
  417. }
  418. .icon-list-dizhi {
  419. /* position: absolute; */
  420. color: #ffdc2f !important;
  421. font-size: 30rpx !important;
  422. margin-right: 9rpx !important;
  423. /* top: 2rpx;
  424. left: -2rpx; */
  425. }
  426. .active-item-address .address-word {
  427. font-size: 24rpx;
  428. font-family: PingFang SC, PingFang SC-Regular;
  429. font-weight: 400;
  430. color: #999999;
  431. /* margin-left: 36rpx; */
  432. white-space: nowrap;
  433. text-overflow: ellipsis;
  434. overflow: hidden;
  435. word-break: break-all;
  436. width: 400rpx;
  437. }
  438. .status {
  439. position: absolute;
  440. left: 0;
  441. top: 0;
  442. font-size: 24rpx;
  443. padding: 0 20rpx;
  444. height: 39rpx;
  445. line-height: 39rpx;
  446. text-align: center;
  447. background: rgba(0, 0, 0, 0.6);
  448. z-index: 7;
  449. color: white;
  450. border-radius: 20rpx 0 0 0;
  451. }
  452. .activestatus {
  453. background: #ffdc2f;
  454. }
  455. .baostatus {
  456. background: #3be5b2;
  457. }
  458. .endstatus {
  459. background: #707070;
  460. }
  461. .nostatus {
  462. background: rgba(251, 177, 120, 0.9);
  463. }
  464. .mstatus {
  465. background: #ff3a3a;
  466. }
  467. .txt-con .item .time-box,
  468. .txt-con .address-type,
  469. .txt-con .num-price .num {
  470. display: flex;
  471. align-items: center;
  472. }
  473. .txt-con .item .time-box,
  474. .txt-con .num-price .num {
  475. font-size: 24rpx;
  476. color: #999999;
  477. }
  478. .txt-con .item .icon-box,
  479. .txt-con .address-type .icon-box,
  480. .txt-con .num-price .icon-box {
  481. width: 35rpx;
  482. text-align: left;
  483. margin-right: 9rpx;
  484. flex-shrink: 0;
  485. }
  486. .num-price {
  487. display: flex;
  488. justify-content: space-between;
  489. font-size: 28rpx;
  490. line-height: 36rpx;
  491. font-weight: 400;
  492. color: #333333;
  493. margin-bottom: 5rpx;
  494. font-family: PingFang SC, PingFang SC-Regular;
  495. margin-top: 8rpx;
  496. position: relative;
  497. }
  498. .price-h .p1 {
  499. font-size: 20rpx;
  500. font-weight: 500;
  501. text-align: left;
  502. color: #ec2e26;
  503. }
  504. .price-h .p2 {
  505. font-size: 30rpx;
  506. font-weight: bold;
  507. text-align: left;
  508. color: #ec2e26;
  509. }