addInfomation.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  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. .panelHeight60{
  247. width:100%;
  248. height:60rpx;
  249. }
  250. .panelSearchData2{
  251. position: absolute;
  252. top:-30rpx;
  253. right:20rpx;
  254. width:100rpx;
  255. height:100rpx;
  256. }
  257. .panelNull{
  258. width: 100%;
  259. height:559rpx;
  260. border-top: 1rpx solid #D2D2D2;
  261. }
  262. .universalpic_dictionary_gray_90x84{
  263. width:90rpx;
  264. height:84rpx;
  265. margin-bottom: 30rpx;
  266. }
  267. .panelNullText{
  268. color:#4D4D4D;
  269. font-size: 32rpx;
  270. }
  271. .panelSearchNull{
  272. width:100%;
  273. justify-content: flex-start;
  274. align-items: flex-start;
  275. }
  276. .panelSearchNull1{
  277. font-size:28rpx;
  278. color:#4D4D4D;
  279. margin: 30rpx 0 0 30rpx;
  280. }
  281. .panelSearchNull10{
  282. margin: 30rpx 0 0 30rpx;
  283. }
  284. .panelSearchNull2{
  285. font-size:20rpx;
  286. color:#787878;
  287. margin: 4rpx 0 0 30rpx;
  288. }
  289. .panelNullLine{
  290. width:690rpx;
  291. height:1rpx;
  292. background-color: #E3E3E3;
  293. }
  294. .panelSearching{
  295. width:100%;
  296. justify-content: flex-start;
  297. align-items: flex-start;
  298. }
  299. .panelSearching1{
  300. font-size:28rpx;
  301. color:#787878;
  302. margin: 30rpx 0 0 30rpx;
  303. }
  304. .universalpic_card_gray_22x22{
  305. width:22rpx;
  306. height:22rpx;
  307. margin-right: 30rpx;
  308. margin-top: -30rpx;
  309. }
  310. .panelSearchData3{
  311. width:690rpx;
  312. justify-content: flex-start;
  313. margin: 30rpx 0 0 30rpx;
  314. }
  315. .panelListItem{
  316. width: 638rpx;
  317. padding-bottom: 30rpx;
  318. border-bottom: 1rpx solid #E3E3E3;
  319. justify-content: flex-start;
  320. }
  321. .panelListItem1Image{
  322. width: 80rpx;
  323. height:80rpx;
  324. margin-right: 30rpx;
  325. border-radius: 6rpx;
  326. }
  327. .panelListItem11{
  328. max-width: 650rpx;
  329. min-width:520rpx;
  330. height:80rpx;
  331. align-items: flex-start;
  332. }
  333. .panelListItem11Name1{
  334. font-size: 30rpx;
  335. font-weight: 500;
  336. overflow: hidden;
  337. }
  338. .panelListItem11Name2{
  339. font-size: 22rpx;
  340. font-weight: 400;
  341. overflow: hidden;
  342. }