svg拓扑图修改为canvas拓扑图
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
<view class="bg-box">
|
||||
<view class="userinfo">
|
||||
<view class="image" @click="navTo('info')">
|
||||
<image style="width: 100%" src="/static/aidex/login/bg-logo2.png"></image>
|
||||
<image style="width: 100%" src="/static/aidex/login/bg-logo1.png"></image>
|
||||
</view>
|
||||
<view class="info" style="display: flex; justify-content: space-between">
|
||||
<view>
|
||||
@ -306,9 +306,9 @@
|
||||
|
||||
.image {
|
||||
flex-shrink: 0;
|
||||
width: 60%;
|
||||
margin-top: 100rpx;
|
||||
height: 150rpx;
|
||||
width: 40%;
|
||||
margin-top: 80rpx;
|
||||
height: 200rpx;
|
||||
|
||||
image {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user