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.
|
- <template>
- <div class="page flex justify-around"></div>
- </template>
-
- <!-- videoType==1为竖,==2为横 -->
- <script setup></script>
-
- <style lang="scss" scoped>
- .page {
- height: calc(100vh - 80px);
- // height: calc(100vh - 80px);
- background-color: #fff;
- border-radius: 30px 0 0 0;
- overflow: hidden;
- }
- </style>
|