carModel.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .popupone.data-v-411247ea {
  28. width: 100vw;
  29. height: 100vh;
  30. background: rgba(0, 0, 0, 0.4);
  31. position: fixed;
  32. top: 0;
  33. left: 0;
  34. z-index: 11;
  35. }
  36. .brandListkk.data-v-411247ea {
  37. padding-top: 30rpx;
  38. }
  39. .brand-select .rmview .brand-select-title.data-v-411247ea {
  40. background: #fff;
  41. }
  42. .rmview.data-v-411247ea {
  43. border-radius: 16rpx;
  44. overflow: hidden;
  45. }
  46. .carModel-nav-title-left.data-v-411247ea {
  47. display: flex;
  48. }
  49. .carModel-nav-title.data-v-411247ea {
  50. display: flex;
  51. justify-content: space-between;
  52. }
  53. .carBack.data-v-411247ea {
  54. line-height: 100rpx;
  55. font-size: 30rpx;
  56. font-family: PingFangSC-Medium, PingFang SC;
  57. font-weight: 500;
  58. color: #FFFFFF;
  59. padding-right: 24rpx;
  60. }
  61. .carSs.data-v-411247ea {
  62. width: 750rpx;
  63. height: 96rpx;
  64. background: #FFFFFF;
  65. padding-top: 24rpx;
  66. position: fixed;
  67. z-index: 999;
  68. left: 0;
  69. top: 90rpx;
  70. /* top: calc(44px + 96rpx); */
  71. }
  72. .carssBox.data-v-411247ea {
  73. width: 702rpx;
  74. height: 72rpx;
  75. background: #F4F5F7;
  76. border-radius: 36rpx;
  77. margin: 0 auto;
  78. }
  79. .carSsImg.data-v-411247ea {
  80. width: 40rpx;
  81. height: 40rpx;
  82. margin-top: 16rpx;
  83. margin-left: 20rpx;
  84. }
  85. .carssInput.data-v-411247ea {
  86. line-height: 72rpx;
  87. font-size: 28rpx;
  88. height: 72rpx;
  89. padding-left: 16rpx;
  90. width: 600rpx;
  91. }
  92. .carssBox.data-v-411247ea {
  93. display: flex;
  94. }
  95. .brand-select .brand-select-title.data-v-411247ea {
  96. height: 80rpx;
  97. background: #f7f7f7;
  98. position: relative;
  99. }
  100. .brand-select .brand-select-title ._h5.data-v-411247ea {
  101. position: absolute;
  102. height: 40rpx;
  103. font-size: 28rpx;
  104. font-weight: 500;
  105. color: #666666;
  106. line-height: 40rpx;
  107. top: 20rpx;
  108. left: 30rpx;
  109. }
  110. .brand-select .brand-select-wrapper.data-v-411247ea {
  111. display: flex;
  112. flex-wrap: wrap;
  113. background: white;
  114. width: 702rpx;
  115. border-radius: 16rpx;
  116. }
  117. .brand-select .brand-select-wrapper .brand-select-item.data-v-411247ea {
  118. display: block;
  119. width: 80rpx;
  120. height: 100rpx;
  121. padding: 30rpx;
  122. }
  123. .brand-select .brand-select-wrapper .brand-select-item ._img.data-v-411247ea {
  124. display: inline-block;
  125. margin-left: 10rpx;
  126. width: 60rpx;
  127. height: 60rpx;
  128. }
  129. .brand-select .brand-select-wrapper .brand-select-item ._span.data-v-411247ea {
  130. display: inline-block;
  131. text-align: center;
  132. height: 33rpx;
  133. width: 90rpx;
  134. font-size: 24rpx;
  135. font-weight: 400;
  136. color: #333333;
  137. line-height: 33rpx;
  138. }
  139. .fast-navigation.data-v-411247ea {
  140. position: absolute;
  141. text-align: center;
  142. right: 16rpx;
  143. top: 30rpx;
  144. width: 23rpx;
  145. font-size: 26rpx;
  146. font-weight: 500;
  147. line-height: 35rpx;
  148. color: #999999;
  149. }
  150. .fast-navigation ._a.data-v-411247ea {
  151. display: block;
  152. padding-top: 10rpx;
  153. }
  154. .fast-navigation .select.data-v-411247ea {
  155. color: #FF4F00;
  156. }
  157. .scroll-view.data-v-411247ea {
  158. height: calc(100vh - 120rpx);
  159. }
  160. .brand-select.data-v-411247ea {
  161. padding-bottom: 100rpx;
  162. }
  163. .popup-height.data-v-411247ea {
  164. width: 200px;
  165. }
  166. .popup-content.data-v-411247ea {
  167. width: 80vw;
  168. background: #FFFFFF;
  169. height: 100vh;
  170. margin-left: 20vw;
  171. }
  172. .carModel-nav-title.data-v-411247ea {
  173. height: 100rpx;
  174. background: linear-gradient(110deg, #48B9F9 0%, #3F90F7 100%);
  175. line-height: 100rpx;
  176. display: flex;
  177. z-index: 500;
  178. }
  179. .carModel-nav-title.cell-logo.data-v-411247ea {
  180. position: -webkit-sticky;
  181. position: sticky;
  182. top: 0;
  183. background: linear-gradient(110deg, #48B9F9 0%, #3F90F7 100%);
  184. }
  185. .carModel-nav-title .carModel-nav-title-box.data-v-411247ea {
  186. width: 100%;
  187. display: flex;
  188. }
  189. .carModel-nav-title .carModel-nav-title-img.data-v-411247ea {
  190. margin: 20rpx;
  191. width: 60rpx;
  192. height: 60rpx;
  193. }
  194. .carModel-nav-title .carModel-nav-title-msg.data-v-411247ea {
  195. font-size: 30rpx;
  196. font-weight: 400;
  197. color: white;
  198. display: block;
  199. padding-right: 20rpx;
  200. width: 400rpx;
  201. overflow: hidden;
  202. text-overflow: ellipsis;
  203. white-space: nowrap;
  204. }
  205. .carModel-nav-title .carModel-nav-title-msg1.data-v-411247ea {
  206. width: 300rpx;
  207. }
  208. .cell-item-title.data-v-411247ea {
  209. line-height: 69rpx;
  210. padding-left: 24rpx;
  211. width: 504rpx;
  212. margin-left: 30rpx;
  213. height: 69rpx;
  214. background: #FF4F00 linear-gradient(132deg, #FF8635 0%, #FF4828 100%);
  215. border-radius: 16rpx;
  216. font-weight: 500;
  217. color: #FFFFFF;
  218. font-size: 28rpx;
  219. }
  220. .span-cell.data-v-411247ea {
  221. position: relative;
  222. display: flex;
  223. box-sizing: border-box;
  224. width: 100%;
  225. padding: 6rpx 30rpx;
  226. overflow: hidden;
  227. color: #323233;
  228. font-size: 3.73333vw;
  229. line-height: 82rpx;
  230. height: 82rpx;
  231. background-color: #fff;
  232. border-bottom: 1px solid #ebedf0;
  233. }
  234. .carModel-nav-title.data-v-411247ea {
  235. height: 100rpx;
  236. background: linear-gradient(110deg, #48B9F9 0%, #3F90F7 100%);
  237. line-height: 100rpx;
  238. display: flex;
  239. z-index: 500;
  240. }
  241. .carModel-nav-title.cell-logo.data-v-411247ea {
  242. position: -webkit-sticky;
  243. position: sticky;
  244. top: 0;
  245. background: linear-gradient(110deg, #48B9F9 0%, #3F90F7 100%);
  246. }
  247. .carModel-nav-title .carModel-nav-title-box.data-v-411247ea {
  248. width: 100%;
  249. display: flex;
  250. }
  251. .carModel-nav-title .carModel-nav-title-img.data-v-411247ea {
  252. margin: 20rpx;
  253. width: 60rpx;
  254. height: 60rpx;
  255. }
  256. .carModel-nav-title .carModel-nav-title-msg.data-v-411247ea {
  257. font-size: 30rpx;
  258. font-weight: 400;
  259. color: white;
  260. display: block;
  261. padding-right: 20px;
  262. }
  263. .carbox.data-v-411247ea {
  264. height: calc(100vh - 120rpx);
  265. padding: 0 24rpx;
  266. padding-top: 30rpx;
  267. }
  268. .brandList.data-v-411247ea {
  269. height: calc(100vh - 150rpx);
  270. /* padding-bottom:var(--status-bar-height); */
  271. }
  272. .displacementListLine.data-v-411247ea {
  273. min-height: 50rpx;
  274. padding: 20rpx 20rpx 20rpx 30rpx;
  275. font-size: 28rpx;
  276. font-weight: 600;
  277. color: #333333;
  278. line-height: 50rpx;
  279. border-top: 2rpx solid #eeeeee;
  280. background-color: white;
  281. }
  282. .carsslineTxt.data-v-411247ea {
  283. background: #FFFFFF;
  284. line-height: 50rpx;
  285. color: #333333;
  286. font-size: 28rpx;
  287. padding: 0 24rpx;
  288. border-bottom: 1px solid #EEEEEE;
  289. padding: 20rpx 20rpx 20rpx 30rpx;
  290. }
  291. .displacementListBox.data-v-411247ea {
  292. position: fixed;
  293. top: 97rpx;
  294. left: 20vw;
  295. width: 80vw;
  296. height: 100vh;
  297. background: #F4F5F7;
  298. z-index: 11111;
  299. }
  300. .carGroupListBox.data-v-411247ea {
  301. position: fixed;
  302. top: 0;
  303. left: 20vw;
  304. width: 80vw;
  305. height: 100vh;
  306. background: #F4F5F7;
  307. z-index: 11111;
  308. top: 210rpx;
  309. }
  310. .carssListBox.data-v-411247ea {
  311. position: fixed;
  312. top: 0;
  313. left: 0;
  314. width: 200vw;
  315. height: 100vh;
  316. background: rgba(0, 0, 0, 0.5);
  317. z-index: 11111;
  318. }
  319. .carssListBoxCont.data-v-411247ea {
  320. background: #FFFFFF;
  321. width: 80vw;
  322. margin-left: 20vw;
  323. height: 100vh;
  324. }
  325. .carssListBox2.data-v-411247ea {
  326. position: fixed;
  327. top: 0;
  328. left: 0;
  329. width: 100vw;
  330. height: 100vh;
  331. background: rgba(0, 0, 0, 0);
  332. z-index: 11112;
  333. top: calc(210rpx);
  334. }
  335. .brand-select-titleselect.data-v-411247ea {
  336. color: #FF4F00 !important;
  337. }
  338. .tab1.data-v-411247ea {
  339. position: relative;
  340. }