cardetail.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /* pages/cardetail/cardetail.wxss */
  2. .conent{
  3. background-color:#F9F9F9;
  4. }
  5. .cardetail_img{
  6. height: 500rpx;
  7. position: relative;
  8. }
  9. .detail_img_t{
  10. width:100%;
  11. height: 500rpx;
  12. }
  13. .detail_img_item{
  14. width:100%;
  15. height: 100%;
  16. }
  17. .detail_code{
  18. position: absolute;
  19. left: 40rpx;
  20. top: 450rpx;
  21. width: 259rpx;
  22. height: 26rpx;
  23. border-radius: 100rpx;
  24. background-color: rgba(56, 55, 53, 0.2);
  25. line-height: 26rpx;
  26. color: rgba(255, 255, 255, 1);
  27. font-size: 14rpx;
  28. text-align: center;
  29. }
  30. .banner_step{
  31. position: absolute;
  32. left: 654rpx;
  33. top: 454rpx;
  34. height: 27rpx;
  35. line-height: 27rpx;
  36. color: rgba(255, 255, 255, 1);
  37. font-size: 18rpx;
  38. text-align: center;
  39. background-color: rgba(56, 55, 53, 0.2);
  40. box-shadow: 0px 1px 2px 0px rgba(56, 55, 53, 0.2);
  41. }
  42. .cardetail_info_c{
  43. height: 282rpx;
  44. background-color:white;
  45. }
  46. .cardetail_t{
  47. margin-top:30rpx;
  48. height: 32rpx;
  49. line-height: 32rpx;
  50. color: rgba(56, 55, 53, 1);
  51. font-size: 32rpx;
  52. text-align: center;
  53. }
  54. .cardetail_price{
  55. margin-top:20rpx;
  56. height: 42rpx;
  57. line-height: 42rpx;
  58. color: rgba(56, 55, 53, 1);
  59. font-size: 28rpx;
  60. text-align: center;
  61. }
  62. .cardetail_price_v{
  63. display: inline;
  64. color:#c5a971;
  65. margin:0rpx 30rpx 0rpx 15rpx;
  66. font-size: 35rpx;
  67. }
  68. .cardetail_price_n{
  69. display: inline;
  70. color: rgba(56, 55, 53, 1);
  71. font-size: 24rpx;
  72. }
  73. .cardetail_flex{
  74. height: 80rpx;
  75. display: flex;
  76. margin-top:40rpx;
  77. }
  78. .cardetail_time{
  79. width: 290rpx;
  80. border-right:1rpx solid rgba(235, 235, 235, 1);
  81. }
  82. .cardetail_mileage{
  83. width:215rpx;
  84. border-right:1rpx solid rgba(235, 235, 235, 1);
  85. }
  86. .cardetail_flex_v{
  87. height: 32rpx;
  88. line-height: 32rpx;
  89. color: rgba(56, 55, 53, 1);
  90. font-size: 32rpx;
  91. text-align: center;
  92. }
  93. .cardetail_flex_name{
  94. margin-top:20rpx;
  95. height: 28rpx;
  96. line-height: 42rpx;
  97. color: rgba(135, 135, 135, 1);
  98. font-size: 28rpx;
  99. text-align: center;
  100. }
  101. .cardetail_shop{
  102. height: 140rpx;
  103. margin-top:20rpx;
  104. padding-left:38rpx;
  105. position: relative;
  106. background-color: white;
  107. overflow: hidden;
  108. }
  109. .cardetail_shop_n{
  110. height: 48rpx;
  111. line-height: 48rpx;
  112. color: rgba(56, 55, 53, 1);
  113. font-size: 32rpx;
  114. margin-top:22rpx;
  115. }
  116. .cardetail_shop_d{
  117. height: 36rpx;
  118. line-height: 36rpx;
  119. color: rgba(104, 104, 104, 1);
  120. font-size: 24rpx;
  121. margin-top:20rpx;
  122. }
  123. .cardetail_shop_d image{
  124. width:20rpx;
  125. height: 20rpx;
  126. display: inline-block;
  127. }
  128. .cardetail_shop_nav{
  129. position: absolute;
  130. top:34rpx;
  131. right:40rpx;
  132. height: 36rpx;
  133. line-height: 36rpx;
  134. color: rgba(104, 104, 104, 1);
  135. font-size: 24rpx;
  136. }