css样式:

.box{

    width: 500px;
height:500px;
border:1px solid blue;
position: relative;
}
/*子元素宽高可以任意值*/
.child{
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
border: red 1px solid;
margin: auto;
width: 190px;
height: 130px;
}

html结构
<div class="box">
<p class="child">ipationBaiduiaidu</p>ipationBaidu arrtificial translation, win millet phone, PHILPS filter kettle, Bluetooth heads
</div>

效果图:

 

 


posted on 2016-12-26 18:40  珊瑚海超超  阅读(209)  评论(0)    收藏  举报