1 背景图片设置
width=40px;height=40px的图片;
%icons{ background: url(i/icons.png) no-repeat; background-size: 4rem 4rem;}
引用:
div{ width: 0.5rem;height: 0.5rem;@extend %icons;background-position: -2.5rem -0.45rem;}
2:img图片:
设置宽度为100%;
img{ width: 100%;}
本文共 324 字,大约阅读时间需要 1 分钟。
1 背景图片设置
width=40px;height=40px的图片;
%icons{ background: url(i/icons.png) no-repeat; background-size: 4rem 4rem;}
引用:
div{ width: 0.5rem;height: 0.5rem;@extend %icons;background-position: -2.5rem -0.45rem;}
2:img图片:
设置宽度为100%;
img{ width: 100%;}
转载于:https://www.cnblogs.com/xiaozhumaopao/p/6543883.html