border-radius字体偏右
第一张图是模拟器里面的,字体居中,
第二张图是手机测试里面的,字体偏右(手机是IPHONE8,微信版本是6.7.0)
下面是代码,
html
<view class="round floatL" style="background-color:{{type?'#27D1A1':'#03AEFC'}}">
{{type?'班':'假'}}
</view>
css
ul li .detail .round{color:white;height:80rpx;width:80rpx;border-radius:40rpx;text-align: center;line-height: 80rpx;}