CSS 添加背景图片,图片靠右,距离右边10px
.backgroundbg { background: url("/Content/images/icon2.png") no-repeat; background-position: right 10px center; }
CSS 添加背景图片,图片靠右,距离右边10px
.backgroundbg { background: url("/Content/images/icon2.png") no-repeat; background-position: right 10px center; }