This commit is contained in:
xingyy 2023-12-13 15:20:09 +08:00
parent 95668bb1ad
commit 70eb04db12
2 changed files with 6 additions and 4 deletions

View File

@ -42,6 +42,8 @@ const back = () => {
</script>
<style scoped lang="scss">
.content2{
right: 0;
left: 0;
top: 0;
position: relative;
overflow: hidden;

View File

@ -3,7 +3,7 @@
<div class="content1">
<div class="wrap1" @click="acc=0">
<div class="wrap1_1">
<img v-show="acc===0" style="width: 52rpx;height:52rpx" src="../../static/zu618.png" alt="">
<img v-show="acc===0" class="ld ld-fall-ttb-in" style="width: 52rpx;height:52rpx" src="../../static/zu618.png" alt="">
<img v-show="acc!==0" style="width: 52rpx;height:52rpx" src="../../static/zu759@3x.png" alt="">
</div>
<div :style="{color: acc===0?'#EB783C':'#000'}" class="wrap1_2">
@ -13,7 +13,7 @@
<div class="wrap2" @click="acc=1">
<div class="wrap2_1">
<img v-show="acc===0" style="width: 52rpx;height:52rpx" src="../../static/zu628.png" alt="">
<img v-show="acc!==0" style="width: 52rpx;height:52rpx" src="../../static/zu-44.png" alt="">
<img v-show="acc!==0" class="ld ld-fall-ttb-in" style="width: 52rpx;height:52rpx" src="../../static/zu-44.png" alt="">
</div>
<div :style="{color: acc===1?'#EB783C':'#000'}" class="wrap2_2">我的</div>
</div>