hxp
2025-06-04 f4a514d5ac952110da846636ecbb9de951eaf3d2
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
<!DOCTYPE HTML>
<html>
 
<head>
    <meta charset="utf-8">
    <title>漂亮的CSS3圆角按钮组合DEMO演示</title>
    <link rel="stylesheet" type="text/css" href="button.css">
</head>
 
<body>
    <div style="text-align:center;clear:both;">
        <script src="/gg_bd_ad_720x90.js" type="text/javascript"></script>
        <script src="/follow.js" type="text/javascript"></script>
    </div>
    <div id="main">
        <div class="demo">
            <a href="#" class="button blue">蓝色</a>
            <a href="#" class="button blue bigrounded">Rounded</a>
            <a href="#" class="button blue medium">Medium</a>
            <a href="#" class="button blue small">Small</a>
 
            <input class="button blue" type="button" value="Input Element" />
            <button class="button blue">Button Tag</button>
        </div>
 
        <div class="demo">
            <a href="#" class="button green">绿色</a>
            <a href="#" class="button green bigrounded">Rounded</a>
            <a href="#" class="button green medium">Medium</a>
            <a href="#" class="button green small">Small</a>
 
            <input class="button green" type="button" value="Input Element" />
            <button class="button green">Button Tag</button>
        </div>
 
        <div class="demo">
            <a href="#" class="button white">灰白</a>
            <a href="#" class="button white bigrounded">Rounded</a>
            <a href="#" class="button white medium">Medium</a>
            <a href="#" class="button white small">Small</a>
            <input class="button white" type="button" value="Input Element" />
            <button class="button white">Button Tag</button>
        </div>
 
        <div class="demo">
            <a href="#" class="button orange">橘红</a>
            <a href="#" class="button orange bigrounded">Rounded</a>
            <a href="#" class="button orange medium">Medium</a>
            <a href="#" class="button orange small">Small</a>
            <input class="button orange" type="button" value="Input Element" />
            <button class="button orange">Button Tag</button>
        </div>
 
    </div>
    <div style="text-align:center;clear:both">
        <script src="/gg_bd_ad_720x90-2.js" type="text/javascript"></script>
    </div>
</body>
 
</html>