You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
386 B

<template>
<view class="page1">
<view>444444444444</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
props:{
},
watch: {
},
methods: {
}
}
</script>
<style>
page{
width: 100%;
height: 100%;
font-size: 28rpx;
background: #F0FFF0;
}
.page1 {
width: 100%;
height: 100%;
font-size: 28rpx;
}
</style>