上线一块儿的按钮是不透明状态,但是下面的字是透明状态,我设置了层级也设置了背景颜色,但是不起作用,求大佬告知
.textls {
display: flex;
flex-direction: row;
z-index: 1;
}
.viewview{
position: fixed;
font-size: 30rpx;
bottom:25rpx;
}
.viewclass {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
}