style.less 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .MapBox-centent {
  2. width: 100vw;
  3. &-BodyArticle {
  4. background: #fff;
  5. position: relative;
  6. top: -7vh;
  7. .CarsContent-TextBox {
  8. padding: 40px 30px;
  9. position: relative;
  10. top: -8vh;
  11. background-color: #fff;
  12. border-radius: 40px 40px 0px 0px;
  13. .CheckDetails-bottom-box-flaxBox-liftText {
  14. width: 95%;
  15. display: flex;
  16. justify-content: space-between;
  17. &-Titles {
  18. text-overflow: ellipsis; //显示...
  19. white-space: nowrap; //不换行
  20. overflow: hidden;
  21. font-size: 36px;
  22. font-weight: bold;
  23. color: #222222;
  24. }
  25. &-price {
  26. font-size: 44px;
  27. font-weight: 800;
  28. color: #666666;
  29. background: linear-gradient(180deg, #fa7878 0%, #b61515 100%);
  30. -webkit-background-clip: text;
  31. -webkit-text-fill-color: transparent;
  32. > Text {
  33. font-size: 25px;
  34. }
  35. }
  36. }
  37. .content-header-box-map-Info {
  38. margin: 0 auto;
  39. display: flex;
  40. align-items: center;
  41. // justify-content: space-between;
  42. padding: 30px 0 30px 0;
  43. &-liftCentent {
  44. display: flex;
  45. align-items: center;
  46. > Image {
  47. width: 22px;
  48. height: 27px;
  49. }
  50. > View {
  51. padding-left: 15px;
  52. font-size: 30px;
  53. font-weight: 800;
  54. color: #222222;
  55. }
  56. }
  57. &-rightCententInfo {
  58. font-size: 30px;
  59. font-weight: 500;
  60. color: #666666;
  61. }
  62. &-carsName {
  63. font-size: 30px;
  64. font-weight: bold;
  65. color: #222222;
  66. }
  67. }
  68. .articleTitle-box-Details {
  69. display: flex;
  70. font-size: 30px;
  71. font-weight: bold;
  72. color: #222222;
  73. align-items: center;
  74. justify-content: center;
  75. margin-top: 32px;
  76. > Image {
  77. width: 33px;
  78. height: 33px;
  79. margin: auto 31px;
  80. }
  81. }
  82. .startReserve-Bottom {
  83. position: relative;
  84. bottom: -3vh;
  85. width: 92vw;
  86. }
  87. }
  88. }
  89. }