brandlist.wxss 4.2 KB

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