2 コミット e0ed36267f ... cea94ed674

作者 SHA1 メッセージ 日付
  maple cea94ed674 Merge branch 'master' of http://115.29.66.169:10080/yicangzongtai/share_h5 11 ヶ月 前
  maple b2dda20a97 优化 11 ヶ月 前
共有1 個のファイルを変更した4 個の追加4 個の削除を含む
  1. 4 4
      pages/down.vue

+ 4 - 4
pages/down.vue

@@ -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;