storeDetails.css 5.0 KB

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