CSS中:style="background:url() no-repeat center 0;"?
CSS中:style="background:url() no-repeat center 0;"?
日期:2017-06-13 11:57:48 人气:1
background:0 0代表background-position的值,表示背景图的定位,前后两个分别是横向定位和纵向定位。
左上角是 0 0。单位是像素 (0px 0px) 或任何其他的 CSS 单位。
如果您仅规定了一个值,另一个值将是50%。