头像和 中间蓝框范围同高,都是80rpx; 蓝框设置了
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 0 !important;
padding:0 !important;
为什么还是有间隙, 是小程序自带的间隙吗,篮筐的上面部分到上边框有间隙, 下面部分到下边框有间隙,这是为什么?
头像和 中间蓝框范围同高,都是80rpx; 蓝框设置了
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 0 !important;
padding:0 !important;
为什么还是有间隙, 是小程序自带的间隙吗,篮筐的上面部分到上边框有间隙, 下面部分到下边框有间隙,这是为什么?
4 个回答
设置文字 line-height: 1
是image标签间隙吗
你试试image属性加 font-size: 0;
如果没空隙了就是常见的image距离边有空隙的问题,百度一下了解就可以了
没看到篮筐,也没看到蓝框,是我色盲了吗
间隙?没看出什么间隙
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html