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%; +}