5b2e2e4b by simon

首页极端情况下兼容ie11

1 parent 5eb34117
...@@ -330,19 +330,21 @@ ...@@ -330,19 +330,21 @@
330 position: relative; 330 position: relative;
331 } 331 }
332 332
333 // .quote-swiper { 333 .table-fl {
334 // min-height: 600px; 334 display: flex;
335 // } 335 }
336 336
337 &-cont { 337 .table-cont {
338 min-height: 384px; 338 min-height: 384px;
339 margin: 0 auto 0; 339 margin: 0 auto 0;
340 position: relative; 340 position: relative;
341 display: flex; 341 display: flex;
342 width: 100%; /* 增加宽度100% */
342 343
343 .panel { 344 .panel {
344 // position: relative; 345 position: relative;
345 width: 50%; 346 width: 50%;
347 flex-grow: 1;
346 } 348 }
347 349
348 .panel-left { 350 .panel-left {
...@@ -366,7 +368,6 @@ ...@@ -366,7 +368,6 @@
366 background-color: #ffffff; 368 background-color: #ffffff;
367 // @extend .fcc; 369 // @extend .fcc;
368 370
369
370 .plugin { 371 .plugin {
371 width: 100%; 372 width: 100%;
372 height: 100%; 373 height: 100%;
...@@ -916,6 +917,22 @@ ...@@ -916,6 +917,22 @@
916 917
917 // 投保 918 // 投保
918 .quote { 919 .quote {
920 min-height: 0;
921 &-bg-swiper {
922 min-height: 0;
923 .ebg {
924 min-height: 0;
925 height: 800px;
926 }
927 .tit-wrap{
928 height: 470px;
929 }
930 }
931
932 .space1 {
933 height: 500px;
934 }
935
919 .tit { 936 .tit {
920 font-size: $fontSizeTitle-M2; 937 font-size: $fontSizeTitle-M2;
921 } 938 }
...@@ -931,13 +948,19 @@ ...@@ -931,13 +948,19 @@
931 &-tab { 948 &-tab {
932 } 949 }
933 950
934 &-cont { 951 .table-fl {
952 // display: block;
953 }
954
955 .table-cont {
935 display: block; 956 display: block;
936 height: auto; 957 height: auto;
937 width: 100% !important; 958 width: 100% !important;
938 font-size: $fontSize-M2; 959 font-size: $fontSize-M2;
939 960
940 .panel { 961 .panel {
962 width: 100%;
963
941 .func1 { 964 .func1 {
942 &-item { 965 &-item {
943 display: block; 966 display: block;
......