(安卓没有问题)ios 中 页面中 动态元素 添加 下边的 元素 boder 宽度 会造成样式错乱
.actoravatar .actorlist-item{
background:#fff;
width: 60rpx;
height: 60rpx;
border-radius: 50%;
font-size: 30rpx;
text-align: center;
box-sizing: content-box;
line-height: 60rpx;
color: rgba(41, 41, 41, 1);
margin-left: 30rpx;
}
.actoravatar .actorlist-item{
.actived{
background: transparent;
border: 10rpx solid #fff;
color: #fff;
}
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)