storeDetails.css 5.8 KB

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