change sth

This commit is contained in:
cebgcontract 2022-11-17 15:19:07 +08:00
parent 64f0e025d4
commit 32a9261454
2 changed files with 23 additions and 1 deletions

View File

@ -240,4 +240,24 @@ export default {
display: flex;
}
}
@media (min-width: 1024px) {
.title{
font-size: 50px;
margin-bottom: 121px;
}
.wallet {
height: 4vw;
line-height: 4vw;
font-size: 30px;
}
.connect{
margin-top: 40px;
height: 4vw;
line-height: 4vw;
font-size: 30px;
}
.content{
padding-top: 10px;
}
}
</style>

View File

@ -7,7 +7,7 @@
</div>
<iframe
id="iframe"
src="https://w3w.ai/public/campaign-challenge/1222"
:src="frameSrc"
frameborder="0"
></iframe>
</div>
@ -15,12 +15,14 @@
</template>
<script>
//src="https://w3w.ai/public/campaign-challenge/1222"
import {checkStatus} from '@/api/webapi'
import { AppModule } from '@/store/modules/app';
export default {
data() {
return {
value: "",
frameSrc: "https://nft-mpc-test.lifo.ai/public/campaign-challenge/358"
};
},
mounted() {