<view class="line-progress-text">
<text class="line-progress-t">10'26''</text>
</view>
<view class="line-progress-active">
<image class="progress-active-img" src="/static/image/rank_l.png"></image>
<image class="progress-active-img" src="/static/image/rank_r.png"></image>
</view>
.line-progress-text{
position: absolute;
z-index: 2;
padding: 0 18rpx;
height: 32rpx;
top: 0;
bottom: 0;
justify-content: center;
align-items: center;
}
.line-progress-active{
position: absolute;
z-index: 1;
flex-direction: row;
align-items: center;
justify-content: center;
}
1 个回复
DCloud_UNI_Anne
nvue中不支持z-index控制层级,越靠后的元素层级越高