searchCardList.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. .panelTop {
  2. width: 100%;
  3. background-color: #fff;
  4. position: fixed;
  5. top: 0;
  6. z-index: 10;
  7. border-bottom: 1rpx solid #d2d2d2;
  8. }
  9. .panelTop0 {
  10. width: 100%;
  11. height: 100rpx;
  12. font-size: 28rpx;
  13. font-weight: 400;
  14. justify-content: space-between;
  15. }
  16. .panelSearch {
  17. width: 100%;
  18. background-color: #fff;
  19. }
  20. .panelSearch1 {
  21. width: 690rpx;
  22. height: 80rpx;
  23. margin: 20rpx 0 10rpx 0;
  24. border-radius: 14rpx;
  25. background-color: #f0f0f0;
  26. color: #787878;
  27. font-size: 28rpx;
  28. font-weight: 400;
  29. justify-content: flex-start;
  30. }
  31. .universalpic_search_gray_30x30 {
  32. width: 30rpx;
  33. height: 30rpx;
  34. margin: 0 20rpx 0 30rpx;
  35. }
  36. .input {
  37. font-size: 28rpx;
  38. font-weight: 400;
  39. color: #1e1e1e;
  40. width: 600rpx;
  41. height: 40rpx;
  42. }
  43. .panelTop1 {
  44. width: 90rpx;
  45. height: 100rpx;
  46. }
  47. .universalpic_add_black_30x30 {
  48. width: 30rpx;
  49. height: 30rpx;
  50. }
  51. .universalpic_sequence_black_30x30 {
  52. width: 30rpx;
  53. height: 30rpx;
  54. }
  55. .remind{
  56. width:100%;
  57. text-align: center;
  58. margin-bottom: 20rpx;
  59. font-size: 24rpx;
  60. font-weight: 400;
  61. color:#787878;
  62. }
  63. .ScrollView {
  64. width: 100%;
  65. height: 136rpx;
  66. display: flex;
  67. white-space: nowrap;
  68. }
  69. .CellItem {
  70. width: 750rpx;
  71. display: inline-block;
  72. height: 136rpx;
  73. position: relative;
  74. }
  75. .CellDelete {
  76. width: 160rpx;
  77. display: inline-block;
  78. height: 136rpx;
  79. position: relative;
  80. }
  81. .panelItem {
  82. width: 750rpx;
  83. justify-content: space-between;
  84. font-size: 28rpx;
  85. height: 136rpx;
  86. background-color: #fff;
  87. position: absolute;
  88. top: 0;
  89. left: 0;
  90. }
  91. .panelItem1 {
  92. margin-left: 30rpx;
  93. justify-content: flex-start;
  94. }
  95. .ImageCSS {
  96. width: 75rpx;
  97. height: 75rpx;
  98. margin-right: 20rpx;
  99. }
  100. .panelItem11 {
  101. align-items: flex-start;
  102. }
  103. .panelItem1 .Text1 {
  104. font-weight: 400;
  105. font-size: 30rpx;
  106. overflow: hidden;
  107. max-width:400rpx;
  108. min-width:350rpx;
  109. }
  110. .panelItem1 .Text2 {
  111. font-weight: 400;
  112. font-size: 24rpx;
  113. overflow: hidden;
  114. color: #787878;
  115. max-width:400rpx;
  116. min-width:350rpx;
  117. }
  118. .panelItem2 {
  119. margin-right: 30rpx;
  120. color: #9b9b9b;
  121. font-size: 22rpx;
  122. font-weight: 400;
  123. align-items: flex-end;
  124. }
  125. .panelItem21 {
  126. width: 26rpx;
  127. height: 24rpx;
  128. margin-top: 14rpx;
  129. }
  130. .panelNull {
  131. margin-top: 150rpx;
  132. width: 100%;
  133. align-items: flex-start;
  134. }
  135. .Text3 {
  136. font-size: 32rpx;
  137. margin-left: 30rpx;
  138. }
  139. .Text4 {
  140. margin-top: 10rpx;
  141. font-size: 24rpx;
  142. color: #787878;
  143. font-weight: 400;
  144. margin-left: 30rpx;
  145. }
  146. .panelItem3 {
  147. justify-content: center;
  148. height: 100rpx;
  149. width: 100%;
  150. }
  151. .DeleteItem {
  152. background-color: #B3443B;
  153. width: 160rpx;
  154. height: 136rpx;
  155. line-height: 136rpx;
  156. color: #fff;
  157. text-align: center;
  158. font-size: 30rpx;
  159. position: absolute;
  160. top: 0;
  161. left: 0;
  162. }
  163. .universalpic_del_white_20x28 {
  164. width: 20rpx;
  165. height: 28rpx;
  166. }
  167. .more {
  168. font-size: 28rpx;
  169. color: #0071ef;
  170. width: 100%;
  171. height: 100rpx;
  172. text-align: center;
  173. line-height: 100rpx;
  174. }
  175. .panelFooter {
  176. width: 100%;
  177. height: 120rpx;
  178. border-top: 1rpx solid #d2d2d2;
  179. position: fixed;
  180. bottom: 0;
  181. background-color: #fff;
  182. }
  183. .panelFooter .btn {
  184. width: 602rpx;
  185. background-color: #fff;
  186. border: 1rpx solid #9b9b9b;
  187. color: #0071ef;
  188. text-align: center;
  189. line-height: 80rpx;
  190. height: 80rpx;
  191. border-radius: 10rpx;
  192. font-size: 32rpx;
  193. }
  194. .universalpic_fav_default_gray_26x24 {
  195. width: 26rpx;
  196. height: 24rpx;
  197. }
  198. /* 更多功能 */
  199. .numberContainer {
  200. width: 100%;
  201. justify-content: flex-start;
  202. align-items: flex-start;
  203. position: fixed;
  204. top: 0;
  205. background-color: #fff;
  206. color: #1e1e1e;
  207. z-index: 20;
  208. }
  209. .numberContainer .numberContaineFooter {
  210. width: 100%;
  211. position: fixed;
  212. bottom: 0;
  213. align-items: flex-start;
  214. font-size: 36rpx;
  215. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  216. text-align: center;
  217. line-height: 131rpx;
  218. }
  219. .universalpic_sequence_black_30x30_2 {
  220. margin: 50rpx 20rpx 0 30rpx;
  221. }
  222. .numberContainerFooter1 {
  223. width: 100%;
  224. position: fixed;
  225. bottom: 131rpx;
  226. }
  227. .numberContainerFooter102 {
  228. width: 100%;
  229. height: 132rpx;
  230. justify-content: flex-start;
  231. }
  232. .numberContainerFooter103 {
  233. width: 100%;
  234. height: 111rpx;
  235. justify-content: flex-start;
  236. }
  237. .numberContainerFooter104 {
  238. width: 100%;
  239. height: 100rpx;
  240. justify-content: flex-start;
  241. }
  242. .numberContainerFooter101 {
  243. width: 100%;
  244. height: 334rpx;
  245. justify-content: flex-start;
  246. align-items: flex-start;
  247. }
  248. .universalpic_edit_gray_25x25 {
  249. width: 25rpx;
  250. height: 25rpx;
  251. margin: 0 30rpx 0 30rpx;
  252. }
  253. .universalpic_typesize_gray_30x18 {
  254. width: 30rpx;
  255. height: 18rpx;
  256. margin: 57rpx 20rpx 0 30rpx;
  257. }
  258. .numberContainerFooter11 {
  259. align-items: flex-start;
  260. margin-top: 40rpx;
  261. }
  262. .numberContainerFooter111 {
  263. font-size: 36rpx;
  264. font-weight: 400;
  265. }
  266. .numberContainerFooter1111 {
  267. margin-top: 40rpx;
  268. }
  269. .numberContainerFooter113 {
  270. font-size: 28rpx;
  271. font-weight: 400;
  272. margin-left: 80rpx;
  273. }
  274. .numberContainerFooter112 {
  275. justify-content: flex-start;
  276. flex-wrap: wrap;
  277. }
  278. .numberContainerFooter1121 {
  279. width: 156rpx;
  280. line-height: 73rpx;
  281. border: 3rpx solid #d2d2d2;
  282. border-radius: 10rpx;
  283. text-align: center;
  284. margin: 30rpx 30rpx 0 0;
  285. font-size: 24rpx;
  286. }
  287. .numberContainerFooter1121Select {
  288. border: 3rpx solid #0071ef;
  289. color: #fff;
  290. background-color: #0071ef;
  291. }