storeDetails.css 5.9 KB

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