标签:back 1.5 https images alt .com water 小技巧 roc
代码:
背景色 background:green;
背景图 background-image: url(../../1111.png);
图片大小 background-size:20% 50%;
使图在任何大小的屏幕都不会显示重复(图像不平铺) background-repeat:no-repeat;
<span style="background:green;background-image: url(../../1111.png);background-size:20% 50%;background-repeat:no-repeat;">
效果如下:
标签:back 1.5 https images alt .com water 小技巧 roc
原文地址:http://blog.51cto.com/1197822/2345302