_share.css
2.17 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.share-wrapper {
position: relative;
i {
display: block;
float: left;
width: 16px;
height: 16px;
margin-left: 5px;
cursor: pointer;
}
@each $icon in weibo,tweibo,renren,qzone,qq,douban,weixin {
.$(icon) {
background: url(/share/$(icon).png) no-repeat;
}
}
.weixin-share-box {
display:none;
position: absolute;
width: 282px;
height: 302px;
padding-top: 9px;
text-align: center;
font-family: Microsoft Yahei, Arial, Verdana;
top: 22px;
right: -26px;
z-index:2;
em,
em i {
position: absolute;
width: 0;
height: 0;
font-size: 0;
border-width: 0 10px 9px;
border-style: dashed dashed solid;
}
em {
border-color: transparent transparent #d6d6d6;
top: 0px;
left: 50%;
margin-left: -10px;
}
em i {
border-color: transparent transparent #e8e8e8;
overflow: hidden;
top: 1px;
left: -15px;
}
.con {
position: relative;
width: 280px;
height: 300px;
overflow: hidden;
background-color: #fff;
border: 1px solid #d6d6d6;
box-shadow: 0px 2px 4px #d1d1d1;
}
h2 {
display: block;
height: 46px;
line-height: 46px;
background-color: #e8e8e8;
color: #000;
font-size: 18px;
}
.pic,
.pic img {
width: 168px;
height: 168px;
}
.pic {
overflow: hidden;
margin: 16px auto;
}
.w {
font-size: 13px;
color: #9f9f9f;
line-height: 20px;
}
.close {
position: absolute;
width: 45px;
height: 45px;
line-height: 45px;
overflow: hidden;
top: 0;
right: 0;
font-size: 16px;
color: #999999;
}
}
}