brandlist.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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:100rpx;
  25. left:40rpx;
  26. }
  27. .brandw_title_w{
  28. padding-top: 105rpx;
  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. display: flex;
  85. }
  86. .brandw_bimg{
  87. height: 60rpx;
  88. width:60rpx;
  89. margin:5px 30rpx 0rpx 0rpx;
  90. background-repeat: no-repeat;
  91. background-size: 60rpx;
  92. background-position: center;
  93. }
  94. .brandw_bname{
  95. flex: 1;
  96. display: flex;
  97. align-items:center;
  98. margin-left:20rpx;
  99. color: rgba(56, 55, 53, 1);
  100. font-size: 26rpx;
  101. line-height: 32rpx;
  102. }
  103. .brand_serieslist{
  104. width:440rpx;
  105. margin-left:310rpx;
  106. background-color: white;
  107. position: fixed;
  108. z-index:101;
  109. bottom: 0rpx;
  110. left:770rpx;
  111. border-shadow:-1rpx 0rpx ;
  112. box-shadow: -2rpx 0rpx 10rpx -1rpx rgba(0, 0, 0, 0.16);
  113. transition: left 0.5s;
  114. }
  115. .series_lelong{
  116. height: 78rpx;
  117. line-height: 78rpx;
  118. }
  119. .series_lelong_bimg{
  120. height:60rpx;
  121. width:60rpx;
  122. float:left;
  123. margin:10px 20rpx 0rpx 28rpx;
  124. background-repeat:no-repeat;
  125. background-size:60rpx;
  126. background-position:center;
  127. }
  128. .series_lelong_name{
  129. color: rgba(56, 55, 53, 1);
  130. font-size: 26rpx;
  131. display:inline;
  132. }
  133. .car_series_t{
  134. text-indent: 28rpx;
  135. height: 44rpx;
  136. line-height: 44rpx;
  137. background-color: rgba(247, 247, 247, 1);
  138. color: rgba(56, 55, 53, 1);
  139. font-size: 20rpx;
  140. }
  141. .brand_series_i{
  142. height: 78rpx;
  143. line-height: 78rpx;
  144. margin-left:28rpx;
  145. border-bottom: 1px solid rgba(235, 235, 235, 1);
  146. }
  147. .brand_series_bimg{
  148. height:60rpx;
  149. width:60rpx;
  150. float:left;
  151. margin:9px 20rpx 0rpx 0rpx;
  152. background-repeat:no-repeat;
  153. background-size:60rpx;
  154. background-position:center;
  155. }
  156. .brand_series_name{
  157. color: rgba(56, 55, 53, 1);
  158. font-size: 22rpx;
  159. display:inline;
  160. }
  161. /*************首字母指示点*************/
  162. .brand_initail_c{
  163. position: fixed;
  164. z-index:101;
  165. bottom: 90rpx;
  166. right:5rpx;
  167. overflow:hidden;
  168. }
  169. .brand_selectbg{
  170. width: 35rpx;
  171. height: 35rpx;
  172. position: absolute;
  173. left:0rpx;
  174. transition: top 0.5s;
  175. }
  176. .brand_initail_b{
  177. position: absolute;
  178. top:0rpx;
  179. left:0rpx;
  180. }
  181. .brand_initail_i{
  182. color:#383735;
  183. font-size: 22rpx;
  184. width: 35rpx;
  185. line-height: 35rpx;
  186. text-align: center;
  187. background-size: 22rpx 22rpx;
  188. position: relative;
  189. }
  190. .brand_initail_active{
  191. border-radius: 17rpx;
  192. background-color: #FFE600;
  193. }
  194. /*model*/
  195. .models_c{
  196. position: fixed;
  197. top:0rpx;
  198. left:100%;
  199. width: 100%;
  200. height: 100%;
  201. background: white;
  202. z-index:101;
  203. transition: all 0.5s;
  204. }
  205. .no_model{
  206. height: 100rpx;
  207. line-height: 100rpx;
  208. color: rgba(104, 104, 104, 1);
  209. font-size: 26rpx;
  210. text-align: center;
  211. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  212. }