sidebar.css
1.86 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
104
105
106
107
108
109
110
body{
oncontextmenu: return false;
onselectstart: return false;
}
#play68box{
width: 190px;
font-size: 12px;
line-height: 15px;
right: -172px;
top: 35%; /* change this value to place the menu higher or lower */
position: fixed;
z-index: 100;
}
#tab{
float: left;
list-style: none outside none;
padding: 0;
position: relative;
z-index: 99;
margin-top: 10px;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}
#tab li span{
display: block;
padding: 0 5px;
position: relative;
}
#links{
width: 100px;
padding: 1px;
float: left;
background-color: #f6bb42;
border-radius: 8px;
}
.show, .hide{
/* we specify the transition length for hiding and showing */
transition: margin-right .4s ease-in;
-webkit-transition: margin-right .4s ease-in;
}
.hide{
margin-right:0px;
}
.show{
margin-right:95px;
}
#arrow, .bt{
cursor: pointer;
}
.bt{
width: 95px;
height: 41px;
margin: 2px;
text-align:center;
/*border:1px solid #858fa6;*/
font: bold 15px Arial, Helvetica, "Microsoft Yahei", "΢ÈíÑźÚ", STXihei, "»ªÎÄϸºÚ", sans-serif;
background-color: #da4453;
border-radius: 6px;
}
.bt a{
line-height: 40px;
color: #fff;
display: block;
text-decoration:none;
}
.bt:hover{
transition: background .3s linear -o-transition: background .3s linear;
-moz-transition: background .3s linear;
-webkit-transition: background .3s linear;
background-color: #37bc9b;
}
#deco{
width: 90px;
float: left; /* box-shadow:0px 0px 5px #000;
-moz-box-shadow:0px 0px 5px #000;
-webkit-box-shadow:0px 0px 5px #000;*/
}
#share-wx{
background:rgba(0,0,0,0.8);
position:absolute;top:0px;
left:0px;
width:100%;
height:100%;
z-index:10000;
display:none;
}
#wx-qr{
background:rgba(0,0,0,0.8);
position:absolute;top:0px;
left:0px;
width:100%;
height:100%;
z-index:10000;
display:none;
}