searchWeb.wxss 1.9 KB

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