12345678910111213141516171819202122232425 |
- <template>
- <div class="fdkkcon">
- <iframe src="https://www.4dkankan.com/spc.html?m=SS-0UKHRqfv0r" frameborder="0"></iframe>
- </div>
- </template>
- <script setup>
-
- </script>
- <style lang="scss" scoped>
- .fdkkcon{
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- >iframe{
- width: 100%;
- height: 100%;
- }
- }
- </style>
|