|
@@ -1,11 +1,13 @@
|
|
|
.main {
|
|
|
float: left;
|
|
|
width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-color: #f6f6f6;
|
|
|
}
|
|
|
|
|
|
.main .one {
|
|
|
position: fixed;
|
|
|
- z-index: 9999;
|
|
|
+ z-index: 999;
|
|
|
width: 100%;
|
|
|
height: 80rpx;
|
|
|
line-height: 80rpx;
|
|
@@ -18,5 +20,88 @@
|
|
|
position: absolute;
|
|
|
top: 80rpx;
|
|
|
width: 100%;
|
|
|
- height: 15000px;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoImg {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoImg swiper {
|
|
|
+ height: 200px;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoImg image {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ height: 400rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .carBrief {
|
|
|
+ float: left;
|
|
|
+ width: 94%;
|
|
|
+ padding: 0 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .carBrief view {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ min-height: 80rpx;
|
|
|
+ line-height: 80rpx;
|
|
|
+ border-bottom: 1px solid #ccc;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .carBrief view text {
|
|
|
+ font-size: 30rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .carBrief view text:nth-child(1) {
|
|
|
+ float: left;
|
|
|
+ color: #666;
|
|
|
+ margin: 0 10rpx 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .carBrief view text:nth-child(2) {
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .carBrief view:nth-child(1) text:nth-child(2) {
|
|
|
+ color: #ff0000;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .carGrade {
|
|
|
+ float: left;
|
|
|
+ width: 94%;
|
|
|
+ padding: 0 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .carGrade view {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ min-height: 80rpx;
|
|
|
+ line-height: 80rpx;
|
|
|
+ border-bottom: 1px solid #ccc;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .carGrade view text {
|
|
|
+ font-size: 30rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .carGrade view text:nth-child(1) {
|
|
|
+ float: left;
|
|
|
+ color: #666;
|
|
|
+ margin: 0 10rpx 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .carGrade view text:nth-child(2) {
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
+.main .two .twoTxt .carGrade view:nth-child(3) text:nth-child(2) {
|
|
|
+ color: #ff0000;
|
|
|
}
|