parent
e2220f7e52
commit
73b9bc7591
@ -0,0 +1,36 @@
|
||||
<template>
|
||||
<div class="allpage">
|
||||
<div class="platform">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// 张梅写于2022年11月22日
|
||||
export default{
|
||||
|
||||
components: {
|
||||
|
||||
},
|
||||
setup() {
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.allpage{
|
||||
height: 60vh;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.platform{
|
||||
margin-left: 20vw;
|
||||
height: 60vh;
|
||||
width: 51vw;
|
||||
background-color: rgba(118,234,211, 0.5);
|
||||
margin-top: 10vh;
|
||||
}
|
||||
|
||||
</style>
|
Loading…
Reference in new issue