searchCard1.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #F0F0F0;
  6. }
  7. .panel{
  8. width: 100%;
  9. position: fixed;
  10. top:0;
  11. }
  12. .panelSearch{
  13. width:100%;
  14. height:140rpx;
  15. background-color: #fff;
  16. }
  17. .panelSearch1{
  18. width:690rpx;
  19. height:80rpx;
  20. margin: 20rpx 0 40rpx 0;
  21. border-radius: 14rpx;
  22. background-color: #F0F0F0;
  23. color:#787878;
  24. font-size:28rpx;
  25. font-weight: 400;
  26. justify-content: flex-start;
  27. }
  28. .universalpic_search_gray_30x30{
  29. width:30rpx;
  30. height:30rpx;
  31. margin: 0 20rpx 0 30rpx;
  32. }
  33. .input{
  34. font-size:28rpx;
  35. font-weight: 400;
  36. color:#1e1e1e;
  37. width:600rpx;
  38. }
  39. .panelBtn{
  40. width:100%;
  41. background-color: #F8F8F8;
  42. }
  43. .panelBtn .line1{
  44. width:4rpx;
  45. height:30rpx;
  46. background-color: #D2D2D2;
  47. }
  48. .panelBtn .text1{
  49. width:374rpx;
  50. line-height:100rpx;
  51. text-align: center;
  52. font-size:28rpx;
  53. color:#A20602;
  54. }
  55. .panelBtn .text2{
  56. color:#0071EF;
  57. }
  58. .panelNull{
  59. width:100%;
  60. align-items: flex-start;
  61. margin-top: 50rpx;
  62. }
  63. .panelNull .text3{
  64. font-size:32rpx;
  65. margin-left: 30rpx;
  66. }
  67. .panelNull .text4{
  68. font-size:24rpx;
  69. margin-left: 30rpx;
  70. font-weight: 400;
  71. margin-top: 10rpx;
  72. }
  73. .panelTitle {
  74. width: 100%;
  75. margin-top: 50rpx;
  76. justify-content: space-between;
  77. }
  78. .panelTitle .panelTitle1 {
  79. font-size: 32rpx;
  80. margin-left: 30rpx;
  81. margin-bottom: 30rpx;
  82. }
  83. .panelTitle .panelTitle2 {
  84. font-size: 28rpx;
  85. margin-right: 30rpx;
  86. background-color: #1e1e1e;
  87. color: #fff;
  88. border-radius: 22rpx;
  89. text-align: center;
  90. padding: 0 20rpx;
  91. margin-bottom: 32rpx;
  92. }
  93. .panelItem {
  94. width: 100%;
  95. justify-content: flex-start;
  96. font-size: 28rpx;
  97. min-height: 100rpx;
  98. height:auto;
  99. background-color: #fff;
  100. }
  101. .panelItem1 {
  102. margin-left: 30rpx;
  103. font-weight: 400;
  104. }
  105. .panelItem2 {
  106. margin-right: 30rpx;
  107. color: #1e1e1e;
  108. font-weight: 400;
  109. }