searchWeb.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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:600rpx;
  70. height: 40rpx;
  71. font-size:28rpx;
  72. font-weight: 400;
  73. margin-left: 30rpx;
  74. margin-top: 30rpx;
  75. overflow-x: hidden;
  76. }
  77. .panelItemSearch .panelItemSearch12{
  78. border:1rpx solid #0071EF;
  79. font-size:20rpx;
  80. text-align: center;
  81. line-height: 34rpx;
  82. width:60rpx;
  83. color:#0071EF;
  84. margin-right: 30rpx;
  85. margin-top: 32rpx
  86. }
  87. .panelItemSearch .panelItemSearch2{
  88. color: #1e1e1e;
  89. font-weight: 400;
  90. justify-content: flex-start;
  91. margin-left: 30rpx;
  92. font-size:24rpx;
  93. }
  94. .panelItemSearch .panelItemSearch3{
  95. color: #787878;
  96. font-weight: 400;
  97. justify-content: flex-start;
  98. margin-left: 30rpx;
  99. font-size:24rpx;
  100. margin-bottom: 30rpx;
  101. }