searchCardList.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #F0F0F0;
  6. }
  7. .panelTop{
  8. width: 100%;
  9. background-color: #fff;
  10. position: fixed;
  11. top:0;
  12. z-index: 10;
  13. border-bottom: 1rpx solid #d2d2d2;
  14. }
  15. .panelTop0{
  16. width: 100%;
  17. height:100rpx;
  18. font-size: 28rpx;
  19. font-weight: 400;
  20. justify-content: space-between;
  21. }
  22. .panelSearch{
  23. width:100%;
  24. background-color: #fff;
  25. }
  26. .panelSearch1{
  27. width:690rpx;
  28. height:80rpx;
  29. margin: 20rpx 0 10rpx 0;
  30. border-radius: 14rpx;
  31. background-color: #F0F0F0;
  32. color:#787878;
  33. font-size:28rpx;
  34. font-weight: 400;
  35. justify-content: flex-start;
  36. }
  37. .universalpic_search_gray_30x30{
  38. width:30rpx;
  39. height:30rpx;
  40. margin: 0 20rpx 0 30rpx;
  41. }
  42. .input{
  43. font-size:28rpx;
  44. font-weight: 400;
  45. color:#1e1e1e;
  46. width:600rpx;
  47. height:40rpx;
  48. }
  49. .panelTop1 {
  50. width:90rpx;
  51. height:100rpx;
  52. }
  53. .universalpic_add_black_30x30{
  54. width:30rpx;
  55. height:30rpx;
  56. }
  57. .universalpic_sequence_black_30x30{
  58. width:30rpx;
  59. height:30rpx;
  60. }
  61. .panelItem {
  62. width: 100%;
  63. justify-content: space-between;
  64. font-size: 28rpx;
  65. height: 136rpx;
  66. background-color: #fff;
  67. }
  68. .panelItem1 {
  69. margin-left: 30rpx;
  70. justify-content: flex-start;
  71. }
  72. .ImageCSS{
  73. width:75rpx;
  74. height:75rpx;
  75. margin-right: 20rpx;
  76. }
  77. .panelItem11 {
  78. align-items: flex-start;
  79. }
  80. .panelItem1 .Text1{
  81. font-weight: 400;
  82. font-size:30rpx;
  83. overflow: hidden;
  84. }
  85. .panelItem1 .Text2{
  86. font-weight: 400;
  87. font-size:24rpx;
  88. overflow: hidden;
  89. color:#787878;
  90. }
  91. .panelItem2 {
  92. margin-right: 30rpx;
  93. color: #9B9B9B;
  94. font-size:22rpx;
  95. font-weight: 400;
  96. align-items: flex-end;
  97. }
  98. .panelItem21 {
  99. width:26rpx;
  100. height:24rpx;
  101. margin-top: 14rpx;
  102. }
  103. .panelNull{
  104. margin-top: 150rpx;
  105. width:100%;
  106. align-items: flex-start;
  107. }
  108. .Text3{
  109. font-size:32rpx;
  110. margin-left: 30rpx;
  111. }
  112. .Text4{
  113. margin-top: 10rpx;
  114. font-size:24rpx;
  115. color:#787878;
  116. font-weight: 400;
  117. margin-left: 30rpx;
  118. }
  119. .panelItem3 {
  120. justify-content: center;
  121. height:100rpx;
  122. }
  123. .more{
  124. font-size:28rpx;
  125. color:#0071EF;
  126. }
  127. .panelFooter{
  128. width:100%;
  129. height:120rpx;
  130. border-top:1rpx solid #D2D2D2;
  131. position: fixed;
  132. bottom:0;
  133. background-color: #fff;
  134. }
  135. .panelFooter .btn{
  136. width: 602rpx;
  137. background-color: #fff;
  138. border:1rpx solid #9B9B9B;
  139. color:#0071EF;
  140. text-align: center;
  141. line-height: 80rpx;
  142. height:80rpx;
  143. border-radius: 10rpx;
  144. font-size:32rpx;
  145. }
  146. .universalpic_fav_default_gray_26x24{
  147. width:26rpx;
  148. height:24rpx;
  149. }