Browse Source

调整页面UI

yanjie 4 năm trước cách đây
mục cha
commit
0b7e03d642

+ 4 - 3
components/page-component/app-share-qr-code-poster/app-share-qr-code-poster.vue

xqd xqd
@@ -273,6 +273,7 @@
 	    }
         .app-icons {
             height: #{290rpx};
+			background-color: #fff;
 	        .app-text {
 		        font-size: #{26rpx};
 		        color: #353535;
@@ -286,15 +287,15 @@
                     background-size: cover;
                     background-repeat: no-repeat;
                     background-color: white;
-                    border-radius: 50%;
+                    // border-radius: 50%;
                     margin-top: #{60rpx};
                     margin-bottom: #{24rpx};
                 }
                 .app-share {
-                    background-image: url('../../../static/image/icon/share.png');
+                    background-image: url('https://qiantengteng.9026.com/web/statics/img/mall/share1.png');
                 }
                 .app-code {
-                    background-image: url('../../../static/image/icon/code.png');
+                    background-image: url('https://qiantengteng.9026.com/web/statics/img/mall/share2.png');
                 }
                 .text {
                     font-size: #{26rpx};

+ 2 - 1
pages/share/level/level.vue

xqd
@@ -1,7 +1,8 @@
 <template>
     <view class="app-layout">
         <app-layout>
-            <view class="app-level" :style="bg" v-if="list">
+			<!-- :style="bg" -->
+            <view class="app-level"  style="background-image: url('https://qiantengteng.9026.com/web/statics/img/mall/bg.png');"  v-if="list">
                 <!--<view class="title" v-if="list.length > 0">
                     {{list.length > 1 ? (list.length == 2 ? '两' : '三') + '者满足其一即可升级' : '满足以下条件即可升级'}}
                 </view>-->