56f255a3 by simon

调整首页和页脚 兼容ie11样式

1 parent 8d71fcc5
......@@ -33,7 +33,8 @@
// 热线 左边菜单
.hotline {
@extend .bb;
min-width: 500px;
// min-width: 500px;
width: 500px;
padding-right: 24px;
&-tit {
......@@ -170,6 +171,7 @@
flex-wrap: wrap;
.hotline {
width: auto;
}
.nav {
......@@ -203,7 +205,6 @@
padding: 32px 0 12px;
.hotline {
min-width: 0;
.contact {
.phone {
......
......@@ -121,16 +121,16 @@
cursor: pointer;
color: $cOrange2;
background-color: #fff1ed;
padding: 12px 30px;
padding: 34px 30px;
&:last-child {
border-right: none;
flex: 1;
flex-grow: 1;
justify-content: flex-start;
}
&:first-child {
flex: 1;
flex-grow: 1;
justify-content: flex-end;
}
}
......