storeDetails.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. .container-view{
  2. background: #F1F3F4;
  3. }
  4. .bg-img {
  5. width: 100%;
  6. height: 420rpx;
  7. /* background-size: contain; */
  8. }
  9. .swiper{
  10. height: 500rpx;
  11. }
  12. .store-img-view .swiper-item-img {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .store-img-view{
  17. height: 500rpx;
  18. width: 100%;
  19. position: relative;
  20. }
  21. .p-bg{
  22. position: relative;
  23. top: -110rpx;
  24. z-index: 99;
  25. width: 100vw;
  26. padding: 0 24rpx;
  27. }
  28. .store-info-view{
  29. padding: 32rpx;
  30. background: #FFFFFF;
  31. border-radius: 40rpx;
  32. margin-bottom: 20rpx;
  33. }
  34. .store-name{
  35. font-weight: 600;
  36. font-size: 40rpx;
  37. color: #060809;
  38. margin-bottom: 24rpx;
  39. }
  40. .store-type{
  41. border-radius: 8rpx;
  42. border: 2rpx solid #0A59F7;
  43. height: 48rpx;
  44. line-height: 46rpx;
  45. text-align: center;
  46. font-weight: 600;
  47. font-size: 24rpx;
  48. color: #0A59F7;
  49. width: 88rpx;
  50. margin-right: 12rpx;
  51. }
  52. .store-num-type{
  53. border-radius: 8rpx;
  54. border: 2rpx solid #E7EAEE;
  55. height: 48rpx;
  56. line-height: 46rpx;
  57. text-align: center;
  58. font-weight: 600;
  59. font-size: 24rpx;
  60. color: #060809;
  61. padding: 0 20rpx;
  62. }
  63. .store-num{
  64. margin-right: 4rpx;
  65. font-family: DIN, DIN;
  66. font-weight: 600;
  67. font-size: 30rpx;
  68. color: #0A59F7;
  69. }
  70. .store-phone{
  71. display: flex;
  72. flex-grow: 1;
  73. justify-content: flex-end;
  74. }
  75. .align-center{
  76. align-items: center;
  77. }
  78. .left_grid_1 {
  79. width: 260rpx;
  80. height: 140rpx;
  81. background: #F4F5F6;
  82. border-radius: 16rpx;
  83. padding-left: 24rpx;
  84. padding-top: 28rpx;
  85. margin-right: 16rpx;
  86. }
  87. .left_grid_2 {
  88. width: 260rpx;
  89. height: 140rpx;
  90. background: #EBFFF8;
  91. border-radius: 16rpx;
  92. padding-left: 24rpx;
  93. padding-top: 28rpx;
  94. margin-right: 16rpx;
  95. }
  96. .grid_text_1 {
  97. font-family: PingFangSC, PingFang SC;
  98. font-weight: 500;
  99. font-size: 32rpx;
  100. color: #2A3A5A;
  101. line-height: 32rpx;
  102. text-align: left;
  103. font-style: normal;
  104. margin-left: 8rpx;
  105. }
  106. .grid_text_rest {
  107. font-family: PingFangSC, PingFang SC;
  108. font-weight: 500;
  109. font-size: 32rpx;
  110. color: #828DA2;
  111. line-height: 32rpx;
  112. text-align: left;
  113. font-style: normal;
  114. margin-left: 8rpx;
  115. }
  116. .grid_text_2 {
  117. font-family: DIN, DIN;
  118. font-weight: 500;
  119. font-size: 26rpx;
  120. color: #828DA2;
  121. line-height: 24rpx;
  122. text-align: left;
  123. font-style: normal;
  124. margin-top: 16rpx;
  125. }
  126. .right_grid {
  127. width: 370rpx;
  128. height: 140rpx;
  129. background: #F3F8FF;
  130. border-radius: 16rpx;
  131. padding-left: 24rpx;
  132. padding-top: 28rpx;
  133. padding-right: 32rpx;
  134. flex-direction: row;
  135. display: flex;
  136. }
  137. .cab_distance {
  138. font-family: PingFangSC, PingFang SC;
  139. font-weight: 500;
  140. font-size: 30rpx;
  141. color: #2A3A5A;
  142. line-height: 32rpx;
  143. font-style: normal;
  144. }
  145. .cab_address {
  146. width: 280rpx;
  147. white-space: nowrap;
  148. overflow: hidden;
  149. text-overflow: ellipsis;
  150. font-family: PingFangSC, PingFang SC;
  151. font-weight: 400;
  152. font-size: 24rpx;
  153. color: #828DA2;
  154. line-height: 24rpx;
  155. text-align: left;
  156. font-style: normal;
  157. padding-top: 26rpx;
  158. }
  159. .icon_grid_1 {
  160. width: 48rpx;
  161. height: 48rpx;
  162. }
  163. .grid_nav {
  164. font-family: PingFangSC, PingFang SC;
  165. font-weight: 500;
  166. font-size: 24rpx;
  167. color: #2A3A5A;
  168. line-height: 24rpx;
  169. text-align: right;
  170. font-style: normal;
  171. }
  172. .unit-type-view{
  173. background-color: rgba(255, 255, 255, 1);
  174. border-radius: 32rpx;
  175. padding: 4rpx 4rpx 4rpx 4rpx;
  176. display: inline-block;
  177. margin-bottom: 20rpx;
  178. }
  179. .unit-type{
  180. padding: 14rpx 38rpx;
  181. display: inline-block;
  182. font-weight: 400;
  183. font-size: 26rpx;
  184. color: #2A3A5A;
  185. }
  186. .unit-type-i{
  187. background-color: rgba(10, 89, 247, 1);
  188. border-radius: 32rpx;
  189. font-weight: 500;
  190. font-size: 26rpx;
  191. color: #FFFFFF;
  192. }
  193. .car-info-view{
  194. padding: 24rpx;
  195. background: #FFFFFF;
  196. border-radius: 40rpx;
  197. margin-bottom: 20rpx;
  198. }
  199. .car-img{
  200. width: 192rpx;
  201. height: 192rpx;
  202. border-radius: 24rpx;
  203. }
  204. .car-info{
  205. margin-left: 24rpx;
  206. flex-grow: 1;
  207. }
  208. .car-name{
  209. font-weight: 600;
  210. font-size: 32rpx;
  211. color: #060809;
  212. margin-bottom:16rpx;
  213. width: 410rpx;
  214. text-overflow: ellipsis;
  215. overflow: hidden;
  216. white-space: nowrap;
  217. display: block;
  218. }
  219. .car-model-info{
  220. font-weight: 400;
  221. font-size: 24rpx;
  222. color: #9FA7B7;
  223. margin-bottom: 48rpx;
  224. }
  225. .unit-type-price{
  226. font-weight: 400;
  227. font-size: 28rpx;
  228. color: #060809;
  229. flex-grow: 1;
  230. flex-wrap: nowrap;
  231. justify-content: flex-start;
  232. align-items: baseline;
  233. }
  234. .lease-btn{
  235. width: 176rpx;
  236. height: 64rpx;
  237. background: #060809;
  238. border-radius: 32rpx;
  239. font-size: 32rpx;
  240. color: #FFFFFF;
  241. line-height: 64rpx;
  242. text-align: center;
  243. }
  244. .tip-view {
  245. background: #0A59F7;
  246. border-radius: 50rpx;
  247. margin-bottom: 20rpx;
  248. /* height: 80rpx; */
  249. }
  250. .tip-title-view {
  251. padding-left: 24rpx;
  252. /* border-radius: 40rpx; */
  253. }
  254. .w-bg {
  255. width: 100%;
  256. height: 80rpx;
  257. background: #FFFFFF;
  258. border-radius: 0rpx 40rpx 0rpx 0rpx;
  259. }
  260. .step-view {
  261. justify-content: space-around;
  262. background: #FFFFFF;
  263. padding: 32rpx 80rpx 0;
  264. border-top-left-radius: 32rpx;
  265. }
  266. .icon-list-view .img1 {
  267. width: 80rpx;
  268. height: 72rpx;
  269. }
  270. .dashed-line {
  271. /* border: 3rpx solid #F1F3F4; */
  272. border-style: dashed;
  273. border-width: 3rpx;
  274. /* 定义边框粗细 */
  275. border-color: #F1F3F4;
  276. /* 定义边框颜色 */
  277. width: 136rpx;
  278. height: 2rpx;
  279. display: flex;
  280. flex-grow: 1;
  281. padding: 0 80rpx;
  282. }
  283. .step-tip-view {
  284. justify-content: space-around;
  285. background-color: #FFF;
  286. padding: 22rpx 24rpx 40rpx;
  287. border-radius: 0rpx 0rpx 40rpx 40rpx;
  288. }
  289. .step-tip-text {
  290. font-weight: 400;
  291. font-size: 24rpx;
  292. color: #060809;
  293. opacity: 0.8;
  294. }
  295. .step-tip-text:nth-child(2) {
  296. margin: 0 38rpx 0 40rpx;
  297. }
  298. .step-num-1 {
  299. width: 14rpx;
  300. height: 22rpx;
  301. margin-right: 4rpx;
  302. }
  303. .step-num-2 {
  304. width: 20rpx;
  305. height: 22rpx;
  306. margin-right: 4rpx;
  307. }
  308. .step-num-3 {
  309. width: 20rpx;
  310. height: 24rpx;
  311. margin-right: 4rpx;
  312. }
  313. .car-detail-style {
  314. width: 56rpx;
  315. height: 56rpx;
  316. background: rgba(0, 0, 0, 0.4);
  317. border-radius: 16rpx 0rpx 16rpx 0rpx;
  318. padding-left: 6rpx;
  319. position: relative;
  320. left: 20rpx;
  321. top: 100rpx;
  322. z-index: 1000;
  323. }
  324. .return-view {
  325. width: 40rpx;
  326. height: 40rpx;
  327. }