unleasedPages.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .w_100{
  2. width: 100%;
  3. }
  4. .text-center{
  5. text-align: center;
  6. }
  7. .unleased-pages-main{
  8. min-height: calc(100vh - 150rpx);
  9. padding-top: 100rpx;
  10. background: linear-gradient( 180deg,#BAC0CC 100%, #EFF7FC 0%, #BAC0CC 100%);
  11. }
  12. .recommend-car-name{
  13. font-size: 34rpx;
  14. color: #FFF;
  15. font-weight: bold;
  16. margin: auto;
  17. margin-bottom: 20rpx;
  18. max-width: 520rpx;
  19. text-overflow: ellipsis;
  20. overflow: hidden;
  21. white-space: nowrap;
  22. }
  23. .recommend-car-tip{
  24. font-size: 28rpx;
  25. color: #FFF;
  26. font-weight: 500;
  27. margin: auto;
  28. margin-bottom: 20rpx;
  29. max-width: 538rpx;
  30. }
  31. .car-img{
  32. width: 700rpx;
  33. height: 420rpx;
  34. }
  35. .car-model-step{
  36. background: url('https://qiniu.bms16.com/Fi9K2vXFEO5AGoUenf8nRDtyvMiW') no-repeat;
  37. background-size: cover;
  38. display: flex;
  39. flex-direction: column;
  40. height: 538rpx;
  41. margin: 0 50rpx;
  42. }
  43. .car-speed{
  44. font-family: DIN, DIN;
  45. font-weight: bold;
  46. font-size: 64rpx;
  47. color: #FFFFFF;
  48. }
  49. .company{
  50. font-family: DIN, DIN;
  51. font-weight: 900;
  52. font-size: 28rpx;
  53. color: #FFFFFF;
  54. }
  55. .car-speed-view>text{
  56. color: #FFF;
  57. opacity: 0.8;
  58. }
  59. .more-btn{
  60. width: 268rpx;
  61. height: 76rpx;
  62. background: linear-gradient( 180deg, #6E798C 0%, #7F8C9B 100%);
  63. border-radius: 40rpx;
  64. align-items: center;
  65. justify-content: center;
  66. }
  67. .more-btn-text{
  68. font-weight: 500;
  69. font-size: 28rpx;
  70. color: #FFFFFF;
  71. }
  72. .more-btn-img{
  73. width: 28rpx;
  74. height: 28rpx;
  75. }
  76. .lease-btn{
  77. width: 336rpx;
  78. height: 98rpx;
  79. background: rgba(255,255,255,0.6);
  80. border-radius: 50rpx;
  81. border: 4rpx solid #060809;
  82. font-family: PingFangSC, PingFang SC;
  83. font-weight: 600;
  84. font-size: 36rpx;
  85. color: #060809;
  86. text-align: center;
  87. line-height: 98rpx;
  88. margin-right: 22rpx;
  89. }
  90. .binding-btn{
  91. width: 336rpx;
  92. height: 98rpx;
  93. background: #060809;
  94. border-radius: 50rpx;
  95. font-family: PingFangSC, PingFang SC;
  96. font-weight: 600;
  97. font-size: 36rpx;
  98. color: #FFFFFF;
  99. text-align: center;
  100. line-height: 98rpx;
  101. }
  102. .dot-view{
  103. justify-content: center;
  104. margin-top: 66rpx;
  105. margin-bottom: 48rpx;
  106. }
  107. .dot{
  108. width: 12rpx;
  109. height: 12rpx;
  110. background: #FFFFFF;
  111. opacity: 0.4;
  112. border-radius: 50%;
  113. margin-right: 10rpx;
  114. }
  115. .active{
  116. width: 24rpx;
  117. height: 12rpx;
  118. background: #FFFFFF;
  119. border-radius: 6rpx;
  120. opacity: 1;
  121. }