submit
This commit is contained in:
parent
95668bb1ad
commit
70eb04db12
@ -42,6 +42,8 @@ const back = () => {
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
.content2{
|
||||
right: 0;
|
||||
left: 0;
|
||||
top: 0;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
@ -3,8 +3,8 @@
|
||||
<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" style="width: 52rpx;height:52rpx" src="../../static/zu759@3x.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">
|
||||
选票
|
||||
@ -12,8 +12,8 @@
|
||||
</div>
|
||||
<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" style="width: 52rpx;height:52rpx" src="../../static/zu628.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>
|
||||
|
Loading…
Reference in New Issue
Block a user