12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <script setup>
- </script>
- <template>
- <jt-popup2 title="" >
-
- </jt-popup2>
-
- <jt-popup2 title="" top="calc(calc(100% - 115rem) / 3 + 90rem)" >
-
- </jt-popup2>
-
- <jt-popup2 title="" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)" >
-
- </jt-popup2>
-
- <jt-popup3 title="">
-
- </jt-popup3>
-
- <jt-popup3 title="" top="calc(calc(100% - 115rem) / 3 + 90rem)">
- </jt-popup3>
-
- <jt-popup3 title="" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)">
- </jt-popup3>
- </template>
- <script>
- export default {
- data() {
- return {
-
- }
- },
- methods:{
-
- },
- mounted() {
-
- },
- created() {
-
- }
- }
- </script>
- <style scoped>
- .main {
- width: 100%;
- height: 100%;
- }
-
- </style>
|