<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>最简单的纯CSS3滑动开关按钮特效</title>
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/htmleaf-demo.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/switch-buttons.css">
</head>
<body>
<div class="htmleaf-container">
<div class="container">
<h1>Toggle switch buttons using css3</h1>
<ul>
<li>
<label class="switch-btn">
<input class="checked-switch" type="checkbox" />
<span class="text-switch" data-yes="yes" data-no="no"></span>
<span class="toggle-btn"></span>
</label>
</li>
<li>
<label class="switch-btn no-radius">
<input class="checked-switch" type="checkbox" />
<span class="text-switch" data-yes="yes" data-no="no"></span>
<span class="toggle-btn"></span>
</label>
</li>
<li>
<label class="switch-btn circle-style">
<input class="checked-switch" type="checkbox" />
<span class="text-switch" data-yes="yes" data-no="no"></span>
<span class="toggle-btn"></span>
</label>
</li>
<li>
<label class="switch-btn circle-style no-radius">
<input class="checked-switch" type="checkbox" />
<span class="text-switch" data-yes="yes" data-no="no"></span>
<span class="toggle-btn"></span>
</label>
</li>
</ul>
</div>
</div>
</body>
</html>
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
