searchCard1.wxss 2.3 KB

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