search_user.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. .container{
  2. background-color: #f0f0f0;
  3. }
  4. .panelTop {
  5. width: 100%;
  6. height:100rpx;
  7. background-color: #fff;
  8. justify-content: space-between;
  9. position: fixed;
  10. top:0;
  11. }
  12. .panelTopNull {
  13. width: 100%;
  14. height:100rpx;
  15. }
  16. .panelLeft {
  17. margin-left: 20rpx;
  18. justify-content: flex-start;
  19. }
  20. .panelRight {
  21. margin-right: 20rpx;
  22. justify-content: flex-end;
  23. }
  24. .panelTopSearch{
  25. width:600rpx;
  26. height:70rpx;
  27. background-color: #F2F2F2;
  28. border-radius: 14rpx;
  29. justify-content: flex-start;
  30. position: relative;
  31. }
  32. .panelItemSearchNull{
  33. margin: 25rpx 0 40rpx 30rpx;
  34. font-size: 24rpx;
  35. color:#787878;
  36. }
  37. .universalpic_magnifier_gray_30x30{
  38. width:30rpx;
  39. height:30rpx;
  40. margin-left: 30rpx;
  41. }
  42. .panelTopSearchText{
  43. font-size: 28rpx;
  44. font-weight: 400;
  45. margin-left: 20rpx;
  46. }
  47. .input{
  48. margin-left: 20rpx;
  49. font-size:28rpx;
  50. font-weight: 400;
  51. width:450rpx;
  52. height:30rpx;
  53. }
  54. .clearData{
  55. width:80rpx;
  56. height:70rpx;
  57. position: absolute;
  58. top:0rpx;
  59. right:0rpx;
  60. }
  61. .clearData0{
  62. width:40rpx;
  63. height:40rpx;
  64. border-radius: 50%;
  65. background-color: #D2D2D2;
  66. }
  67. .universalpic_close_black_16x16{
  68. width:16rpx;
  69. height:16rpx;
  70. }
  71. .panelTop1 {
  72. width:80rpx;
  73. height:80rpx;
  74. font-size: 28rpx;
  75. font-weight: 400;
  76. }
  77. .panelTop3 {
  78. font-size: 28rpx;
  79. font-weight: 700;
  80. }
  81. .panel1{
  82. width:100%;
  83. margin-top: 60rpx;
  84. background-color: #fff;
  85. }
  86. .panel11{
  87. width:100%;
  88. justify-content: space-between;
  89. margin-bottom: 15rpx;
  90. }
  91. .panel10{
  92. margin-top: 40rpx;
  93. margin-bottom: 30rpx;
  94. }
  95. .panel11Left{
  96. margin-left: 30rpx;
  97. font-size:32rpx;
  98. align-items: flex-start;
  99. color:#4D4D4D;
  100. }
  101. .panel111{
  102. font-size:20rpx;
  103. color:#787878;
  104. }
  105. .panel11Right{
  106. width:80rpx;
  107. height:80rpx;
  108. }
  109. .universalpic_dustbin_black_24x30{
  110. width:24rpx;
  111. height:30rpx;
  112. }
  113. .panelItemSearch0 {
  114. width: 100%;
  115. justify-content: flex-start;
  116. font-size: 24rpx;
  117. background-color: #fff;
  118. flex-wrap: wrap;
  119. }
  120. .panelBtnSmall {
  121. z-index: 10;
  122. width:100%;
  123. background-color: #fff;
  124. display: flex;
  125. white-space: nowrap;
  126. }
  127. .panelBtnSmall .btn0 {
  128. width: 10rpx;
  129. display: inline-block;
  130. margin-right: 20rpx;
  131. }
  132. .panelBtnSmall .btn {
  133. background-color: #fff;
  134. border: 2rpx solid #E3E3E3;
  135. color: #1e1e1e;
  136. border-radius: 10rpx;
  137. text-align: center;
  138. line-height: 69rpx;
  139. height: 69rpx;
  140. margin-top: 30rpx;
  141. margin-right: 20rpx;
  142. padding: 0 20rpx;
  143. font-size: 24rpx;
  144. display: inline-block;
  145. }
  146. .panelNull{
  147. width: 100%;
  148. margin-top:180rpx;
  149. }
  150. .universalpic_card_none_gray_90x84{
  151. width:90rpx;
  152. height:84rpx;
  153. margin-bottom: 30rpx;
  154. }
  155. .panelNullText{
  156. color:#4D4D4D;
  157. font-size: 32rpx;
  158. }
  159. .panelAdd{
  160. width:360rpx;
  161. height:100rpx;
  162. border:2rpx solid #E3E3E3;
  163. border-radius: 10rpx;
  164. margin: 60rpx 0 180rpx 0;
  165. }
  166. .universalpic_add_black_30x30{
  167. width:30rpx;
  168. height: 30rpx;
  169. margin-left: 10rpx;
  170. }
  171. .panelAddText{
  172. font-size: 28rpx;
  173. font-weight: 400;
  174. margin-left: 20rpx;
  175. }
  176. .universalpic_indicator_right_gray{
  177. width:16rpx;
  178. height:26rpx;
  179. margin-right: 30rpx;
  180. }
  181. .panelSearching{
  182. width:100%;
  183. justify-content: flex-start;
  184. align-items: flex-start;
  185. }
  186. .panelSearching1{
  187. font-size:28rpx;
  188. color:#787878;
  189. margin: 16rpx 0 0 30rpx;
  190. }
  191. .panelSearchNull{
  192. width:100%;
  193. justify-content: flex-start;
  194. align-items: flex-start;
  195. }
  196. .panelSearchNull1{
  197. font-size:28rpx;
  198. color:#4D4D4D;
  199. margin: 16rpx 0 0 30rpx;
  200. }
  201. .panelSearchNull2{
  202. font-size:20rpx;
  203. color:#787878;
  204. margin: 4rpx 0 0 30rpx;
  205. }
  206. .panelSearchData{
  207. width:690rpx;
  208. justify-content: flex-start;
  209. margin: 30rpx 0 0 30rpx;
  210. align-items: flex-start;
  211. }
  212. .panelSearchDataImage{
  213. width:100rpx;
  214. height:116rpx;
  215. border-radius: 6rpx;
  216. }
  217. .panelSearchDataImageZ{
  218. background-color: #FFE6DB;
  219. }
  220. .panelSearchDataImageC{
  221. background-color: #F7EFBE;
  222. }
  223. .panelSearchDataImageS{
  224. background-color: #EDDDFF;
  225. }
  226. .panelSearchDataImageD{
  227. background-color: #C9EFF9;
  228. }
  229. .universalpic_dictionary_ciyu_black_55x23{
  230. width:55rpx;
  231. height:23rpx;
  232. }
  233. .universalpic_dictionary_hanzi_black_54x26{
  234. width:54rpx;
  235. height:26rpx;
  236. }
  237. .universalpic_dictionary_shici_black_53x27{
  238. width:53rpx;
  239. height:27rpx;
  240. }
  241. .universalpic_dictionary_danci_black_53x28{
  242. width:53rpx;
  243. height:28rpx;
  244. }
  245. .panelSearchData1{
  246. width:560rpx;
  247. align-items: flex-start;
  248. margin-left: 30rpx;
  249. border-bottom: 1rpx solid #E3E3E3;
  250. }
  251. .panelSearchDataText1{
  252. width: 520rpx;
  253. font-size: 30rpx;
  254. }
  255. .panelSearchDataText2{
  256. width: 520rpx;
  257. font-size: 22rpx;
  258. font-weight: 400;
  259. margin: 8rpx 0;
  260. }
  261. .panelSearchDataText3{
  262. width: 520rpx;
  263. font-size: 20rpx;
  264. color:#787878;
  265. margin-bottom: 30rpx;
  266. }
  267. .panelHeight60{
  268. width:100%;
  269. height:60rpx;
  270. }
  271. .panel2{
  272. width:100%;
  273. background-color: #f2f2f2;
  274. justify-content: flex-start;
  275. padding-top:60rpx;
  276. }
  277. .panelItem{
  278. width:710rpx;
  279. height:110rpx;
  280. border-radius: 20rpx;
  281. background-color: #fff;
  282. justify-content: space-between;
  283. margin-bottom: 30rpx;
  284. }
  285. .avatar{
  286. width:50rpx;
  287. height:50rpx;
  288. border-radius: 20rpx;
  289. margin-left:30rpx;
  290. }
  291. .panelItem1{
  292. font-size: 28rpx;
  293. font-weight: 400;
  294. color:#4D4D4D;
  295. margin-left: 20rpx;
  296. }
  297. .Arrow{
  298. width:16rpx;
  299. height:26rpx;
  300. margin-right: 30rpx;
  301. }
  302. .panelFooter{
  303. width: 100%;
  304. background-color: #fff;
  305. }
  306. .text1{
  307. margin-top: 400rpx;
  308. font-size:48rpx;
  309. color:#4D4D4D;
  310. }
  311. .text2{
  312. font-size:28rpx;
  313. color:#4D4D4D;
  314. text-align: center;
  315. }