searchCardList.wxss 5.0 KB

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