ssdd.vue 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <template>
  2. <div class="page">
  3. <div style="position: absolute;right: 19%;top: 12px">
  4. <img alt="" onclick="window.open('/path#/ssddjk','_self')" src="../ssddjk/img/返回首页.png">
  5. </div>
  6. <div id="iframe0" class="pos_2" style="">
  7. <iframe src="/#/ssddnav" style="width: 100%;height: 100%">
  8. </iframe>
  9. </div>
  10. <div id="iframe1" class="pos_3" style="">
  11. <iframe id="showcontent" style="width: 100%;height: 100%">
  12. </iframe>
  13. </div>
  14. </div>
  15. </template>
  16. <script>
  17. export default {
  18. name: 'fdjh-name'
  19. }
  20. </script>
  21. <style lang="css" scoped>
  22. .page {
  23. background: url('../fdjh/img/fdjh-bj.png') no-repeat;
  24. width: 100%;
  25. height: calc(100vh);
  26. background-size: 100% 100%;
  27. }
  28. iframe {
  29. border: 0;
  30. }
  31. #iframe0 {
  32. background: url(../fdjh/img/img.png) no-repeat;
  33. }
  34. #iframe1 {
  35. background: url(../fdjh/img/img.png) no-repeat;
  36. }
  37. .pos_2 {
  38. position: absolute;
  39. width: 20%;
  40. height: 89%;
  41. left: 1%;
  42. top: 10%;
  43. }
  44. .pos_3 {
  45. position: absolute;
  46. width: 79%;
  47. height: 89%;
  48. left: 21%;
  49. right: 33px;
  50. top: 10%;
  51. }
  52. </style>