-
![]()
+
QRobot #{{ id }}
@@ -133,9 +132,6 @@ export default {
tokenUrl(id) {
return `https://web3q.io/${this.chainConfig.nft}:w3q-g/compose/string!${id}.svg`;
},
- nftLink(id) {
- return `${this.chainConfig.scan}token/${this.chainConfig.nft}/instance/${id}`;
- },
},
computed: {
...mapState(["account", "chainConfig"]),
@@ -167,6 +163,9 @@ export default {
}
return arr;
},
+ metaLink() {
+ return `https://web3q.io/0x31bc4dAd21fAd6212082C7953379bb62187ffE94:w3q-g/2/0.png`;
+ }
},
watch: {
async account(newValue) {
@@ -218,7 +217,7 @@ $res: 780px;
.num {
font-size: 1.7rem;
font-family: AlibabaPuHuiTiB;
- color: #2b66ff;
+ color: #FFC124;
display: flex;
align-items: center;
}
@@ -311,15 +310,15 @@ button:disabled {
font-size: 1.2rem;
border: 1px solid #e8e6f2;
font-family: AlibabaPuHuiTiB;
- color: #2b66ff;
+ color: #FFC124;
}
.cancel {
- color: #2b66ff;
+ color: #FFC124;
background-color: #fff;
border: 1px solid #e8e6f2;
}
.cancel:hover {
- background-color: #2b66ff;
+ background-color: #FFC124;
color: #fff;
}
.close {
@@ -382,7 +381,7 @@ button:disabled {
cursor: pointer;
}
.point {
- color: #2b66ff;
+ color: #FFC124;
}
.grid-wrapper {
margin-top: 1rem;
@@ -415,16 +414,7 @@ button:disabled {
}
}
.centered {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- white-space: nowrap;
- // font-size: 48px;
- font-family: AlibabaPuHuiTiM;
- color: #ffffff;
- line-height: 4rem;
- text-align: right;
+ padding-top: 5rem !important;
}
.centered button {
font-size: 16px;
@@ -434,11 +424,8 @@ button:disabled {
border-radius: 2rem;
border: 0;
}
-// input.input {
-// border-radius: 2rem !important;
-// }
.centered button:hover {
- background: #2b66ff;
+ background: #FFC124;
color: #ffffff !important;
}
.last-panel {
@@ -495,7 +482,8 @@ button:disabled {
}
.text {
width: 72%;
- text-align: left;
+ text-align: justify;
+ font-family: ComicSansMS;
color: #000000;
font-size: 1.1rem;
line-height: 2rem;
@@ -516,6 +504,6 @@ button:disabled {
padding-top: 3rem;
}
.pcolor {
- background-color: #2b66ff !important;
+ background-color: #FFC124 !important;
}
diff --git a/frontend/src/mixins/tx.js b/frontend/src/mixins/tx.js
index 3817788..4b3b94d 100644
--- a/frontend/src/mixins/tx.js
+++ b/frontend/src/mixins/tx.js
@@ -51,7 +51,7 @@ export const transaction = {
alert(content, type, duration) {
this.$buefy.notification.open({
duration: duration || 5000,
- hasIcon: true,
+ hasIcon: false,
queue: false,
message: content,
position: 'is-bottom-right',
diff --git a/frontend/vue.config.js b/frontend/vue.config.js
index 6ddcf66..90d64dd 100644
--- a/frontend/vue.config.js
+++ b/frontend/vue.config.js
@@ -5,5 +5,5 @@ module.exports = {
pluginOptions: {
},
productionSourceMap: false,
- publicPath: '/nftdemo.w3q/',
+ publicPath: '/qrobot.w3q/',
};
\ No newline at end of file