Bläddra i källkod

bugfix:处理按钮样式问题

leo 1 år sedan
förälder
incheckning
b9535cd2a4

BIN
assets/image/claimCloudPhone/confirmation-btn.png


+ 2 - 15
pages/claimCloudPhone/confirmation.vue

@@ -16,7 +16,7 @@
     </div>
     <div class="confirmation-container">
       <div class="jump">
-        <div @click="download">打开APP,使用完整功能</div>
+        <img src="@/assets/image/claimCloudPhone/confirmation-btn.png" style="height: 46px">
         <div @click="toH5">暂不下载,使用网页版</div>
       </div>
 
@@ -159,26 +159,13 @@ export default {
     padding: 0 26px;
     .jump {
       height: 146px;
-      padding: 0 45px;
+      padding: 41px 45px 0;
       box-sizing: border-box;
       background: #ffffff;
       border-radius: 8px;
       margin-top: -100px;
       margin-bottom: 16px;
       overflow: hidden;
-      & > div:first-of-type {
-        margin-top: 41px;
-        height: 46px;
-        line-height: 46px;
-        background: #3974f2;
-        border-radius: 23px;
-        font-family: PingFangSC, PingFang SC;
-        font-weight: 600;
-        font-size: 14px;
-        color: #ffffff;
-        text-align: center;
-        font-style: normal;
-      }
       & > div:last-of-type {
         margin-top: 12px;
         font-family: PingFangSC, PingFang SC;