| | |
| | | */ |
| | | <template> |
| | | <div class="container"> |
| | | <div class="popup"> |
| | | <img src="/img/qx.png" alt /> |
| | | </div> |
| | | <iframe src="http://platform.kingweather.cn/Kingts_Powers/#/app/temp" frameborder="0"></iframe> |
| | | <!-- <div class="l-box"></div> |
| | | <div class="c-box"></div> |
| | | <div class="r-box"></div>--> |
| | |
| | | height: 100%; |
| | | box-sizing: border-box; |
| | | justify-content: space-between; |
| | | background: #020d29; |
| | | |
| | | .popup { |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 0; |
| | | margin: auto; |
| | | // width: 100%; |
| | | // height: 100%; |
| | | |
| | | img { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | iframe { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | |
| | | // & > div { |