webiaoqing.css
668 Bytes
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
body{
overflow-x: hidden;
}
.page_emotion dd{
display: inline-block;
float:left;
width:14.2%;
height:24px;
margin:5px 0;
text-align:center;
}
.list_emotion *[data-key]{
color:transparent;
display: block;
width:24px;
height:24px;
margin: auto;
background:url(../../static/images/defaultwx.png) no-repeat 0 0;
-webkit-background-size:auto 24px;
}
.list_emotion *.del{
background-image:url(../../static/images/delwx.png);
}
.nav_emotion{
padding:10px 0;
text-align: center;
}
.nav_emotion span{
display: inline-block;
width:8px;
height:8px;
border-radius:10px;
background: #ebebeb;
margin:0 5px;
}
.nav_emotion span.on{
background-color:#bbb;
}