searchWeb.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. .panelItemSearch {
  48. width: 100%;
  49. min-height: 100rpx;
  50. background-color: #fff;
  51. justify-content: flex-start;
  52. align-items: flex-start;
  53. }
  54. .panelItemSearch .panelItemSearch1{
  55. color: #1e1e1e;
  56. font-weight: 400;
  57. justify-content: space-between;
  58. width:100%;
  59. }
  60. .panelItemSearch .panelItemSearch11{
  61. width:624rpx;
  62. font-size:28rpx;
  63. font-weight: 400;
  64. margin-left: 30rpx;
  65. margin-top: 30rpx
  66. }
  67. .panelItemSearch .panelItemSearch12{
  68. border:2rpx solid #0071EF;
  69. font-size:20rpx;
  70. text-align: center;
  71. line-height: 34rpx;
  72. width:60rpx;
  73. color:#0071EF;
  74. margin-right: 30rpx;
  75. margin-top: 34rpx
  76. }
  77. .panelItemSearch .panelItemSearch2{
  78. color: #1e1e1e;
  79. font-weight: 400;
  80. justify-content: flex-start;
  81. margin-left: 30rpx;
  82. font-size:24rpx;
  83. }
  84. .panelItemSearch .panelItemSearch3{
  85. color: #787878;
  86. font-weight: 400;
  87. justify-content: flex-start;
  88. margin-left: 30rpx;
  89. font-size:24rpx;
  90. margin-bottom: 30rpx;
  91. }