一、元素周期表
演示地址:https://demo.demohuo.top/jquery/10/1035/demo/
效果图:
二、中国地图
效果图:
如果要使用在vue项目里,并且全屏显示
则需要通过iframe标签将源码引入即可
<template>
<div style="margin:0px;padding:0px;overflow:hidden">
<iframe id="fullScreen" name="frame3d" frameborder="0" width="100%" scrolling="auto"
height="100%" src="http://test.tcpay.xyz/boss/special/index.html" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0"></iframe>
</div>
</template>
<