brandlist.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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: absolute;
  16. top:0rpx;
  17. width: 100%;
  18. }
  19. .brandw_back{
  20. width:50rpx;
  21. height: 50rpx;
  22. position: absolute;
  23. top:100rpx;
  24. left:40rpx;
  25. /*background-repeat: no-repeat;
  26. background-position: center;
  27. background-size: 30rpx 30rpx;*/
  28. }
  29. .brandw_back image{
  30. width:30rpx;
  31. height: 30rpx;
  32. margin: 10rpx;
  33. }
  34. .brandw_title_w{
  35. padding-top: 105rpx;
  36. font-size: 36rpx;
  37. height: 44rpx;
  38. line-height: 44rpx;
  39. text-align: center;
  40. }
  41. .brandw_t_line{
  42. height: 58rpx;
  43. line-height: 58rpx;
  44. background-color: rgba(242, 242, 245, 1);
  45. color: rgba(56, 55, 53, 1);
  46. font-size: 22rpx;
  47. text-indent: 38rpx;
  48. }
  49. .brandw_a_line{
  50. height: 58rpx;
  51. line-height: 58rpx;
  52. background-color: rgba(242, 242, 245, 1);
  53. color: rgba(56, 55, 53, 1);
  54. font-size: 22rpx;
  55. text-indent: 38rpx;
  56. font-family: NotoSansHans-DemiLight;
  57. }
  58. .brandw_hotlist{
  59. padding: 0rpx 40rpx;
  60. display: flex;
  61. background: white;
  62. flex-wrap: wrap;
  63. }
  64. .brandw_hotlist_item{
  65. width:134rpx;
  66. height: 159rpx;
  67. }
  68. .brandw_hotitem_img{
  69. width: 70rpx;
  70. height: 70rpx;
  71. background-size: 70rpx;
  72. background-repeat: no-repeat;
  73. background-position: center;
  74. margin:30rpx auto 0rpx;
  75. }
  76. .brandw_hotitem_name{
  77. height: 33rpx;
  78. line-height: 33rpx;
  79. color: rgba(56, 55, 53, 1);
  80. font-size: 22rpx;
  81. text-align: center;
  82. }
  83. .brandw_binitial{
  84. left: 0px;
  85. top: 562px;
  86. width: 750px;
  87. height: 44rpx;
  88. line-height: 44rpx;
  89. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  90. color:#FFE600;
  91. font-size: 24rpx;
  92. text-indent: 48rpx;
  93. font-family: PingFangSC-Semibold;
  94. }
  95. .brandw_bitem{
  96. left: 0px;
  97. margin-left:38rpx;
  98. line-height: 70rpx;
  99. height: 78rpx;
  100. border-bottom: 1rpx solid rgba(235, 235, 235, 1);
  101. display: flex;
  102. }
  103. .brandw_bimg{
  104. height: 60rpx;
  105. width:60rpx;
  106. margin:5px 30rpx 0rpx 0rpx;
  107. background-repeat: no-repeat;
  108. background-size: 60rpx;
  109. background-position: center;
  110. }
  111. .brandw_bname{
  112. flex: 1;
  113. display: flex;
  114. align-items:center;
  115. margin-left:20rpx;
  116. color: rgba(56, 55, 53, 1);
  117. font-size: 26rpx;
  118. line-height: 32rpx;
  119. }
  120. .brand_serieslist{
  121. width:440rpx;
  122. margin-left:310rpx;
  123. background-color: white;
  124. position: fixed;
  125. z-index:101;
  126. bottom: 0rpx;
  127. left:770rpx;
  128. border-shadow:-1rpx 0rpx ;
  129. box-shadow: -2rpx 0rpx 10rpx -1rpx rgba(0, 0, 0, 0.16);
  130. transition: left 0.5s;
  131. }
  132. .series_lelong{
  133. height: 78rpx;
  134. line-height: 78rpx;
  135. overflow: hidden;
  136. }
  137. .series_lelong_bimg{
  138. height:60rpx;
  139. width:60rpx;
  140. float:left;
  141. margin:10px 20rpx 0rpx 28rpx;
  142. background-repeat:no-repeat;
  143. background-size:60rpx;
  144. background-position:center;
  145. }
  146. .series_lelong_name{
  147. color: rgba(56, 55, 53, 1);
  148. font-size: 26rpx;
  149. display:inline;
  150. }
  151. .car_series_t{
  152. text-align: left;
  153. text-indent: 28rpx;
  154. height: 44rpx;
  155. line-height: 44rpx;
  156. background-color: rgba(247, 247, 247, 1);
  157. color: rgba(56, 55, 53, 1);
  158. font-size: 20rpx;
  159. }
  160. .brand_series_i{
  161. height: 78rpx;
  162. line-height: 78rpx;
  163. margin-left:28rpx;
  164. border-bottom: 1px solid rgba(235, 235, 235, 1);
  165. }
  166. .brand_series_bimg{
  167. height:60rpx;
  168. width:60rpx;
  169. float:left;
  170. margin:9px 20rpx 0rpx 0rpx;
  171. background-repeat:no-repeat;
  172. background-size:60rpx;
  173. background-position:center;
  174. }
  175. .brand_series_name{
  176. color: rgba(56, 55, 53, 1);
  177. font-size: 22rpx;
  178. display:inline;
  179. }
  180. /*************首字母指示点*************/
  181. .brand_initail_c{
  182. position: fixed;
  183. z-index:101;
  184. bottom: 90rpx;
  185. right:5rpx;
  186. overflow:hidden;
  187. }
  188. .brand_selectbg{
  189. width: 35rpx;
  190. height: 35rpx;
  191. position: absolute;
  192. left:0rpx;
  193. transition: top 0.5s;
  194. }
  195. .brand_initail_b{
  196. position: absolute;
  197. top:0rpx;
  198. left:0rpx;
  199. }
  200. .brand_initail_i{
  201. color:#383735;
  202. font-size: 22rpx;
  203. width: 35rpx;
  204. line-height: 35rpx;
  205. text-align: center;
  206. background-size: 22rpx 22rpx;
  207. position: relative;
  208. }
  209. .brand_initail_active{
  210. border-radius: 17rpx;
  211. background-color: #FFE600;
  212. }
  213. /*model*/
  214. .models_c{
  215. position: fixed;
  216. top:0rpx;
  217. left:100%;
  218. width: 100%;
  219. height: 100%;
  220. background: white;
  221. z-index:101;
  222. transition: all 0.5s;
  223. }
  224. .no_model{
  225. height: 100rpx;
  226. line-height: 100rpx;
  227. color: rgba(104, 104, 104, 1);
  228. font-size: 26rpx;
  229. text-align: center;
  230. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  231. }