storeDetails.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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. }
  210. .car-model-info{
  211. font-weight: 400;
  212. font-size: 24rpx;
  213. color: #9FA7B7;
  214. margin-bottom: 48rpx;
  215. }
  216. .unit-type-price{
  217. font-weight: 400;
  218. font-size: 28rpx;
  219. color: #060809;
  220. flex-grow: 1;
  221. flex-wrap: nowrap;
  222. justify-content: flex-start;
  223. align-items: baseline;
  224. }
  225. .lease-btn{
  226. width: 176rpx;
  227. height: 64rpx;
  228. background: #060809;
  229. border-radius: 32rpx;
  230. font-size: 32rpx;
  231. color: #FFFFFF;
  232. line-height: 64rpx;
  233. text-align: center;
  234. }