searchCardList.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. .panelItem {
  56. width: 100%;
  57. justify-content: space-between;
  58. font-size: 28rpx;
  59. height: 136rpx;
  60. background-color: #fff;
  61. }
  62. .panelItem1 {
  63. margin-left: 30rpx;
  64. justify-content: flex-start;
  65. }
  66. .ImageCSS{
  67. width:75rpx;
  68. height:75rpx;
  69. margin-right: 20rpx;
  70. }
  71. .panelItem11 {
  72. align-items: flex-start;
  73. }
  74. .panelItem1 .Text1{
  75. font-weight: 400;
  76. font-size:30rpx;
  77. overflow: hidden;
  78. }
  79. .panelItem1 .Text2{
  80. font-weight: 400;
  81. font-size:24rpx;
  82. overflow: hidden;
  83. color:#787878;
  84. }
  85. .panelItem2 {
  86. margin-right: 30rpx;
  87. color: #9B9B9B;
  88. font-size:22rpx;
  89. font-weight: 400;
  90. align-items: flex-end;
  91. }
  92. .panelItem21 {
  93. width:26rpx;
  94. height:24rpx;
  95. margin-top: 14rpx;
  96. }
  97. .panelNull{
  98. margin-top: 150rpx;
  99. width:100%;
  100. align-items: flex-start;
  101. }
  102. .Text3{
  103. font-size:32rpx;
  104. margin-left: 30rpx;
  105. }
  106. .Text4{
  107. margin-top: 10rpx;
  108. font-size:24rpx;
  109. color:#787878;
  110. font-weight: 400;
  111. margin-left: 30rpx;
  112. }
  113. .panelItem3 {
  114. justify-content: center;
  115. height:100rpx;
  116. }
  117. .more{
  118. font-size:28rpx;
  119. color:#0071EF;
  120. }
  121. .panelFooter{
  122. width:100%;
  123. height:120rpx;
  124. border-top:1rpx solid #D2D2D2;
  125. position: fixed;
  126. bottom:0;
  127. background-color: #fff;
  128. }
  129. .panelFooter .btn{
  130. width: 602rpx;
  131. background-color: #fff;
  132. border:1rpx solid #9B9B9B;
  133. color:#0071EF;
  134. text-align: center;
  135. line-height: 80rpx;
  136. height:80rpx;
  137. border-radius: 10rpx;
  138. font-size:32rpx;
  139. }
  140. .universalpic_fav_default_gray_26x24{
  141. width:26rpx;
  142. height:24rpx;
  143. }