change sth
This commit is contained in:
parent
64f0e025d4
commit
32a9261454
@ -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>
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user