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; 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> </style>

View File

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