修改
This commit is contained in:
parent
9d926cff39
commit
883e15d082
@ -2,7 +2,7 @@
|
|||||||
<view class="app">
|
<view class="app">
|
||||||
<image class="circular" :src="beijingurl" mode=""></image>
|
<image class="circular" :src="beijingurl" mode=""></image>
|
||||||
<view class="topfloat">
|
<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 class="tapbtn" @tap="goMymission('')">
|
||||||
立即处理
|
立即处理
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 380rpx;
|
width: 390rpx;
|
||||||
height: 380rpx;
|
height: 380rpx;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 28%;
|
top: 28%;
|
||||||
@ -59,7 +59,7 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 55%;
|
||||||
left: 10%;
|
left: 10%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user