search.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. @charset "UTF-8";
  2. /*每个页面公共css */
  3. .font72.data-v-4cedc0c6 {
  4. font-size: 72rpx;
  5. }
  6. .font44.data-v-4cedc0c6 {
  7. font-size: 44rpx;
  8. }
  9. .font36.data-v-4cedc0c6 {
  10. font-size: 36rpx;
  11. }
  12. .font32.data-v-4cedc0c6 {
  13. font-size: 32rpx;
  14. }
  15. .font28.data-v-4cedc0c6 {
  16. font-size: 28rpx;
  17. }
  18. .font24.data-v-4cedc0c6 {
  19. font-size: 24rpx;
  20. }
  21. .font22.data-v-4cedc0c6 {
  22. font-size: 22rpx;
  23. }
  24. .font20.data-v-4cedc0c6 {
  25. font-size: 20rpx;
  26. }
  27. .fw400.data-v-4cedc0c6 {
  28. font-weight: 400;
  29. }
  30. .fw500.data-v-4cedc0c6 {
  31. font-weight: 500;
  32. }
  33. .fw600.data-v-4cedc0c6 {
  34. font-weight: 600;
  35. }
  36. .fw700.data-v-4cedc0c6 {
  37. font-weight: 700;
  38. }
  39. .el.data-v-4cedc0c6 {
  40. white-space: nowrap;
  41. overflow: hidden;
  42. text-overflow: ellipsis;
  43. }
  44. button.data-v-4cedc0c6 {
  45. background-color: transparent;
  46. }
  47. .button-hover.data-v-4cedc0c6 {
  48. background: transparent;
  49. }
  50. button.data-v-4cedc0c6::after {
  51. border: none;
  52. box-sizing: content-box;
  53. }
  54. .data-v-4cedc0c6::-webkit-scrollbar {
  55. width: 0;
  56. height: 0;
  57. color: transparent;
  58. }
  59. .placeholder-input.data-v-4cedc0c6 {
  60. font-size: 28rpx;
  61. font-family: PingFangSC-Regular, PingFang SC;
  62. font-weight: 400;
  63. color: #B7B7C5;
  64. line-height: 40rpx;
  65. }
  66. /*每个页面公共css */
  67. .flex-center.data-v-4cedc0c6 {
  68. display: flex;
  69. justify-content: center;
  70. align-items: center;
  71. }
  72. .flex-around.data-v-4cedc0c6 {
  73. display: flex;
  74. justify-content: space-around;
  75. align-items: center;
  76. }
  77. .flex-between.data-v-4cedc0c6 {
  78. display: flex;
  79. justify-content: space-between;
  80. align-items: center;
  81. }
  82. .flex-start.data-v-4cedc0c6 {
  83. display: flex;
  84. justify-content: flex-start;
  85. align-items: center;
  86. }
  87. .flex-end.data-v-4cedc0c6 {
  88. display: flex;
  89. justify-content: flex-end;
  90. align-items: flex-end;
  91. }
  92. .null-box.data-v-4cedc0c6 {
  93. width: 100%;
  94. height: 176rpx;
  95. background-color: #151126;
  96. }
  97. .no-more.data-v-4cedc0c6 {
  98. color: #9A9ABF;
  99. text-align: center;
  100. padding: 10rpx 0rpx 30rpx 0rpx;
  101. }
  102. .container.data-v-4cedc0c6 {
  103. width: 100vw;
  104. min-height: 100vh;
  105. background-color: #151126;
  106. overflow: hidden;
  107. }
  108. .container .topnav.data-v-4cedc0c6 {
  109. margin: 0 32rpx;
  110. width: 100vw;
  111. align-items: center;
  112. position: fixed;
  113. background-color: #151126;
  114. z-index: 11;
  115. padding-bottom: 10rpx;
  116. }
  117. .container .topnav .back.data-v-4cedc0c6 {
  118. width: 40rpx;
  119. height: 40rpx;
  120. margin-right: 16rpx;
  121. }
  122. .container .search-box.data-v-4cedc0c6 {
  123. margin: 0 32rpx;
  124. height: 96rpx;
  125. width: 686rpx;
  126. align-items: center;
  127. position: fixed;
  128. background-color: #151126;
  129. z-index: 10;
  130. padding-bottom: 10rpx;
  131. }
  132. .container .search-box .input-box.data-v-4cedc0c6 {
  133. flex: 1;
  134. margin: 20rpx 0rpx;
  135. height: 80rpx;
  136. background-color: #332D4C;
  137. padding: 0rpx 24rpx;
  138. border-radius: 40rpx;
  139. }
  140. .container .search-box .input-box .search-img.data-v-4cedc0c6 {
  141. width: 40rpx;
  142. height: 40rpx;
  143. }
  144. .container .search-box .input-box .search-input.data-v-4cedc0c6 {
  145. flex: 1;
  146. color: #FFFFFF;
  147. margin-left: 5rpx;
  148. }
  149. .container .search-box .cancel.data-v-4cedc0c6 {
  150. color: #D4D4F1;
  151. margin-left: 16rpx;
  152. }
  153. .container .his-input.data-v-4cedc0c6 {
  154. margin: 0 32rpx;
  155. margin-top: 24rpx;
  156. }
  157. .container .his-input .his-item.data-v-4cedc0c6 {
  158. padding: 28rpx 0rpx;
  159. }
  160. .container .his-input .his-item .his-left.data-v-4cedc0c6 {
  161. flex: 1;
  162. }
  163. .container .his-input .his-item .his-left .his-icon.data-v-4cedc0c6 {
  164. width: 40rpx;
  165. height: 40rpx;
  166. }
  167. .container .his-input .his-item .his-left .his-text.data-v-4cedc0c6 {
  168. color: #D4D4F1;
  169. margin-left: 16rpx;
  170. }
  171. .container .his-input .his-item .his-close.data-v-4cedc0c6 {
  172. width: 32rpx;
  173. height: 32rpx;
  174. padding: 8rpx;
  175. }
  176. .container .his-input .tip.data-v-4cedc0c6 {
  177. color: #D4D4F1;
  178. text-align: center;
  179. text-decoration: underline;
  180. }
  181. .container .list-item.data-v-4cedc0c6 {
  182. margin: 0 32rpx;
  183. flex-wrap: wrap;
  184. padding: 40rpx 0rpx;
  185. }
  186. .container .list-item .list-head-box.data-v-4cedc0c6 {
  187. width: 136rpx;
  188. height: 136rpx;
  189. position: relative;
  190. }
  191. .container .list-item .list-head-box .list-head-img.data-v-4cedc0c6 {
  192. width: 136rpx;
  193. height: 136rpx;
  194. background-color: #ffffff;
  195. border-radius: 136rpx;
  196. }
  197. .container .list-item .list-head-box .list-head-dot.data-v-4cedc0c6 {
  198. width: 24rpx;
  199. height: 24rpx;
  200. border-radius: 24rpx;
  201. position: absolute;
  202. background-color: aqua;
  203. bottom: 2rpx;
  204. right: 2rpx;
  205. border: 2rpx solid #151126;
  206. }
  207. .container .list-item .list-info-box.data-v-4cedc0c6 {
  208. box-sizing: border-box;
  209. width: 544rpx;
  210. padding-left: 32rpx;
  211. height: 136rpx;
  212. flex-direction: column;
  213. display: flex;
  214. justify-content: flex-start;
  215. align-items: flex-start;
  216. }
  217. .container .list-item .list-info-box .name-box.data-v-4cedc0c6 {
  218. width: 100%;
  219. }
  220. .container .list-item .list-info-box .name-box .name .name-text.data-v-4cedc0c6 {
  221. color: #FFFFFF;
  222. }
  223. .container .list-item .list-info-box .name-box .name .name-img.data-v-4cedc0c6 {
  224. width: 68rpx;
  225. height: 32rpx;
  226. margin-left: 8rpx;
  227. }
  228. .container .list-item .list-info-box .name-box .name .name-img-godness.data-v-4cedc0c6 {
  229. width: 76rpx;
  230. height: 40rpx;
  231. margin-left: 8rpx;
  232. -webkit-transform: translateY(-5rpx);
  233. transform: translateY(-5rpx);
  234. }
  235. .container .list-item .list-info-box .name-box .distance.data-v-4cedc0c6 {
  236. color: #9A9ABF;
  237. }
  238. .container .list-item .list-info-box .sex-box.data-v-4cedc0c6 {
  239. padding: 0 15rpx;
  240. height: 32rpx;
  241. background: rgba(226, 53, 104, 0.2);
  242. border-radius: 25rpx;
  243. margin-top: 12rpx;
  244. }
  245. .container .list-item .list-info-box .sex-box .sex-img.data-v-4cedc0c6 {
  246. width: 24rpx;
  247. height: 24rpx;
  248. }
  249. .container .list-item .list-info-box .sex-box .sex-text1.data-v-4cedc0c6 {
  250. color: #E23568;
  251. margin-left: 4rpx;
  252. }
  253. .container .list-item .list-info-box .sex-box .sex-text2.data-v-4cedc0c6 {
  254. color: #6C52F4;
  255. margin-left: 4rpx;
  256. }
  257. .container .list-item .list-info-box .tip-box.data-v-4cedc0c6 {
  258. color: #9A9ABF;
  259. width: 100%;
  260. margin-top: 10rpx;
  261. }
  262. .container .list-item .img-box.data-v-4cedc0c6 {
  263. width: 544rpx;
  264. height: 168rpx;
  265. margin-left: 168rpx;
  266. margin-top: 24rpx;
  267. }
  268. .container .list-item .img-box .ib1.data-v-4cedc0c6 {
  269. width: 168rpx;
  270. height: 168rpx;
  271. border-radius: 16rpx 0rpx 0rpx 16rpx;
  272. background: #FFFFFF;
  273. }
  274. .container .list-item .img-box .ib2.data-v-4cedc0c6 {
  275. width: 168rpx;
  276. height: 168rpx;
  277. background: #FFFFFF;
  278. }
  279. .container .list-item .img-box .ib3.data-v-4cedc0c6 {
  280. width: 168rpx;
  281. height: 168rpx;
  282. border-radius: 0rpx 16rpx 16rpx 0rpx;
  283. background: #FFFFFF;
  284. }