result_list.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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:90rpx;
  50. justify-content: flex-start;
  51. }
  52. .text1{
  53. margin-top: 30rpx;
  54. width:650rpx;
  55. margin-bottom: 30rpx;
  56. }
  57. .panel12{
  58. width:100%;
  59. height: 100rpx;
  60. justify-content: space-between;
  61. border-top:1rpx solid #e3e3e3;
  62. }
  63. .text2{
  64. font-size: 28rpx;
  65. font-weight: 400;
  66. margin-left: 30rpx;
  67. }
  68. .Arrow{
  69. width:16rpx;
  70. height:26rpx;
  71. margin-right: 30rpx;
  72. }
  73. .panel2{
  74. width: 100%;
  75. justify-content: space-between;
  76. margin: 60rpx 0 30rpx 0;
  77. }
  78. .text3{
  79. margin-left: 30rpx;
  80. font-size: 36rpx;
  81. color:#4D4D4D;
  82. }
  83. .Number1{
  84. font-family: 'Roboto-Black';
  85. font-size:36rpx;
  86. color:#4D4D4D;
  87. }
  88. .panel3{
  89. width:100%;
  90. flex-wrap: wrap;
  91. justify-content: flex-start;
  92. align-items: flex-start;
  93. background-color: #fff;
  94. }
  95. .panel31{
  96. width:150rpx;
  97. min-height:168rpx;
  98. justify-content: flex-start;
  99. }
  100. .product_icon_mg_70x70{
  101. width:80rpx;
  102. height:80rpx;
  103. border-radius: 20rpx;
  104. margin-top: 30rpx;
  105. }
  106. .text4{
  107. width:110rpx;
  108. font-size:20rpx;
  109. font-weight: 400;
  110. text-align: center;
  111. margin-top:20rpx;
  112. }
  113. .text5{
  114. width:110rpx;
  115. font-size:20rpx;
  116. font-weight: 400;
  117. text-align: center;
  118. margin-top:20rpx;
  119. color:#fff;
  120. background-color: #4D4D4D;
  121. }
  122. .text61{
  123. font-size:18rpx;
  124. color: #4D4D4D;
  125. font-family: 'Roboto-Black';
  126. }
  127. .text62{
  128. width: 2rpx;
  129. height:14rpx;
  130. background-color: #d2d2d2;
  131. margin: 0 10rpx;
  132. }
  133. .footer{
  134. width:100%;
  135. height:232rpx;
  136. background-color: #fff;
  137. }