|
@@ -19,7 +19,7 @@
|
|
|
<div class="font">Available for holders of {{state.detail.nftProjectName}} NFT</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <img class="mask_bg" v-if="state.detail.linkImagePath" :src=" state.detail.linkImagePath " />
|
|
|
+ <img class="mask_bg" v-if="state.detail.viewBgImagePath" :src=" state.detail.viewBgImagePath " />
|
|
|
</template>
|
|
|
<iframe :src="state.iframe_url" v-show="state.status == 'iframe'" ref="dom_iframe" frameborder="0"
|
|
|
scrolling="yes" allow="camera *;microphone *"></iframe>
|
|
@@ -659,7 +659,7 @@ const msgListener = (req, sender, sendResponse) => {
|
|
|
flex-direction: column;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background-color: rgba($color: #000000, $alpha: .8);
|
|
|
+ background-color: rgba($color: #000000, $alpha: .5);
|
|
|
.luck {
|
|
|
width: 100px;
|
|
|
height: 100px;
|