cover-view
给cover-view添加border-radius和padding属性失效。
.manLabel{
height: 40rpx;
font: 26rpx/40rpx ‘PingFang’;
background: #09DCE4;
color: #464F4F;
padding: 0 14rpx 0 14rpx;
text-align: center;
float: left;
border-radius: 6rpx;
margin-right: 20rpx;
margin-bottom: 20rpx;
}
