|
@@ -33,11 +33,8 @@ $basicBtnC:#eb0313; |
|
@@ -33,11 +33,8 @@ $basicBtnC:#eb0313; |
33
|
line-height: pxToRem(36px);
|
33
|
line-height: pxToRem(36px);
|
34
|
&.table {
|
34
|
&.table {
|
35
|
width: 100%;
|
35
|
width: 100%;
|
36
|
- // .row {
|
|
|
37
|
- // display: table-row;
|
|
|
38
|
.column {
|
36
|
.column {
|
39
|
box-sizing: border-box;
|
37
|
box-sizing: border-box;
|
40
|
- display: table-cell;
|
|
|
41
|
padding: pxToRem(20px) pxToRem(12px);
|
38
|
padding: pxToRem(20px) pxToRem(12px);
|
42
|
width: 50%;
|
39
|
width: 50%;
|
43
|
border-bottom: 1px solid #fff;
|
40
|
border-bottom: 1px solid #fff;
|
|
@@ -45,9 +42,6 @@ $basicBtnC:#eb0313; |
|
@@ -45,9 +42,6 @@ $basicBtnC:#eb0313; |
45
|
font-size: pxToRem(24px);
|
42
|
font-size: pxToRem(24px);
|
46
|
background-color: $tableCellC;
|
43
|
background-color: $tableCellC;
|
47
|
float: left;
|
44
|
float: left;
|
48
|
- // &:nth-child(even) {
|
|
|
49
|
- // border-right: none;
|
|
|
50
|
- // }
|
|
|
51
|
}
|
45
|
}
|
52
|
}
|
46
|
}
|
53
|
}
|
47
|
}
|
|
@@ -89,7 +83,6 @@ $basicBtnC:#eb0313; |
|
@@ -89,7 +83,6 @@ $basicBtnC:#eb0313; |
89
|
left: pxToRem(108px);
|
83
|
left: pxToRem(108px);
|
90
|
top: pxToRem(40px);
|
84
|
top: pxToRem(40px);
|
91
|
height: pxToRem(35px);
|
85
|
height: pxToRem(35px);
|
92
|
- // width: pxToRem(70px);
|
|
|
93
|
color: #fff;
|
86
|
color: #fff;
|
94
|
font-size: pxToRem(20px);
|
87
|
font-size: pxToRem(20px);
|
95
|
line-height: pxToRem(35px);
|
88
|
line-height: pxToRem(35px);
|
|
@@ -137,6 +130,12 @@ $basicBtnC:#eb0313; |
|
@@ -137,6 +130,12 @@ $basicBtnC:#eb0313; |
137
|
background-color: #fff;
|
130
|
background-color: #fff;
|
138
|
// overflow: hidden;
|
131
|
// overflow: hidden;
|
139
|
}
|
132
|
}
|
|
|
133
|
+ .banner-top-single{
|
|
|
134
|
+ height:pxToRem(600px);
|
|
|
135
|
+ width: pxToRem(448px);
|
|
|
136
|
+ margin:pxToRem(30px) pxToRem(72px);
|
|
|
137
|
+ overflow: hidden;
|
|
|
138
|
+ }
|
140
|
.banner-top {
|
139
|
.banner-top {
|
141
|
// width: 100%;
|
140
|
// width: 100%;
|
142
|
min-height: 660rem / $pxConvertRem;
|
141
|
min-height: 660rem / $pxConvertRem;
|
|
@@ -163,14 +162,12 @@ $basicBtnC:#eb0313; |
|
@@ -163,14 +162,12 @@ $basicBtnC:#eb0313; |
163
|
min-height: pxToRem(600px);
|
162
|
min-height: pxToRem(600px);
|
164
|
min-width: pxToRem(448px);
|
163
|
min-width: pxToRem(448px);
|
165
|
margin: pxToRem(30px) pxToRem(96px);
|
164
|
margin: pxToRem(30px) pxToRem(96px);
|
166
|
- // position: relative;
|
|
|
167
|
overflow: hidden;
|
165
|
overflow: hidden;
|
168
|
ul {
|
166
|
ul {
|
169
|
position: relative;
|
167
|
position: relative;
|
170
|
height: 100%;
|
168
|
height: 100%;
|
171
|
li {
|
169
|
li {
|
172
|
float: left;
|
170
|
float: left;
|
173
|
- // height: 100%;
|
|
|
174
|
}
|
171
|
}
|
175
|
}
|
172
|
}
|
176
|
}
|
173
|
}
|