display flex,table都试过了,都没有作用 ,单位用的是rpx。有可能是什么原因啊?
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
<button type=“primary” class=“btcc”>房源搜索</button>
.btcc{display: flex; height:50px; margin-left: 25rpx; margin-right: 25rpx; justify-content: center; align-items: center;}