mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
107 lines
2.0 KiB
HTML
107 lines
2.0 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no,minimal-ui" />
|
|
<script>
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<style>
|
|
</style>
|
|
<script type="text/javascript">
|
|
/*
|
|
参与人群列表资源
|
|
头像+名字
|
|
http://www.html5tricks.com/demo/jquery-3d-girl-image-player/index.htm
|
|
|
|
zoom侧边栏效果
|
|
http://www.html5tricks.com/demo/html5-css3-elasticity/index.html
|
|
http://www.html5tricks.com/demo/jquery-css3-image-switch/index3.html
|
|
|
|
颜色风格选择
|
|
http://www.html5tricks.com/demo/css3-dropdown-menu-icon/index.html#
|
|
|
|
下拉菜单
|
|
http://www.html5tricks.com/demo/css3-ver-accordion-menu/index.html#
|
|
|
|
radiobox
|
|
http://www.html5tricks.com/demo/css3-radio-switch-button/index.html
|
|
|
|
弹幕走webqq
|
|
|
|
webqq分析
|
|
http://blog.csdn.net/yjh4866/article/details/5904971
|
|
图标
|
|
http://mt.sohu.com/20150807/n418363575.shtml
|
|
*/
|
|
|
|
</script>
|
|
<style media="screen">
|
|
|
|
.button {
|
|
font-size: 1.31em;
|
|
position: relative;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
margin: 0 25px;
|
|
padding: 0;
|
|
cursor: pointer;
|
|
color: #5c5edc;
|
|
border: none;
|
|
background: none;
|
|
background-color: black;
|
|
}
|
|
|
|
.button:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.button:hover {
|
|
color: #fff;
|
|
}
|
|
.button--close {
|
|
font-size: 1.55em;
|
|
position: absolute;
|
|
top: 30px;
|
|
right: 30px;
|
|
margin: 0;
|
|
opacity: 1;
|
|
color: #50505a;
|
|
-webkit-transition: opacity 0.3s;
|
|
transition: opacity 0.3s;
|
|
}
|
|
@font-face {
|
|
font-family: 'feather';
|
|
src:url('./feather.ttf?-ajbl0g') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
.icon {
|
|
font-family: 'feather';
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.icon--circle-cross:before {
|
|
content: "\e602";
|
|
}
|
|
*, *:after, *:before {
|
|
box-sizing: border-box;
|
|
}
|
|
</style>
|
|
<button class="button button--close">
|
|
<i class="icon icon--circle-cross"></i>
|
|
</button>
|
|
|
|
</body>
|
|
</html>
|