123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <template>
- <div class="page">
- <div style="position: absolute;right: 19%;top: 12px">
- <img alt="" onclick="window.open('/path#/ssddjk','_self')" src="../ssddjk/img/返回首页.png">
- </div>
- <div id="iframe0" class="pos_2" style="">
- <iframe src="/#/ssddnav" style="width: 100%;height: 100%">
- </iframe>
- </div>
- <div id="iframe1" class="pos_3" style="">
- <iframe id="showcontent" style="width: 100%;height: 100%">
- </iframe>
- </div>
- </div>
- </template>
- <script>
- export default {
- name: 'fdjh-name'
- }
- </script>
- <style lang="css" scoped>
- .page {
- background: url('../fdjh/img/fdjh-bj.png') no-repeat;
- width: 100%;
- height: calc(100vh);
- background-size: 100% 100%;
- }
- iframe {
- border: 0;
- }
- #iframe0 {
- background: url(../fdjh/img/img.png) no-repeat;
- }
- #iframe1 {
- background: url(../fdjh/img/img.png) no-repeat;
- }
- .pos_2 {
- position: absolute;
- width: 20%;
- height: 89%;
- left: 1%;
- top: 10%;
- }
- .pos_3 {
- position: absolute;
- width: 79%;
- height: 89%;
- left: 21%;
- right: 33px;
- top: 10%;
- }
- </style>
|