5b2e2e4b by simon

首页极端情况下兼容ie11

1 parent 5eb34117
......@@ -330,19 +330,21 @@
position: relative;
}
// .quote-swiper {
// min-height: 600px;
// }
.table-fl {
display: flex;
}
&-cont {
.table-cont {
min-height: 384px;
margin: 0 auto 0;
position: relative;
display: flex;
width: 100%; /* 增加宽度100% */
.panel {
// position: relative;
position: relative;
width: 50%;
flex-grow: 1;
}
.panel-left {
......@@ -366,7 +368,6 @@
background-color: #ffffff;
// @extend .fcc;
.plugin {
width: 100%;
height: 100%;
......@@ -916,6 +917,22 @@
// 投保
.quote {
min-height: 0;
&-bg-swiper {
min-height: 0;
.ebg {
min-height: 0;
height: 800px;
}
.tit-wrap{
height: 470px;
}
}
.space1 {
height: 500px;
}
.tit {
font-size: $fontSizeTitle-M2;
}
......@@ -931,13 +948,19 @@
&-tab {
}
&-cont {
.table-fl {
// display: block;
}
.table-cont {
display: block;
height: auto;
width: 100% !important;
font-size: $fontSize-M2;
.panel {
width: 100%;
.func1 {
&-item {
display: block;
......