1 Star 1 Fork 0

rinuo/jquery

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
demo.html 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
div.panel,p.flip {
width:400px;
margin:0;
padding:5px;
text-align:center;
background:#e5eecc;
border:solid 1px #c3c3c3;
}
p.flip {
margin-top:15px;
}
div.panel {
/* display:none; */
}
</style>
</head>
<body>
<div>
<h2>效果演示</h2>
<p class="flip">点击这里,隐藏/显示面板</p>
<div class="panel" ><p>一寸光阴一寸金,因此,我们为您提供快捷易懂的学习内容。</p>
<p>在这里,您可以通过一种易懂的便利的模式获得您需要的任何知识。</p></div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/rinuo/jquery.git
git@gitee.com:rinuo/jquery.git
rinuo
jquery
jquery
master

搜索帮助