searchWeb1.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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 10rpx 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. 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. }