result_list.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. .panelTop{
  2. position: fixed;
  3. top:0;
  4. width:100%;
  5. background-color: #fff;
  6. }
  7. .panelTop1{
  8. width:400rpx;
  9. height:100rpx;
  10. justify-content: flex-end;
  11. }
  12. .panelTop2{
  13. width:200rpx;
  14. }
  15. .panelTop3{
  16. width:150rpx;
  17. justify-content: center;
  18. }
  19. .text0{
  20. font-size: 36rpx;
  21. }
  22. .line1{
  23. width:144rpx;
  24. height:10rpx;
  25. background-color: #fff;
  26. margin-top:10rpx;
  27. }
  28. .selectItem{
  29. color: #5282FA;
  30. }
  31. .selectItemBG{
  32. background-color: #5282FA;
  33. }
  34. .universalpic_magnifier_black_30x30{
  35. width:30rpx;
  36. height:30rpx;
  37. margin-top: 15rpx;
  38. }
  39. .panel1{
  40. width:710rpx;
  41. margin: 60rpx 0 0 0;
  42. background-color: #fff;
  43. border-radius: 20rpx;
  44. }
  45. .panel11{
  46. width:100%;
  47. font-size: 22rpx;
  48. font-weight: 400;
  49. min-height: 178rpx;
  50. justify-content: flex-start;
  51. }
  52. .text1{
  53. margin-top: 30rpx;
  54. width:650rpx;
  55. }
  56. .panel12{
  57. width:100%;
  58. height: 100rpx;
  59. justify-content: space-between;
  60. border-top:1rpx solid #e3e3e3;
  61. }
  62. .text2{
  63. font-size: 28rpx;
  64. font-weight: 400;
  65. margin-left: 30rpx;
  66. }
  67. .Arrow{
  68. width:16rpx;
  69. height:26rpx;
  70. margin-right: 30rpx;
  71. }
  72. .panel2{
  73. width: 100%;
  74. justify-content: space-between;
  75. margin: 60rpx 0 30rpx 0;
  76. }
  77. .text3{
  78. margin-left: 30rpx;
  79. font-size: 36rpx;
  80. color:#4D4D4D;
  81. }
  82. .Number1{
  83. font-family: 'Roboto-Black';
  84. font-size:36rpx;
  85. color:#4D4D4D;
  86. }
  87. .panel3{
  88. width:100%;
  89. flex-wrap: wrap;
  90. justify-content: flex-start;
  91. align-items: flex-start;
  92. background-color: #fff;
  93. }
  94. .panel31{
  95. width:150rpx;
  96. min-height:168rpx;
  97. justify-content: flex-start;
  98. }
  99. .product_icon_mg_70x70{
  100. width:80rpx;
  101. height:80rpx;
  102. border-radius: 20rpx;
  103. margin-top: 30rpx;
  104. }
  105. .text4{
  106. width:110rpx;
  107. font-size:20rpx;
  108. font-weight: 400;
  109. text-align: center;
  110. margin-top:20rpx;
  111. }
  112. .footer{
  113. width:100%;
  114. height:232rpx;
  115. background-color: #fff;
  116. }