-
Notifications
You must be signed in to change notification settings - Fork 0
/
ishare.html
60 lines (59 loc) · 1.53 KB
/
ishare.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:wb="http://open.weibo.com/wb">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style>
.ishare-title {
background:url(images/ishareTitle.png);
float:left;
width:158px;
height:50px;
}
.ishare-bg {
position:relative;
top:51px;
width:420px;
height:208px;
background:url(images/wenan-bg.png);
border-radius:6px;
}
.ishare-wenan {
font-family:"Microsoft YaHei",微软雅黑;
font-size:17px;
color:#4c4c4c;
float:left;
position:relative;
top:-35px;
left:15px;
}
#weibofb {
position:relative;
top:165px;
left:-147px;
}
</style>
</head>
<body>
<div class="ishare-title"></div>
<div class="ishare-bg">
<div class="ishare-wenan">是否有些心情或者场景经常从你的身边闪烁而过?<br />
赶紧和和我们一起分享吧!<br />
在「晴朗」,分享你所热爱的美好事物!<br />
期待你的分享.<br />
: )
</div>
<div id="weibofb">
<script type="text/javascript" src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js?appkey=2358507359"></script>
<script type="text/javascript">
function pub(){
WB2.anyWhere(function(W){
W.widget.publish();
});
}
</script>
<wb:publish default_text="#每天好心情#" button_type="gray" button_size="big" button_text="发布到微博" >微博发布器</wb:publish>
</div>
</div>
</body>
</html>