57 lines
934 B
CSS
57 lines
934 B
CSS
|
|
/* CSS Document */
|
||
|
|
|
||
|
|
#ListMood {
|
||
|
|
clear: both;
|
||
|
|
margin: 0 5px 10px;
|
||
|
|
}
|
||
|
|
#ListMood ul {
|
||
|
|
height: 160px;
|
||
|
|
margin: 0 auto;
|
||
|
|
width: 560px;
|
||
|
|
}
|
||
|
|
#ListMood h3 {
|
||
|
|
color: #262626;
|
||
|
|
font-size: 14px;
|
||
|
|
margin: 15px 0;
|
||
|
|
}
|
||
|
|
#ListMood li {
|
||
|
|
color: #555555;
|
||
|
|
float: left;
|
||
|
|
text-align: center;
|
||
|
|
width: 80px;
|
||
|
|
}
|
||
|
|
#ListMood li b {
|
||
|
|
font-weight: normal;
|
||
|
|
line-height: 20px;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
#ListMood li em i {
|
||
|
|
bottom: 20px;
|
||
|
|
left: 0;
|
||
|
|
position: absolute;
|
||
|
|
text-align: center;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
#ListMood li em {
|
||
|
|
display: block;
|
||
|
|
font-style: normal;
|
||
|
|
height: 20px;
|
||
|
|
line-height: 20px;
|
||
|
|
padding-top: 65px;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
#ListMood li .array {
|
||
|
|
border: 1px solid #7BA0B8;
|
||
|
|
display: block;
|
||
|
|
height: 50px;
|
||
|
|
margin: 0 auto;
|
||
|
|
position: relative;
|
||
|
|
width: 12px;
|
||
|
|
z-index: 9;
|
||
|
|
}
|
||
|
|
#ListMood li .array img {
|
||
|
|
bottom: 0;
|
||
|
|
left: 0;
|
||
|
|
position: absolute;
|
||
|
|
}
|