xtpzyrz.vue 984 B

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