searchWeb.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #eee;
  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. }
  22. .universalpic_search_gray_30x30{
  23. width:30rpx;
  24. height:30rpx;
  25. margin-right: 10rpx;
  26. }
  27. .panelTitle {
  28. width: 100%;
  29. margin-top: 50rpx;
  30. justify-content: space-between;
  31. }
  32. .panelTitle .panelTitle1 {
  33. font-size: 32rpx;
  34. margin-left: 30rpx;
  35. margin-bottom: 30rpx;
  36. }
  37. .panelTitle .panelTitle2 {
  38. font-size: 28rpx;
  39. margin-right: 30rpx;
  40. background-color: #1e1e1e;
  41. color: #fff;
  42. border-radius: 22rpx;
  43. text-align: center;
  44. padding: 0 20rpx;
  45. margin-bottom: 32rpx;
  46. }
  47. .panelNull{
  48. margin-top: -20rpx;
  49. font-size:24rpx;
  50. font-weight: 400;
  51. color:#787878;
  52. align-self: flex-start;
  53. margin-left: 30rpx;
  54. }
  55. .panelItemSearch {
  56. width: 100%;
  57. min-height: 100rpx;
  58. background-color: #fff;
  59. justify-content: flex-start;
  60. align-items: flex-start;
  61. }
  62. .panelItemSearch .panelItemSearch1{
  63. color: #1e1e1e;
  64. font-weight: 400;
  65. justify-content: space-between;
  66. width:100%;
  67. }
  68. .panelItemSearch .panelItemSearch11{
  69. width:624rpx;
  70. font-size:28rpx;
  71. font-weight: 400;
  72. margin-left: 30rpx;
  73. margin-top: 30rpx
  74. }
  75. .panelItemSearch .panelItemSearch12{
  76. border:1rpx solid #0071EF;
  77. font-size:20rpx;
  78. text-align: center;
  79. line-height: 34rpx;
  80. width:60rpx;
  81. color:#0071EF;
  82. margin-right: 30rpx;
  83. margin-top: 34rpx
  84. }
  85. .panelItemSearch .panelItemSearch2{
  86. color: #1e1e1e;
  87. font-weight: 400;
  88. justify-content: flex-start;
  89. margin-left: 30rpx;
  90. font-size:24rpx;
  91. }
  92. .panelItemSearch .panelItemSearch3{
  93. color: #787878;
  94. font-weight: 400;
  95. justify-content: flex-start;
  96. margin-left: 30rpx;
  97. font-size:24rpx;
  98. margin-bottom: 30rpx;
  99. }