56f255a3 by simon

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

1 parent 8d71fcc5
...@@ -33,7 +33,8 @@ ...@@ -33,7 +33,8 @@
33 // 热线 左边菜单 33 // 热线 左边菜单
34 .hotline { 34 .hotline {
35 @extend .bb; 35 @extend .bb;
36 min-width: 500px; 36 // min-width: 500px;
37 width: 500px;
37 padding-right: 24px; 38 padding-right: 24px;
38 39
39 &-tit { 40 &-tit {
...@@ -170,6 +171,7 @@ ...@@ -170,6 +171,7 @@
170 flex-wrap: wrap; 171 flex-wrap: wrap;
171 172
172 .hotline { 173 .hotline {
174 width: auto;
173 } 175 }
174 176
175 .nav { 177 .nav {
...@@ -203,7 +205,6 @@ ...@@ -203,7 +205,6 @@
203 padding: 32px 0 12px; 205 padding: 32px 0 12px;
204 206
205 .hotline { 207 .hotline {
206 min-width: 0;
207 208
208 .contact { 209 .contact {
209 .phone { 210 .phone {
......
...@@ -121,16 +121,16 @@ ...@@ -121,16 +121,16 @@
121 cursor: pointer; 121 cursor: pointer;
122 color: $cOrange2; 122 color: $cOrange2;
123 background-color: #fff1ed; 123 background-color: #fff1ed;
124 padding: 12px 30px; 124 padding: 34px 30px;
125 125
126 &:last-child { 126 &:last-child {
127 border-right: none; 127 border-right: none;
128 flex: 1; 128 flex-grow: 1;
129 justify-content: flex-start; 129 justify-content: flex-start;
130 } 130 }
131 131
132 &:first-child { 132 &:first-child {
133 flex: 1; 133 flex-grow: 1;
134 justify-content: flex-end; 134 justify-content: flex-end;
135 } 135 }
136 } 136 }
......