llx.vue 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <template>
  2. <div class="page">
  3. <iframe class="image_2 pos_2">
  4. <img src="../../fdjh/img/fdjh-left.png">
  5. </iframe>
  6. <div id="iframe1" class="image_3 pos_3" style="">
  7. <iframe src="/public#/llx1" style="width: 100%;height: 100%">
  8. </iframe>
  9. </div>
  10. </div>
  11. </template>
  12. <script>
  13. export default {
  14. name: 'llx-name',
  15. }
  16. </script>
  17. <style lang="css" scoped>
  18. .page {
  19. background-image: url('../../fdjh/img/fdjh-bj.png');
  20. position: absolute;
  21. width: 1920px;
  22. height: 1080px;
  23. left: 0;
  24. right: 0;
  25. top: 0;
  26. bottom: 0;
  27. }
  28. .image {
  29. width: 100vw;
  30. height: 4.5833vw;
  31. }
  32. iframe {
  33. border: 0;
  34. }
  35. #iframe1 {
  36. background-image: url(../../fdjh/img/img.png);
  37. }
  38. .pos {
  39. position: absolute;
  40. width: 1920px;
  41. height: 88px;
  42. left: 0;
  43. right: 0;
  44. top: 0;
  45. bottom: 992px;
  46. }
  47. .image_2 {
  48. width: 23.56rem;
  49. height: 56.88rem;
  50. }
  51. .pos_2 {
  52. position: absolute;
  53. width: 377px;
  54. height: 910px;
  55. left: 30px;
  56. right: 1513px;
  57. top: 142px;
  58. bottom: 28px;
  59. }
  60. .image_3 {
  61. width: 91.19rem;
  62. height: 56.88rem;
  63. }
  64. .pos_3 {
  65. position: absolute;
  66. width: 1479px;
  67. height: 910px;
  68. left: 408px;
  69. right: 33px;
  70. top: 142px;
  71. bottom: 28px;
  72. }
  73. </style>