This commit is contained in:
huangjinming 2023-01-18 11:58:11 +08:00
parent 2cb1c33156
commit f712b27fa6
11 changed files with 15 additions and 10 deletions

View File

@ -211,6 +211,7 @@ export default {
width: 100%; width: 100%;
background-color: rgba(20, 28, 34, 0.6); background-color: rgba(20, 28, 34, 0.6);
z-index: 2000; z-index: 2000;
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
.content { .content {
position: relative; position: relative;
.close { .close {

View File

@ -29,7 +29,7 @@
<div class="piece-right"> <div class="piece-right">
<div class="userinfo"> <div class="userinfo">
<div class="srabded"> <div class="srabded">
<div>Srabded</div> <div>Standard</div>
<div>ERC721</div> <div>ERC721</div>
</div> </div>
<div class="token-id"> <div class="token-id">
@ -40,7 +40,7 @@
</div> </div>
<div class="amount" v-if="isBuy == true"> <div class="amount" v-if="isBuy == true">
<div>Amount</div> <div>Amount</div>
<div>721</div> <div>1</div>
</div> </div>
<div class="priece" v-else> <div class="priece" v-else>
<div class="priece-btn"> <div class="priece-btn">

View File

@ -331,18 +331,15 @@ export default {
}, },
methods: { methods: {
closeTip() { closeTip() {
// (: closeTip)
this.$emit("closeTip"); this.$emit("closeTip");
}, },
formatPriceShow(price, decimals, fixed = 2) { formatPriceShow(price, decimals, fixed = 2) {
return formatPrice(price, decimals, fixed); return formatPrice(price, decimals, fixed);
}, },
handHeroTab() { handHeroTab() {
// this.$emit("closeTip", false);
this.isTabs = false; this.isTabs = false;
}, },
handChipTab() { handChipTab() {
// this.$emit("showTip", true);
this.isTabs = true; this.isTabs = true;
}, },
handChipDetils(i) { handChipDetils(i) {
@ -396,6 +393,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.wmassageMask { .wmassageMask {
position: fixed; position: fixed;
top: 0; top: 0;
@ -404,6 +402,7 @@ export default {
width: 100%; width: 100%;
background-color: rgba(20, 28, 34, 0.6); background-color: rgba(20, 28, 34, 0.6);
z-index: 2000; z-index: 2000;
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
.content { .content {
position: relative; position: relative;
.close { .close {

View File

@ -23,7 +23,7 @@
<div class="piece-right"> <div class="piece-right">
<div class="userinfo"> <div class="userinfo">
<div class="srabded"> <div class="srabded">
<div>Srabded</div> <div>Standard</div>
<div>ERC721</div> <div>ERC721</div>
</div> </div>
<div class="token-id"> <div class="token-id">
@ -34,7 +34,7 @@
</div> </div>
<div class="amount"> <div class="amount">
<div>Amount</div> <div>Amount</div>
<div>721</div> <div>1</div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -57,6 +57,7 @@ export default {
width: 100%; width: 100%;
background-color: rgba(20, 28, 34, 0.6); background-color: rgba(20, 28, 34, 0.6);
z-index: 2000; z-index: 2000;
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
.content { .content {
position: relative; position: relative;
.close { .close {

View File

@ -183,6 +183,7 @@ export default {
width: 100%; width: 100%;
background-color: rgba(20, 28, 34, 0.6); background-color: rgba(20, 28, 34, 0.6);
z-index: 2000; z-index: 2000;
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
.content { .content {
position: relative; position: relative;
.close { .close {

View File

@ -16,7 +16,7 @@
<div class="piece-right"> <div class="piece-right">
<div class="userinfo"> <div class="userinfo">
<div class="srabded"> <div class="srabded">
<div>Srabded</div> <div>Standard</div>
<div>ERC721</div> <div>ERC721</div>
</div> </div>
<div class="token-id"> <div class="token-id">

View File

@ -182,6 +182,7 @@ export default {
width: 100%; width: 100%;
background-color: rgba(20, 28, 34, 0.6); background-color: rgba(20, 28, 34, 0.6);
z-index: 2000; z-index: 2000;
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
.content { .content {
position: relative; position: relative;
.close { .close {

View File

@ -320,6 +320,7 @@ $item-size: 22px;
width: 100%; width: 100%;
background-color: rgba(20, 28, 34, 0.6); background-color: rgba(20, 28, 34, 0.6);
z-index: 2000; z-index: 2000;
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
.content { .content {
position: relative; position: relative;
.close { .close {

View File

@ -352,6 +352,7 @@ export default {
width: 100%; width: 100%;
background-color: rgba(20, 28, 34, 0.6); background-color: rgba(20, 28, 34, 0.6);
z-index: 2000; z-index: 2000;
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
.content { .content {
position: relative; position: relative;
.close { .close {

View File

@ -31,12 +31,12 @@
</div> </div>
<div class="token-amount"> <div class="token-amount">
<div class="token-id"> <div class="token-id">
<div>Srabded</div> <div>Standard</div>
<div>ERC721</div> <div>ERC721</div>
</div> </div>
<div class="amount"> <div class="amount">
<div>Amount</div> <div>Amount</div>
<div>721</div> <div>1</div>
</div> </div>
</div> </div>
</div> </div>