<view class="imgs">
<image class="img" src="https://vkceyugu.cdn.bspapp.com/VKCEYUGU-a90b5f95-90ba-4d30-a6a7-cd4d057327db/423744c0-5673-4a14-adca-14bd986c3f05.jpg" mode=""></image>
</view>
<style lang="scss" scoped>
.imgs{
-webkit-transform: rotate(0deg)
box-sizing: border-box;
width: 50rpx;
height: 50rpx;
border-radius: 50rpx;
.img{
transform: rotate(180deg);
box-sizing: border-box;
width: 50rpx;
height: 50rpx;
border-radius: 50rpx;
border: 4rpx solid #FFFFFF;
overflow: hidden;
}
}
1 个回复
DCloud_UNI_Anne
IOS15,iPhone 6s Plus,未复现问题。