searchWeb1.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #F0F0F0;
  6. }
  7. .panelSearch{
  8. width:100%;
  9. height:140rpx;
  10. background-color: #fff;
  11. }
  12. .panelSearch1{
  13. width:690rpx;
  14. height:80rpx;
  15. margin: 20rpx 0 40rpx 0;
  16. border-radius: 14rpx;
  17. background-color: #F0F0F0;
  18. color:#787878;
  19. font-size:28rpx;
  20. font-weight: 400;
  21. justify-content: flex-start;
  22. }
  23. .universalpic_search_gray_30x30{
  24. width:30rpx;
  25. height:30rpx;
  26. margin: 0 20rpx 0 30rpx;
  27. }
  28. .input{
  29. font-size:28rpx;
  30. font-weight: 400;
  31. color:#1e1e1e;
  32. width:600rpx;
  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. align-items: flex-start;
  91. min-height: 136rpx;
  92. background-color: #fff;
  93. }
  94. .panelItem0 {
  95. min-height: 100rpx;
  96. }
  97. .Text1 {
  98. margin-left: 30rpx;
  99. color: #1e1e1e;
  100. font-weight: 400;
  101. font-size:30rpx;
  102. }
  103. .Text11 {
  104. margin-left: 30rpx;
  105. color: #787878;
  106. font-weight: 400;
  107. font-size:24rpx;
  108. }
  109. .Text2 {
  110. margin-left: 30rpx;
  111. color: #787878;
  112. font-weight: 400;
  113. font-size:24rpx;
  114. }
  115. .panelItemSearch {
  116. width: 100%;
  117. justify-content: flex-start;
  118. font-size: 28rpx;
  119. min-height: 100rpx;
  120. height:auto;
  121. background-color: #fff;
  122. }
  123. .panelItemSearch .panelItemSearch1 {
  124. margin-left: 30rpx;
  125. font-weight: 400;
  126. }
  127. .panelItemSearch .panelItemSearch2 {
  128. color: #1e1e1e;
  129. font-weight: 400;
  130. justify-content: space-between;
  131. width:720rpx;
  132. }
  133. .panelItemSearch .panelItemSearchText1{
  134. width:624rpx;
  135. font-size:28rpx;
  136. justify-content: flex-start;
  137. }
  138. .panelItemSearch .panelItemSearchText11{
  139. color:#787878;
  140. font-size:24rpx;
  141. margin-right: 10rpx;
  142. }
  143. .panelItemSearch .panelItemSearch21{
  144. width:96rpx;
  145. height:100rpx;
  146. }
  147. .universalpic_del_gray_14x14{
  148. width:14rpx;
  149. height:14rpx;
  150. }