标签:style AC tom css ott position width 基本 不重复
div{ height: 200px; width: 200px; background-color: #ccc; }
div{ height: 200px; width: 200px; background-image: url(img/bg.png); }
div{ height: 200px; width: 200px; background-image: url(img/bg.png); background-repeat: repeat-x; /* 不添加此属性,则纵向横向都重复 repeat-x 横向重复 repeat-y 纵向重复 no-repeat 不重复 */ }
background-position: x y; /*xy分别表示x轴位置和y轴位置*/ /* 横向(left,center,right) 纵向 (top, center,bottom) */
标签:style AC tom css ott position width 基本 不重复
原文地址:https://www.cnblogs.com/heboan/p/9045515.html