|
@@ -10,7 +10,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="top-box">
|
|
|
- <image src="/static/down/downApps.png" mode="aspectFit" class="logo"></image>
|
|
|
+ <image src="/static/down/downApps1.png" mode="aspectFit" class="logo"></image>
|
|
|
</view>
|
|
|
<view class="btn-row">
|
|
|
<button class="btn" @click="downLoad(0)" v-if="osName == 'android'">
|
|
@@ -137,7 +137,7 @@
|
|
|
width: 100%;
|
|
|
min-height: 100vh;
|
|
|
|
|
|
- background: url('../static/down/downBG.png') no-repeat top center;
|
|
|
+ background: url('../static/down/downBG1.png') no-repeat top center;
|
|
|
background-size: 100% 100%;
|
|
|
padding-bottom: 118rpx;
|
|
|
}
|
|
@@ -177,8 +177,8 @@
|
|
|
border-radius: 60rpx;
|
|
|
width: 401rpx;
|
|
|
height: 97rpx;
|
|
|
- /* background: linear-gradient(189deg, #a7f4ff 0%, #45e3ff 100%), #edf4fc; */
|
|
|
- background: linear-gradient(189deg, #bbfdbd 0%, #a4f0a4 100%), #edf4fc;
|
|
|
+ background: linear-gradient(189deg, #a7f4ff 0%, #45e3ff 100%), #edf4fc;
|
|
|
+ /* background: linear-gradient(189deg, #bbfdbd 0%, #a4f0a4 100%), #edf4fc; */
|
|
|
border-radius: 20rpx;
|
|
|
margin-top: 49rpx;
|
|
|
display: flex;
|