c231d6a8 by 任超

style:首页

1 parent 54b290f0
......@@ -300,11 +300,18 @@ div.c_five ul li a img {
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
width: 373px;
width: 430px;
text-align: left;
position: relative;
padding-left: 10px;
}
.item-list li img {
width: 30px;
height: 18px;
float: right;
position: relative;
top: 13px;
}
.item-list li .newest {
width: 325px;
}
......@@ -566,6 +573,7 @@ div.c_five ul li a img {
width: 440px;
float: left;
margin-right: 55px;
margin-top: -2px;
}
.public-announcement ul:nth-of-type(1) {
padding-bottom: 10px;
......@@ -623,6 +631,13 @@ div.c_five ul li a img {
padding-left: 10px;
line-height: 45px;
}
.public-announcement ul:nth-of-type(2) li span {
font-size: 16px;
color: #9B9B9B;
float: right;
position: relative;
top: 15px;
}
.public-announcement ul:nth-of-type(2) li a:hover {
color: #0091FF;
}
......