mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add demo
This commit is contained in:
+14
-13
@@ -2,15 +2,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>JavaScript组件</title>
|
||||
<title>写一些工具类或者效果</title>
|
||||
<link type="text/css" rel="stylesheet" href="css/main.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<ul>
|
||||
<li>写个工具自己玩</li>
|
||||
<li>GitHub</li>
|
||||
<li>About</li>
|
||||
<li>纯属自己玩</li>
|
||||
<li><a href="https://github.com/vczero/component">GitHub</a></li>
|
||||
</ul>
|
||||
</header>
|
||||
|
||||
@@ -76,16 +75,18 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="mask_codeshow" class="codeshow hide">
|
||||
<div id="mask_container">
|
||||
<div class="code fl">
|
||||
<img src="img/mask.png"/>
|
||||
<div id="mask_container" style="width:846px;height:400px;position:absolute;top:70px;left:240px;">
|
||||
<section id="mask_codeshow">
|
||||
<div>
|
||||
<div class="code fl">
|
||||
<img src="img/mask.png"/>
|
||||
</div>
|
||||
<div class="show fl mask_div">
|
||||
<img src="img/guxiang.png"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="show fl mask_div">
|
||||
<img src="img/guxiang.png"/>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="js/calendar.js" ></script>
|
||||
<script type="text/javascript" src="js/guid.js" ></script>
|
||||
|
||||
Reference in New Issue
Block a user