-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskinsample.html
50 lines (49 loc) · 1.77 KB
/
skinsample.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
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<meta id="viewport" name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1; user-scalable=no;" />
<meta http-equiv="pragma" content="no-cache"/>
<meta http-equiv="cache-control" content="no-cache"/>
<title>pop</title>
<link rel="stylesheet" href="css/pop.css" type="text/css" />
</head>
<body>
<div style="text-align:center">
<style>
.blueborder{
border-color:blue !important;
}
.blueborder-leftarrow{
border-right-color:blue !important; /* 三角边框的颜色 */
top:50px !important;
}
.blueborder-leftarrow::after{
border-right-color:white !important; /* 三角空心里的颜色 */
}
.blueheader{
background:blue !important;
color:white;
}
</style>
<div class="zuipop-container">
<div class="zuipopgroup">
<div class="zuipop">
<div class="zuipop-panel blueborder">
<div class="zuipop-panel-heading blueheader"><p>标题</p></div>
<div class="zuipop-panel-content">这是泡泡内容<br />
<h1>我可以无限增高的哦!!</h1>
<h2>我可以无限增高的哦!!</h2>
<h3>我可以无限增高的哦!!</h3>
<h4>我可以无限增高的哦!!</h4>
</div>
<div class="zuipop-panel-footering"><p>尾巴</p></div>
</div>
<div class="zuipop-arrowleft blueborder-leftarrow"></div>
<div class="zuipop-arrowleft zuipop-arrowleft-hacker"></div>
</div>
</div>
</div>
</div>
</body>
</html>