...
|
...
|
@@ -33,11 +33,8 @@ $basicBtnC:#eb0313; |
|
|
line-height: pxToRem(36px);
|
|
|
&.table {
|
|
|
width: 100%;
|
|
|
// .row {
|
|
|
// display: table-row;
|
|
|
.column {
|
|
|
box-sizing: border-box;
|
|
|
display: table-cell;
|
|
|
padding: pxToRem(20px) pxToRem(12px);
|
|
|
width: 50%;
|
|
|
border-bottom: 1px solid #fff;
|
...
|
...
|
@@ -45,9 +42,6 @@ $basicBtnC:#eb0313; |
|
|
font-size: pxToRem(24px);
|
|
|
background-color: $tableCellC;
|
|
|
float: left;
|
|
|
// &:nth-child(even) {
|
|
|
// border-right: none;
|
|
|
// }
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -89,7 +83,6 @@ $basicBtnC:#eb0313; |
|
|
left: pxToRem(108px);
|
|
|
top: pxToRem(40px);
|
|
|
height: pxToRem(35px);
|
|
|
// width: pxToRem(70px);
|
|
|
color: #fff;
|
|
|
font-size: pxToRem(20px);
|
|
|
line-height: pxToRem(35px);
|
...
|
...
|
@@ -137,6 +130,12 @@ $basicBtnC:#eb0313; |
|
|
background-color: #fff;
|
|
|
// overflow: hidden;
|
|
|
}
|
|
|
.banner-top-single{
|
|
|
height:pxToRem(600px);
|
|
|
width: pxToRem(448px);
|
|
|
margin:pxToRem(30px) pxToRem(72px);
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.banner-top {
|
|
|
// width: 100%;
|
|
|
min-height: 660rem / $pxConvertRem;
|
...
|
...
|
@@ -163,14 +162,12 @@ $basicBtnC:#eb0313; |
|
|
min-height: pxToRem(600px);
|
|
|
min-width: pxToRem(448px);
|
|
|
margin: pxToRem(30px) pxToRem(96px);
|
|
|
// position: relative;
|
|
|
overflow: hidden;
|
|
|
ul {
|
|
|
position: relative;
|
|
|
height: 100%;
|
|
|
li {
|
|
|
float: left;
|
|
|
// height: 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|