storeDetails.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. .container-view{
  2. background: #F1F3F4;
  3. }
  4. .store-img-view{
  5. height: 500rpx;
  6. width: 100%;
  7. }
  8. .p-bg{
  9. position: relative;
  10. top: -152rpx;
  11. z-index: 99;
  12. width: 100vw;
  13. padding: 0 24rpx;
  14. }
  15. .store-info-view{
  16. padding: 32rpx;
  17. background: #FFFFFF;
  18. border-radius: 40rpx;
  19. margin-bottom: 20rpx;
  20. }
  21. .store-name{
  22. font-weight: 600;
  23. font-size: 40rpx;
  24. color: #060809;
  25. margin-bottom: 24rpx;
  26. }
  27. .store-type{
  28. border-radius: 8rpx;
  29. border: 2rpx solid #0A59F7;
  30. height: 48rpx;
  31. line-height: 46rpx;
  32. text-align: center;
  33. font-weight: 600;
  34. font-size: 24rpx;
  35. color: #0A59F7;
  36. width: 88rpx;
  37. margin-right: 12rpx;
  38. }
  39. .store-num-type{
  40. border-radius: 8rpx;
  41. border: 2rpx solid #E7EAEE;
  42. height: 48rpx;
  43. line-height: 46rpx;
  44. text-align: center;
  45. font-weight: 600;
  46. font-size: 24rpx;
  47. color: #060809;
  48. padding: 0 20rpx;
  49. }
  50. .store-num{
  51. margin-right: 4rpx;
  52. font-family: DIN, DIN;
  53. font-weight: 600;
  54. font-size: 30rpx;
  55. color: #0A59F7;
  56. }
  57. .store-phone{
  58. display: flex;
  59. flex-grow: 1;
  60. justify-content: flex-end;
  61. }
  62. .align-center{
  63. align-items: center;
  64. }
  65. .left_grid_1 {
  66. width: 222rpx;
  67. height: 140rpx;
  68. background: #F4F5F6;
  69. border-radius: 16rpx;
  70. padding-left: 24rpx;
  71. padding-top: 28rpx;
  72. margin-right: 16rpx;
  73. }
  74. .left_grid_2 {
  75. width: 222rpx;
  76. height: 140rpx;
  77. background: #EBFFF8;
  78. border-radius: 16rpx;
  79. padding-left: 24rpx;
  80. padding-top: 28rpx;
  81. margin-right: 16rpx;
  82. }
  83. .grid_text_1 {
  84. font-family: PingFangSC, PingFang SC;
  85. font-weight: 500;
  86. font-size: 32rpx;
  87. color: #2A3A5A;
  88. line-height: 32rpx;
  89. text-align: left;
  90. font-style: normal;
  91. margin-left: 8rpx;
  92. }
  93. .grid_text_rest {
  94. font-family: PingFangSC, PingFang SC;
  95. font-weight: 500;
  96. font-size: 32rpx;
  97. color: #828DA2;
  98. line-height: 32rpx;
  99. text-align: left;
  100. font-style: normal;
  101. margin-left: 8rpx;
  102. }
  103. .grid_text_2 {
  104. font-family: DIN, DIN;
  105. font-weight: 500;
  106. font-size: 26rpx;
  107. color: #828DA2;
  108. line-height: 24rpx;
  109. text-align: left;
  110. font-style: normal;
  111. margin-top: 16rpx;
  112. }
  113. .right_grid {
  114. width: 448rpx;
  115. height: 140rpx;
  116. background: #F3F8FF;
  117. border-radius: 16rpx;
  118. padding-left: 24rpx;
  119. padding-top: 28rpx;
  120. padding-right: 32rpx;
  121. flex-direction: row;
  122. display: flex;
  123. }
  124. .cab_distance {
  125. font-family: PingFangSC, PingFang SC;
  126. font-weight: 500;
  127. font-size: 32rpx;
  128. color: #2A3A5A;
  129. line-height: 32rpx;
  130. font-style: normal;
  131. }
  132. .cab_address {
  133. width: 312rpx;
  134. white-space: nowrap;
  135. overflow: hidden;
  136. text-overflow: ellipsis;
  137. font-family: PingFangSC, PingFang SC;
  138. font-weight: 400;
  139. font-size: 24rpx;
  140. color: #828DA2;
  141. line-height: 24rpx;
  142. text-align: left;
  143. font-style: normal;
  144. padding-top: 26rpx;
  145. }
  146. .icon_grid_1 {
  147. width: 48rpx;
  148. height: 48rpx;
  149. }
  150. .grid_nav {
  151. font-family: PingFangSC, PingFang SC;
  152. font-weight: 500;
  153. font-size: 24rpx;
  154. color: #2A3A5A;
  155. line-height: 24rpx;
  156. text-align: right;
  157. font-style: normal;
  158. }
  159. .unit-type-view{
  160. background-color: rgba(255, 255, 255, 1);
  161. border-radius: 32rpx;
  162. padding: 4rpx 4rpx 4rpx 4rpx;
  163. display: inline-block;
  164. margin-bottom: 20rpx;
  165. }
  166. .unit-type{
  167. padding: 14rpx 38rpx;
  168. display: inline-block;
  169. font-weight: 400;
  170. font-size: 26rpx;
  171. color: #2A3A5A;
  172. }
  173. .unit-type-i{
  174. background-color: rgba(10, 89, 247, 1);
  175. border-radius: 32rpx;
  176. font-weight: 500;
  177. font-size: 26rpx;
  178. color: #FFFFFF;
  179. }
  180. .car-info-view{
  181. padding: 24rpx;
  182. background: #FFFFFF;
  183. border-radius: 40rpx;
  184. margin-bottom: 20rpx;
  185. }
  186. .car-img{
  187. width: 192rpx;
  188. height: 192rpx;
  189. border-radius: 24rpx;
  190. }
  191. .car-info{
  192. margin-left: 24rpx;
  193. flex-grow: 1;
  194. }
  195. .car-name{
  196. font-weight: 600;
  197. font-size: 32rpx;
  198. color: #060809;
  199. margin-bottom:16rpx;
  200. }
  201. .car-model-info{
  202. font-weight: 400;
  203. font-size: 24rpx;
  204. color: #9FA7B7;
  205. margin-bottom: 48rpx;
  206. }
  207. .unit-type-price{
  208. font-weight: 400;
  209. font-size: 28rpx;
  210. color: #060809;
  211. flex-grow: 1;
  212. flex-wrap: nowrap;
  213. justify-content: flex-start;
  214. align-items: baseline;
  215. }
  216. .lease-btn{
  217. width: 176rpx;
  218. height: 64rpx;
  219. background: #060809;
  220. border-radius: 32rpx;
  221. font-size: 32rpx;
  222. color: #FFFFFF;
  223. line-height: 64rpx;
  224. text-align: center;
  225. }