css实现多种radio切换效果
代码语言:html
所属分类:表单美化
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>C Toggle buttons / On-Off switches</title>
<style>
body
{
margin: 0px;
background-color: #f8f8f8;
}
h1
{
font-family: Segoe UI;
text-align: center;
line-height: 42px;
padding-bottom: 23px;
margin: 10px 0px;
border-bottom: 1px solid #dadada;
}
#hash-symbol
{
color: #484848;
font-size: 42px;
position: relative;
top: 4px;
}
#app-name
{
color: #f19000;
}
section
{
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0