CSS备忘
2020-12-13 01:56
标签:style width c line os height
垂直居中:
先height再ling-height,都设成一样高
设置外边距:
margin-top,margin-left,margin-right,margin-bottom
div背景单张铺满设置:
width: 30px;
height: 30px;
line-height:
30px;
background-image:
url(../image/lzhf/one.png);
background-repeat:
no-repeat;
background-size: 100% auto;
div浮在div上:

共有内设机构20个
解决非固定宽度的浮动问题:
结束加上
CSS备忘,搜素材,soscw.com
CSS备忘
标签:style width c line os height
原文地址:http://www.cnblogs.com/sprinng/p/3713754.html