From 76442812276cab5177ca968609e241339abc307a Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Thu, 18 Jul 2024 15:58:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BC=B9=E7=AA=97=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E4=B8=AD=E5=BF=83=E5=8C=96=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../img/marketplace/totalContribution.png | Bin 0 -> 1135 bytes src/components/assets/assetsHeader.vue | 53 +++++++++++++- src/components/assets/cenCard.vue | 43 +++++------ src/components/assets/centralization.vue | 16 ++--- src/components/assets/imgs.vue | 27 ++----- src/components/assets/myCard.vue | 35 ++++++--- src/configs/cenImg.js | 55 ++++++++++++++ src/router/index.js | 3 +- src/store/marketplace.js | 2 + src/views/DetailView.vue | 68 +++++++++++++++--- 10 files changed, 222 insertions(+), 80 deletions(-) create mode 100644 src/assets/img/marketplace/totalContribution.png create mode 100644 src/configs/cenImg.js diff --git a/src/assets/img/marketplace/totalContribution.png b/src/assets/img/marketplace/totalContribution.png new file mode 100644 index 0000000000000000000000000000000000000000..70e914d33397c5849169aa9496599539236bfeb5 GIT binary patch literal 1135 zcmV-#1d#iQP)Px(DM>^@R7gv$)mf;ORTKyC-~P^3OD(g(GBW3=pdKPH>?tCtDBqd~QiF;fY%()L z4Ya{>DyX0`!h#B-kcyzJKoW`uC>r%@^Q4qzmU{0wt8edn%=D@mwBbCQkG+1I*f3Ma3=;M(A{g_&L8rgM*H`RGv zN}0=f$?E7=_)+{dTG&v;Qu#!fDGU*=w%IBJTqL=r4Vb|n)pVbZQula!3JYrff1~hy zjL=yUrD=JO8hZdQsK<~!Hlj#BxmVMVDl_WBY}skHdQV>$;u<`wuZL_gRApZMKPS)P z`d~j4pyUMMtNH-5H9c)?+PcHk-$j30U8dzW$x)KdLUhtqvy}z3r5@=t1Ff{l5h@#0 zj?*e47}2)NXIdpeP8PmXnX8{=j!b{-F!gp4*2e*UccpMM4zK0=aVf4GnAKGH>oCx&p#r~UMrlbW7Wxn6Q! zTSQAGcN>wu-(BkL87%K!6T>vzRwqj~XQTM7%l-Noq~&LoYlJIG<7AnpxyGa%;=5gY z2g@a&#z=jOC34nv3y+r9p;2D*%xzyhW1HEIP1(?UT>lQ1OFLt%R7{`Ezoj1AN5b*- zlaga72k#7{)9Sqe^_KqLcCU`(HHy?TXB~Pn@nsFu4No8c8_<6P%Ma{2C$^ Dynamic Image -
{{ localWalletStore.showAddress ? localWalletStore.showAddress : 'User Address' }}
+
+
{{ localWalletStore.showAddress ? localWalletStore.showAddress : 'User Address' }}
+
+ + Total contribution:  999999999 +
+
+ Contribution are expected daily:   +150000/d + +
+
@@ -164,6 +174,11 @@ +
+ +
1212121
+
+
@@ -207,6 +222,8 @@ const confirmCec = () => { } +const rulesDialogVisible = ref(false) + const cecInfo = ref({ total: 0, available: '', @@ -303,6 +320,37 @@ onMounted(() => { font-weight: bold; font-size: 30px; color: #FFFFFF; + background: rgba(26,24,33, .5); + border-radius: 40px; + padding: 20px; + >div { + display: flex; + align-items: center; + margin-bottom: 5px; + } + .total { + font-family: 'Poppins'; + font-weight: bold; + font-size: 18px; + color: #00DEFF; + img { + width: 27px; + height: 23px; + margin-right: 10px; + } + } + .day { + font-family: 'Poppins'; + font-weight: 500; + font-size: 14px; + color: #FFFFFF; + img { + width: 30px; + height: 30px; + margin-left: 10px; + cursor: pointer; + } + } } } .uaw-listing { @@ -656,5 +704,8 @@ onMounted(() => { } } } + :deep(.rulesModal) { + background: #1a1821; + } } \ No newline at end of file diff --git a/src/components/assets/cenCard.vue b/src/components/assets/cenCard.vue index 3ce7818..e4c4b6d 100644 --- a/src/components/assets/cenCard.vue +++ b/src/components/assets/cenCard.vue @@ -1,15 +1,12 @@