width: fit-content 部分机型不能正常使用(iPhone 5S, iOS 10.3.3)
效果图如下
iPhone 5S: https://ws2.sinaimg.cn/large/006tNc79ly1fostfmm11pj30gy0u0abs.jpg
其他: https://ws3.sinaimg.cn/large/006tNc79ly1fostf0n45pj30gy0u0abs.jpg
.indicator-container {
position: absolute;
bottom: 35rpx;
width: 100%;
height: 10rpx;
}
.indicators {
width: fit-content;
margin: auto;
}
.indicator {
float: left;
height: 10rpx;
width: 10rpx;
background-color: rgb(230, 230, 230);
}
.active {
background-color: black;
width: 38rpx;
}
.margin-left-enable {
margin-left: 22rpx;
}
微信小程序开发相关问题解答;本文来自微信小程序工厂 http://www.xcxgc.com 转载请保留。
微信小程序开发者回答:
M***:
请问有人没,急求
本文网址:http://www.91bianli.com/kaifazhinan/71320.html