diff --git a/src/assets/img/marketplace/totalContribution.png b/src/assets/img/marketplace/totalContribution.png new file mode 100644 index 0000000..70e914d Binary files /dev/null and b/src/assets/img/marketplace/totalContribution.png differ diff --git a/src/components/assets/assetsHeader.vue b/src/components/assets/assetsHeader.vue index 226ee85..f24552c 100644 --- a/src/components/assets/assetsHeader.vue +++ b/src/components/assets/assetsHeader.vue @@ -5,7 +5,17 @@ Dynamic Image 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 @@