我对parent和child设置了text-align: left;,居中还是有效
#parent{
width: 100%;
height: 200px;
background: #ccc;
text-align: left;
}
#child{
width: 200px;
height: 200px;
background: #c9394a;
display: block;
margin:0 auto;
text-align: left;
}
#parent{
width: 100%;
height: 200px;
background: #ccc;
text-align: left;
}
#child{
width: 200px;
height: 200px;
background: #c9394a;
display: block;
margin:0 auto;
text-align: left;
}
2019-11-09
举报