car.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. .main {
  2. float: left;
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f6f6f6;
  6. }
  7. .main .one {
  8. position: fixed;
  9. z-index: 999;
  10. width: 100%;
  11. height: 80rpx;
  12. line-height: 80rpx;
  13. background-color: #409eff;
  14. color: #ffffff;
  15. text-align: center;
  16. }
  17. .main .two {
  18. position: absolute;
  19. top: 80rpx;
  20. width: 100%;
  21. }
  22. .main .two .twoImg {
  23. float: left;
  24. width: 100%;
  25. }
  26. .main .two .twoImg video {
  27. width: 100%;
  28. }
  29. /* .main .two .twoImg swiper {
  30. height: 200px;
  31. }
  32. .main .two .twoImg image {
  33. float: left;
  34. width: 100%;
  35. height: 400rpx;
  36. } */
  37. .main .two .twoTxt {
  38. float: left;
  39. width: 100%;
  40. }
  41. .main .two .twoTxt .carBrief {
  42. float: left;
  43. width: 94%;
  44. padding: 0 20rpx;
  45. }
  46. .main .two .twoTxt .carBrief view {
  47. float: left;
  48. width: 100%;
  49. min-height: 80rpx;
  50. line-height: 80rpx;
  51. border-bottom: 1px solid #ccc;
  52. }
  53. .main .two .twoTxt .carBrief view text {
  54. font-size: 30rpx;
  55. }
  56. .main .two .twoTxt .carBrief view text:nth-child(1) {
  57. float: left;
  58. color: #666;
  59. margin: 0 10rpx 0 0;
  60. }
  61. .main .two .twoTxt .carBrief view text:nth-child(2) {
  62. font-weight: bold;
  63. }
  64. .main .two .twoTxt .carBrief view:nth-child(1) text:nth-child(2) {
  65. color: #ff0000;
  66. }
  67. .main .two .twoTxt .carGrade {
  68. float: left;
  69. width: 94%;
  70. padding: 0 20rpx;
  71. }
  72. .main .two .twoTxt .carGrade view {
  73. float: left;
  74. width: 100%;
  75. min-height: 80rpx;
  76. line-height: 80rpx;
  77. border-bottom: 1px solid #ccc;
  78. }
  79. .main .two .twoTxt .carGrade view text {
  80. font-size: 30rpx;
  81. }
  82. .main .two .twoTxt .carGrade view text:nth-child(1) {
  83. float: left;
  84. color: #666;
  85. margin: 0 10rpx 0 0;
  86. }
  87. .main .two .twoTxt .carGrade view text:nth-child(2) {
  88. font-weight: bold;
  89. }
  90. .main .two .twoTxt .carGrade view:nth-child(3) text:nth-child(2) {
  91. color: #ff0000;
  92. }
  93. .main .two .twoTxt .carGrade .btn {
  94. border-bottom: none;
  95. margin: 50rpx 0;
  96. }
  97. .main .two .twoTxt .carGrade .btn button {
  98. width: 80%;
  99. border-radius: 90rpx;
  100. /* background-color: #ff0000;
  101. color: #ffff; */
  102. }