-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjiantou.html
48 lines (37 loc) · 1.58 KB
/
jiantou.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
<!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>无标题文档</title>
<style type="text/css">
body, html,#map_cavan {width: 100%;height: 100%;overflow: hidden;}
.BMap_pop img,.BMap_top,.BMap_center,.BMap_bottom{display:none;}
.BMap_pop div{visibility: hidden;overflow: visible;}
.visible{visibility:visible !important;}
* { margin:0; padding:0;}
.speech-bubble {
border: 1px solid #999999;
display: block;
position: relative;
margin: 0px auto;
width:185px;
min-height:55px;
border-radius: 5px;
}
.speech-bubble:before{
content: '';
position: absolute;
left: 36px;
bottom:-10px;
height:18px;
width:18px;
background-color:#FFF;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
border-width:1px; border-style:solid; border-color:#999 #999 transparent transparent;}
</style>
</head>
<body>
<div class="speech-bubble two">测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字测试文字</div>
</body>
</html>