index.vue 376 B

12345678910111213141516171819202122232425
  1. <template>
  2. <div class="fdkkcon">
  3. <iframe src="https://www.4dkankan.com/spc.html?m=SS-0UKHRqfv0r" frameborder="0"></iframe>
  4. </div>
  5. </template>
  6. <script setup>
  7. </script>
  8. <style lang="scss" scoped>
  9. .fdkkcon{
  10. position: absolute;
  11. width: 100%;
  12. height: 100%;
  13. top: 0;
  14. left: 0;
  15. right: 0;
  16. bottom: 0;
  17. >iframe{
  18. width: 100%;
  19. height: 100%;
  20. }
  21. }
  22. </style>