searchCard1.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #F0F0F0;
  6. }
  7. .panel{
  8. width: 100%;
  9. position: fixed;
  10. top:0;
  11. }
  12. .panelSearch{
  13. width:100%;
  14. height:140rpx;
  15. background-color: #fff;
  16. }
  17. .panelSearch1{
  18. width:690rpx;
  19. height:80rpx;
  20. margin: 20rpx 0 40rpx 0;
  21. border-radius: 14rpx;
  22. background-color: #F0F0F0;
  23. color:#787878;
  24. font-size:28rpx;
  25. font-weight: 400;
  26. justify-content: flex-start;
  27. }
  28. .universalpic_search_gray_30x30{
  29. width:30rpx;
  30. height:30rpx;
  31. margin: 0 20rpx 0 30rpx;
  32. }
  33. .input{
  34. font-size:28rpx;
  35. font-weight: 400;
  36. color:#1e1e1e;
  37. width:600rpx;
  38. height:40rpx;
  39. }
  40. .panelBtn{
  41. width:100%;
  42. background-color: #F8F8F8;
  43. }
  44. .panelBtn .line1{
  45. width:4rpx;
  46. height:30rpx;
  47. background-color: #D2D2D2;
  48. }
  49. .panelBtn .text1{
  50. width:374rpx;
  51. line-height:100rpx;
  52. text-align: center;
  53. font-size:28rpx;
  54. color:#A20602;
  55. }
  56. .panelBtn .text2{
  57. color:#0071EF;
  58. }
  59. .panelNull{
  60. width:100%;
  61. align-items: flex-start;
  62. margin-top: 50rpx;
  63. }
  64. .panelNull .text3{
  65. font-size:32rpx;
  66. margin-left: 30rpx;
  67. }
  68. .panelNull .text4{
  69. font-size:24rpx;
  70. margin-left: 30rpx;
  71. font-weight: 400;
  72. margin-top: 10rpx;
  73. }
  74. .panelTitle {
  75. width: 100%;
  76. margin-top: 50rpx;
  77. justify-content: space-between;
  78. }
  79. .panelTitle .panelTitle1 {
  80. font-size: 32rpx;
  81. margin-left: 30rpx;
  82. margin-bottom: 30rpx;
  83. }
  84. .panelTitle .panelTitle2 {
  85. font-size: 28rpx;
  86. margin-right: 30rpx;
  87. background-color: #1e1e1e;
  88. color: #fff;
  89. border-radius: 22rpx;
  90. text-align: center;
  91. padding: 0 20rpx;
  92. margin-bottom: 32rpx;
  93. }
  94. .panelItem {
  95. width: 100%;
  96. justify-content: flex-start;
  97. font-size: 28rpx;
  98. min-height: 100rpx;
  99. height:auto;
  100. background-color: #fff;
  101. }
  102. .panelItem1 {
  103. margin-left: 30rpx;
  104. font-weight: 400;
  105. }
  106. .panelItem2 {
  107. margin-right: 30rpx;
  108. color: #1e1e1e;
  109. font-weight: 400;
  110. }
  111. .panelTitle0 {
  112. background-color: #fff;
  113. margin-top: 10rpx;
  114. }
  115. .panelTitle .panelTitle3 {
  116. font-size: 32rpx;
  117. margin: 30rpx;
  118. }
  119. .panelTitle .panelTitle4 {
  120. width:80rpx;
  121. height:88rpx;
  122. }
  123. .universalpic_del_black_20x28{
  124. width:20rpx;
  125. height:28rpx;
  126. }
  127. .panelItemSearch0 {
  128. width: 100%;
  129. justify-content: flex-start;
  130. font-size: 24rpx;
  131. background-color: #fff;
  132. flex-wrap: wrap;
  133. }
  134. .panelItemSearch0 .panelTag{
  135. line-height: 73rpx;
  136. height:73rpx;
  137. border:1rpx solid #9B9B9B;
  138. margin: 0 0 30rpx 30rpx;
  139. border-radius: 10rpx;
  140. color:#787878;
  141. }
  142. .panelItemSearch0 .panelTag0{
  143. margin: 0 30rpx;
  144. }