赞
踩
- image{
- width: 500rpx;
- height:500rpx;
- }
在图片属性设置为image{}宽高改变但是大小不改变,解决办法是改成下面的代码
- & > img {
- width: 50px;
- height: auto;
- }
如图:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。