This commit is contained in:
曹辉 2023-04-12 14:25:04 +08:00
parent 9d926cff39
commit 883e15d082
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<view class="app">
<image class="circular" :src="beijingurl" mode=""></image>
<view class="topfloat">
<image src="../../static/gongdan.png" mode=""></image>
<image src="../../static/gongdan.png" mode="" @tap="goMymission('')"></image>
<view class="tapbtn" @tap="goMymission('')">
立即处理
</view>

View File

@ -42,7 +42,7 @@
}
image {
width: 380rpx;
width: 390rpx;
height: 380rpx;
position: absolute;
top: 28%;
@ -59,7 +59,7 @@
font-weight: bold;
color: #000000;
position: absolute;
top: 50%;
top: 55%;
left: 10%;
}
</style>