样式优先级问题
<div class='bg10AEFF crboxtwoLeftBox '> </div>
.bg10AEFF{
background-color: #10AEFF;
}
.crboxtwoLeftBox{
width: 20rpx;
height: 100%;
background-color: #4A7A4C;
border-radius: 10rpx;
position: relative;
}
class 标签位置前后不能决定谁在前谁优先,只有在css里面,谁后定义,谁有效。