<view class="card_right" style="position: absolute;right: 10px;bottom:-20px">
<view style="background-color:red;width: 90px;height: 40px;position: absolute;top: 70px;z-index: 999;font-size: 14px;">
<view style="color: #A6A6A6;font-size: 12px;text-align: center;">剩余额度</view>
</view>
<van-circle :value="item.amount_percentage" size="90" layer-color="rgb(231,231,231)" color="rgb(170,127,95)" :text="item.amount_percentage+'%'" :style="{zIndex:'1'}"/>
</view>
请问这个问题解决了吗?
:style="{position:relative,zIndex:1}"