下面是我的代码
<div class="center" style="text-align:center;">
<div style="position:relative;width:26%;min-width:300px;float:left;background-color:red;border:1px solid black;"">
<img width=500px;height=500px; src="<?php echo $this->basePath().'/images/feat/shop/5/5_large.jpg';?>">
</div>
<div style="position:relative;float:left;min-width:100px;width:10%;height:500px;background-color:green;border:1px solid black;"">
</div>
<div style="position:relative;width:26%;float:left;min-width:300px;background-color:blue;border:1px solid black;">
<img width=500px;height=500px; src="<?php echo $this->basePath().'/images/feat/shop/5/5_large.jpg';?>">
</div>
</div>
上面带有类的 divcenter
是位置left
侧,但我想在不使用Margin
, padding
,left
right
属性的情况下将其准确定位在屏幕的中心,如您所见,我已经尝试使用 'text-align' 但没有用,这可能吗?