brandlist.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. /****************品牌筛选条件***************/
  2. .brandw_c{
  3. position: fixed;
  4. top:0rpx;
  5. left:100%;
  6. width: 100%;
  7. height: 100%;
  8. background: white;
  9. z-index:101;
  10. transition: all 0.5s;
  11. }
  12. .brandw_title{
  13. background-color:#fede18;
  14. height:128rpx;
  15. position: fixed;
  16. z-index:100;
  17. top:0rpx;
  18. width: 100%;
  19. }
  20. .brandw_back{
  21. width:30rpx;
  22. height: 30rpx;
  23. position: absolute;
  24. top:70rpx;
  25. left:40rpx;
  26. }
  27. .brandw_title_w{
  28. padding-top: 60rpx;
  29. font-size: 36rpx;
  30. height: 44rpx;
  31. line-height: 44rpx;
  32. text-align: center;
  33. }
  34. .brandw_t_line{
  35. height: 58rpx;
  36. line-height: 58rpx;
  37. background-color: rgba(242, 242, 245, 1);
  38. color: rgba(56, 55, 53, 1);
  39. font-size: 22rpx;
  40. text-indent: 38rpx;
  41. }
  42. .brandw_hotlist{
  43. padding: 0rpx 40rpx;
  44. display: flex;
  45. background: white;
  46. flex-wrap: wrap;
  47. }
  48. .brandw_hotlist_item{
  49. width:134rpx;
  50. height: 159rpx;
  51. }
  52. .brandw_hotitem_img{
  53. width: 70rpx;
  54. height: 70rpx;
  55. background-size: 70rpx;
  56. background-repeat: no-repeat;
  57. background-position: center;
  58. margin:30rpx auto 0rpx;
  59. }
  60. .brandw_hotitem_name{
  61. height: 33rpx;
  62. line-height: 33rpx;
  63. color: rgba(56, 55, 53, 1);
  64. font-size: 22rpx;
  65. text-align: center;
  66. }
  67. .brandw_binitial{
  68. left: 0px;
  69. top: 562px;
  70. width: 750px;
  71. height: 44rpx;
  72. line-height: 44rpx;
  73. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  74. color:#FFE600;
  75. font-size: 24rpx;
  76. text-indent: 48rpx;
  77. }
  78. .brandw_bitem{
  79. left: 0px;
  80. margin-left:38rpx;
  81. line-height: 70rpx;
  82. height: 78rpx;
  83. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  84. }
  85. .brandw_bimg{
  86. height: 60rpx;
  87. width:60rpx;
  88. float:left;
  89. margin:5px 30rpx 0rpx 0rpx;
  90. background-repeat: no-repeat;
  91. background-size: 60rpx;
  92. background-position: center;
  93. }
  94. .brandw_bname{
  95. display: inline;
  96. margin-left:20rpx;
  97. color: rgba(56, 55, 53, 1);
  98. font-size: 26rpx;
  99. }
  100. .brand_serieslist{
  101. width:440rpx;
  102. background-color: white;
  103. position: fixed;
  104. bottom: 0rpx;
  105. right:770rpx;
  106. border-shadow:-1rpx 0rpx ;
  107. box-shadow: -2rpx 0rpx 10rpx -1rpx rgba(0, 0, 0, 0.16);
  108. }
  109. .series_lelong{
  110. height: 78rpx;
  111. line-height: 78rpx;
  112. }
  113. .series_lelong_bimg{
  114. height:60rpx;
  115. width:60rpx;
  116. float:left;
  117. margin:10px 20rpx 0rpx 28rpx;
  118. background-repeat:no-repeat;
  119. background-size:60rpx;
  120. background-position:center;
  121. }
  122. .series_lelong_name{
  123. color: rgba(56, 55, 53, 1);
  124. font-size: 26rpx;
  125. display:inline;
  126. }
  127. .car_series_t{
  128. text-indent: 28rpx;
  129. height: 44rpx;
  130. line-height: 44rpx;
  131. background-color: rgba(247, 247, 247, 1);
  132. color: rgba(56, 55, 53, 1);
  133. font-size: 20rpx;
  134. }
  135. .brand_series_i{
  136. height: 78rpx;
  137. line-height: 78rpx;
  138. margin-left:28rpx;
  139. border-bottom: 1px solid rgba(235, 235, 235, 1);
  140. }
  141. .brand_series_bimg{
  142. height:60rpx;
  143. width:60rpx;
  144. float:left;
  145. margin:9px 20rpx 0rpx 0rpx;
  146. background-repeat:no-repeat;
  147. background-size:60rpx;
  148. background-position:center;
  149. }
  150. .brand_series_name{
  151. color: rgba(56, 55, 53, 1);
  152. font-size: 22rpx;
  153. display:inline;
  154. }
  155. /*************首字母指示点*************/
  156. .brand_initail_c{
  157. position: fixed;
  158. bottom: 90rpx;
  159. right:5rpx;
  160. overflow:hidden;
  161. }
  162. .brand_selectbg{
  163. width: 35rpx;
  164. height: 35rpx;
  165. position: absolute;
  166. left:0rpx;
  167. transition: top 0.5s;
  168. }
  169. .brand_initail_b{
  170. position: absolute;
  171. top:0rpx;
  172. left:0rpx;
  173. }
  174. .brand_initail_i{
  175. color:#383735;
  176. font-size: 22rpx;
  177. width: 35rpx;
  178. line-height: 35rpx;
  179. text-align: center;
  180. background-size: 22rpx 22rpx;
  181. position: relative;
  182. }
  183. .brand_initail_active{
  184. border-radius: 17rpx;
  185. background-color: #FFE600;
  186. }