在wxss文件中按下面代码写即可将图片水平居中。
.img1 {
margin-top:100rpx;
display:flex;
justify-content: center;
}
本文介绍了一种在WXSS中实现图片水平居中的方法,通过设置特定样式属性,如display:flex和justify-content:center,使图片在页面上精确居中显示。
在wxss文件中按下面代码写即可将图片水平居中。
.img1 {
margin-top:100rpx;
display:flex;
justify-content: center;
}
8741
1万+

被折叠的 条评论
为什么被折叠?