storeDetails.css 5.3 KB

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