searchCard.wxss 4.5 KB

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