_share.css
1.63 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
.share {
height: 25px;
line-height: 25px;
.share-title {
font-size: 14px;
float: left;
}
.share-wrapper {
i {
display: block;
float: left;
width: 20px;
height: 20px;
margin-right: 15px;
cursor: pointer;
font-size: 20px;
}
}
.weixin-share-box {
position: relative;
top: -2px;
z-index: 6;
}
.weixin-content {
background-color: #fff;
border: 1px solid #bbb;
margin-top: 15px;
position: absolute;
width: 250px;
height: 310px;
}
.weixin-content:after,
.weixin-content:before {
border: 10px solid transparent;
border-bottom: 10px solid #fff;
width: 0;
height: 0;
position: absolute;
top: -19px;
left: 73px;
content: '';
}
.weixin-content:before {
border-bottom-color: #bbb;
top: -20px;
left: 73px;
}
.content-title {
margin-top: 25px;
text-align: center;
display: block;
font-size: 16px;
b {
float: right;
margin-right: 10px;
font-size: 12px;
color: #d1d1d1;
}
}
.code {
width: 140px;
height: 140px;
margin: 30px auto;
}
.content-bottom {
margin: 25px auto;
display: block;
font-size: 14px;
text-align: center;
width: 190px;
line-height: 20px;
height: 20px;
color: #a9a9a9;
}
.hide {
display: none;
}
}