searchCard.wxss 4.5 KB

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