-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path渐变、透明度.html
62 lines (61 loc) · 1.85 KB
/
渐变、透明度.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Filter</title>
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<!--[if IE]>
<script type="text/javascript" src="js/html5.js"></script>
<![endif]-->
<!--[if lt IE 10]>
<script type="text/javascript" src="js/PIE.js"></script>
<![endif]-->
<script type="text/javascript" src="js/grayscale.js"></script>
</head>
<body onload="javascript:grayscale(document.getElementById('ticketdisable'))">
<div class="container">
<div class="top"> </div>
<header>
<h1>Filter<span></span></h1>
</h1>
<h2>opacity、Gradient</h2>
</header>
<div class="content">
<div class="part">
<h3>2) Filter滤镜之图片灰度、透明度 testing</h3>
<ul class="filter">
<li class="ticket"></li>
<li id="ticketdisable"></li>
<li class="sepia"></li>
<li class="saturate"></li>
<li class="hue-rotate"></li>
<li class="invert"></li>
<li class="brightness"></li>
<li class="contrast"></li>
<li class="blur"></li>
<li class="drop-shadow"></li>
</ul>
</div>
<div class="part">
<h3>2) gradient渐变 test</h3>
<ul class="filter">
<li>
<div class="btns"><a href="#" >1</a></div>
</li>
<li><div class="gradientc"></div></li>
<li class="gradient1"></li>
<li class="gradient2"></li>
<li class="gradient3"></li>
<li class="gradient4"></li>
<li class="gradient5"></li>
<li class="gradient6"></li>
<li class="gradient7"></li>
<li class="gradient8"></li>
<li class="gradientbg">66</li>
</ul>
</div>
</div>
</div>
<br />
</body>
</html>