通过在页面写CSS样式来隐藏:
<style>
#itemshield {
position: relative;
float: right;
width: 34px;
height: 750px;
background: #eaeaea;
}
.panel {
position: relative;
height: 0;
overflow: hidden;
}
.panelcontainer {
padding-bottom: 56.25%;
}
.panel iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: white;
}
</style>