From d735ce9b7ceb67cc4147302a2c0fff2bc68c47f6 Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 16 Dec 2021 16:33:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=85=A5jcfw=E7=9A=84=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BigImgCell/index.vue | 4 - src/components/PriceCell/index.vue | 2 + src/jcfw/SDKManage.js | 7 +- src/pages/index/index.vue | 31 +++++-- src/pages/info/index.vue | 129 +++++++++++++++++++++++++++- 5 files changed, 155 insertions(+), 18 deletions(-) diff --git a/src/components/BigImgCell/index.vue b/src/components/BigImgCell/index.vue index 5a5498b..ab7615d 100644 --- a/src/components/BigImgCell/index.vue +++ b/src/components/BigImgCell/index.vue @@ -49,7 +49,6 @@ @@ -138,6 +231,23 @@ export default class extends Vue{ .game-info{ padding: 5px 8px; z-index: 2; + position: relative; +} +.icon-view{ + position: absolute; + width: 124px; + height: 30px; + top: 12px; + right: 10px; + display: flex; + /*border: 1px solid #eaecef;*/ + border-radius: 3px; +} +.icon-cell{ + width: 33%; + justify-content: center; + align-items: center; + display: flex; } .tab-list .uni-tag { margin-right: 5px; @@ -209,5 +319,18 @@ dlc-cell { .bottom-area{ height: 24px; } +.share-btn { + box-sizing: unset; + text-align: left; + border-radius: 0; + background-color: white!important; + margin: 0; +} + +.share-btn::after{ + border: none; + width: 100%; + height: 100%; +}