Browse Source

Merge branch 'dev/v1.1.0_tsz' of jianyu/web into feature/v1.1.0

汤世哲 4 tháng trước cách đây
mục cha
commit
a7a9594d4a

BIN
apps/mobile/src/assets/image/icon/icon-gold-right.png


BIN
apps/mobile/src/assets/image/icon/icon-gray-close.png


+ 4 - 3
apps/mobile/src/views/order/components/vipsubscribe/IntroductionCard.vue

@@ -52,6 +52,7 @@ export default {
 <style lang="scss" scoped>
 .introduction-card {
   border-radius: 12px;
+  overflow: hidden;
   .head-list {
     display: flex;
     .head-item {
@@ -115,7 +116,7 @@ export default {
               width: 100%;
               height: 100%;
               content: '';
-              background: url(../../../../assets/image/icon/icon-red-close.png) no-repeat center;
+              background: url(../../../../assets/image/icon/icon-gray-close.png) no-repeat center;
               background-size: 20px 20px;
             }
           }
@@ -127,7 +128,7 @@ export default {
               width: 100%;
               height: 100%;
               content: '';
-              background: url(../../../../assets/image/icon/icon-check.png) no-repeat center;
+              background: url(../../../../assets/image/icon/icon-gold-right.png) no-repeat center;
               background-size: 24px 24px;
             }
           }
@@ -141,7 +142,7 @@ export default {
               width: 100%;
               height: 100%;
               content: '';
-              background: url(../../../../assets/image/icon/icon-check.png) no-repeat center;
+              background: url(../../../../assets/image/icon/icon-gold-right.png) no-repeat center;
               background-size: 24px 24px;
             }
           }