首页 资源列表 文章列表

vue,uniapp,图片宽度百分比,高度等于宽度设置

<view class="item_img_view" :style="`background-image:url(${item.image})`" style="background-repeat: round;">      

</view>


CSS代码

.item_img_view{width: 100%;

   height: 0;

   padding-bottom: 100%;  

   overflow: hidden;}