我在使用IE 10 / 11Support的shopify商店中的页面遇到了一些困难。我很好奇这个页面与网站上的其他页面有很大的不同(它是如何工作的,定价的)。你可以给我什么建议让这个页面看起来像在firefox,chrome和edge上一样。
<header class="section-header">
<h1 style= "text-align: center;"> About Us </h1>
</header>
<div class="rte">
{{ page.content }}
</div>
<style>
#container{
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: -webkit-flex;
display: flex;
align-items: center;
flex-direction: column;
}
.h1{
flex:0 1 auto;
width:100%;
margin-bottom: 10px;
font-size:2em;
color:#27aae2;
}
.h2{
flex:0 1 auto;
margin: 0 0 10px 0;
font-size:1.3em;
font-weight:bold;
}
.paragraph{
margin-bottom: 10px;
flex:0 1 auto;
}
.breaker_container{
display: flex;
flex-direction: row;
width: auto;
height: auto;
padding: 0 25px 0 25px;
}
.row{
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: -webkit-flex;
display: flex;
flex-direction: row;
}
.item--person{
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: -webkit-flex;
display: flex;
flex-direction: column;
width: 50%;
height: 50%;
}
.item--person__name{
padding:0px;
font-weight:bold;
text-align:center;
}
.item--person__title{
padding:0px;
font-style:italic;
text-align:center;
}
.item--person__image{
padding:0px;
margin:1em;
text-align: center;
}
.item--person__bio{
margin:1em;
text-align:left;
}
@media screen and (max-width:650px){
.item--person{
width:auto;
height: auto;
}
}
@media screen and (min-width:0\0) {
.sep--orange_left{
padding: 0 15px 0 15px;
}
.sep--orange_right{
padding: 0 15px 0 15px;
}
}
</style>
这是有问题的页面:https://suppluxe.com/pages/about-us