addInfomation.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  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. z-index: 50;
  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: 500;
  81. }
  82. .panel1{
  83. width:100%;
  84. background-color: #fff;
  85. }
  86. .panel10{
  87. margin-top: 60rpx;
  88. }
  89. .panel11{
  90. width:100%;
  91. justify-content: space-between;
  92. margin-bottom: 15rpx;
  93. }
  94. .panel10{
  95. margin-top: 40rpx;
  96. margin-bottom: 30rpx;
  97. }
  98. .panel11Left{
  99. margin-left: 30rpx;
  100. font-size:32rpx;
  101. align-items: flex-start;
  102. color:#4D4D4D;
  103. }
  104. .panel111{
  105. font-size:20rpx;
  106. color:#787878;
  107. }
  108. .panel11Right{
  109. width:100rpx;
  110. height:100rpx;
  111. margin-right: 20rpx;
  112. }
  113. .universalpic_dustbin_black_24x30{
  114. width:24rpx;
  115. height:30rpx;
  116. }
  117. .panelItemSearch0 {
  118. width: 100%;
  119. justify-content: flex-start;
  120. font-size: 24rpx;
  121. background-color: #fff;
  122. flex-wrap: wrap;
  123. }
  124. .panelBtnSmall {
  125. z-index: 10;
  126. width:100%;
  127. background-color: #fff;
  128. display: flex;
  129. white-space: nowrap;
  130. }
  131. .panelBtnSmall .btn0 {
  132. width: 10rpx;
  133. display: inline-block;
  134. margin-right: 20rpx;
  135. }
  136. .panelBtnSmall .btn {
  137. background-color: #fff;
  138. border: 2rpx solid #E3E3E3;
  139. color: #1e1e1e;
  140. border-radius: 10rpx;
  141. text-align: center;
  142. line-height: 69rpx;
  143. height: 69rpx;
  144. margin-top: 30rpx;
  145. margin-right: 20rpx;
  146. padding: 0 20rpx;
  147. font-size: 24rpx;
  148. display: inline-block;
  149. }
  150. .panelSearchData0{
  151. width:100%;
  152. background-color: #F2F2F2;
  153. border-top:1rpx solid #d2d2d2;
  154. }
  155. .panelSearchData01{
  156. width:710rpx;
  157. background-color: #fff;
  158. margin: 30rpx 0;
  159. }
  160. .panelSearchData{
  161. width:100%;
  162. justify-content: flex-start;
  163. align-items: flex-start;
  164. margin-top: 30rpx;
  165. position: relative;
  166. }
  167. .panelSearchDataOther{
  168. width:710rpx;
  169. margin-bottom: 30rpx;
  170. margin-top:10rpx;
  171. }
  172. .panelSearchDataOther2{
  173. width:710rpx;
  174. justify-content: flex-start;
  175. align-items: flex-start;
  176. margin-top: 20rpx;
  177. position: relative;
  178. background-color: #fff;
  179. border-radius: 10rpx;
  180. padding-top:30rpx;
  181. }
  182. .panelSearchDataOther21{
  183. align-items: flex-start;
  184. margin-left: 30rpx;
  185. overflow-x: hidden;
  186. width:540rpx;
  187. }
  188. .panelSearchDataImage{
  189. width:100rpx;
  190. height:116rpx;
  191. border-radius: 6rpx;
  192. margin-left: 30rpx;
  193. }
  194. .panelSearchDataImageZ{
  195. background-color: #FFE6DB;
  196. }
  197. .panelSearchDataImageC{
  198. background-color: #F7EFBE;
  199. }
  200. .panelSearchDataImageS{
  201. background-color: #EDDDFF;
  202. }
  203. .panelSearchDataImageD{
  204. background-color: #C9EFF9;
  205. }
  206. .universalpic_dictionary_ciyu_black_55x23{
  207. width:55rpx;
  208. height:23rpx;
  209. }
  210. .universalpic_dictionary_hanzi_black_54x26{
  211. width:54rpx;
  212. height:26rpx;
  213. }
  214. .universalpic_dictionary_shici_black_53x27{
  215. width:53rpx;
  216. height:27rpx;
  217. }
  218. .universalpic_dictionary_danci_black_53x28{
  219. width:53rpx;
  220. height:28rpx;
  221. }
  222. .panelSearchData1{
  223. align-items: flex-start;
  224. margin-left: 30rpx;
  225. border-bottom: 1rpx solid #E3E3E3;
  226. overflow-x: hidden;
  227. width:540rpx;
  228. height:147rpx;
  229. }
  230. .panelSearchDataText1{
  231. width: 520rpx;
  232. font-size: 30rpx;
  233. }
  234. .panelSearchDataText2{
  235. width: 520rpx;
  236. font-size: 22rpx;
  237. font-weight: 400;
  238. margin: 8rpx 0;
  239. }
  240. .panelSearchDataText3{
  241. width: 520rpx;
  242. font-size: 20rpx;
  243. color:#787878;
  244. margin-bottom: 30rpx;
  245. }
  246. .panelSearchMore{
  247. width:710rpx;
  248. height:110rpx;
  249. background-color: #E3E3E3;
  250. border-radius: 10rpx;
  251. text-align: center;
  252. line-height: 110rpx;
  253. font-size: 36rpx;
  254. margin-top:20rpx;
  255. }
  256. .panelHeight60{
  257. width:100%;
  258. height:60rpx;
  259. }
  260. .panelSearchData2{
  261. position: absolute;
  262. top:-30rpx;
  263. right:20rpx;
  264. width:100rpx;
  265. height:100rpx;
  266. }
  267. .panelNull{
  268. width: 100%;
  269. height:559rpx;
  270. border-top: 1rpx solid #D2D2D2;
  271. }
  272. .universalpic_dictionary_gray_90x84{
  273. width:90rpx;
  274. height:84rpx;
  275. margin-bottom: 30rpx;
  276. }
  277. .panelNullText{
  278. color:#4D4D4D;
  279. font-size: 32rpx;
  280. }
  281. .panelSearchNull{
  282. width:100%;
  283. justify-content: flex-start;
  284. align-items: flex-start;
  285. }
  286. .panelSearchNull1{
  287. font-size:28rpx;
  288. color:#4D4D4D;
  289. margin: 30rpx 0 0 30rpx;
  290. }
  291. .panelSearchNull10{
  292. margin: 30rpx 0 0 30rpx;
  293. }
  294. .panelSearchNull2{
  295. font-size:20rpx;
  296. color:#787878;
  297. margin: 4rpx 0 0 30rpx;
  298. }
  299. .panelNullLine{
  300. width:690rpx;
  301. height:1rpx;
  302. background-color: #E3E3E3;
  303. }
  304. .panelSearching{
  305. width:100%;
  306. justify-content: flex-start;
  307. align-items: flex-start;
  308. }
  309. .panelSearching1{
  310. font-size:28rpx;
  311. color:#787878;
  312. margin: 30rpx 0 0 30rpx;
  313. }
  314. .universalpic_card_gray_22x22{
  315. width:22rpx;
  316. height:22rpx;
  317. margin-right: 30rpx;
  318. margin-top: -30rpx;
  319. }
  320. .panelSearchData3{
  321. width:690rpx;
  322. justify-content: flex-start;
  323. margin: 30rpx 0 0 30rpx;
  324. }
  325. .panelListItem{
  326. width: 638rpx;
  327. padding-bottom: 30rpx;
  328. border-bottom: 1rpx solid #E3E3E3;
  329. justify-content: flex-start;
  330. }
  331. .panelListItem1Image{
  332. width: 80rpx;
  333. height:80rpx;
  334. margin-right: 30rpx;
  335. border-radius: 6rpx;
  336. }
  337. .panelListItem11{
  338. max-width: 650rpx;
  339. min-width:520rpx;
  340. height:80rpx;
  341. align-items: flex-start;
  342. }
  343. .panelListItem11Name1{
  344. font-size: 30rpx;
  345. font-weight: 500;
  346. overflow: hidden;
  347. }
  348. .panelListItem11Name2{
  349. font-size: 22rpx;
  350. font-weight: 400;
  351. overflow: hidden;
  352. }