Commit dc5be3bc authored by zhengke's avatar zhengke

2

parent d9e947ab
......@@ -418,7 +418,7 @@ select {
float: left;
border-right: 1px #efefef solid;
border-bottom: 1px #efefef solid;
padding: 30px 0 40px 0;
padding: 30px 0 10px 0;
position: relative;
}
......@@ -431,9 +431,26 @@ select {
}
.hotlist li .text {
padding: 25px 0 0 26px;
padding: 10px 0 0 26px;
}
.hotlist li .text span {
display: inline-block;
float: left;
width: 60%;
color: black;
font-size: 14px;
padding: 4px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.hotlist li .text .vote {
width:72px;
height:40px;
margin-top:20px;
}
.hotlist li .text h2 a {
font-size: 16px;
color: #0d081e;
......@@ -444,20 +461,6 @@ select {
text-decoration: underline;
}
.hotlist li .text span {
width: 60%;
font-size: 14px;
color: #fff;
background-color: #a38d61;
padding: 4px;
margin-top: 15px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.hotlist li .vote a {
font-size: 18px;
color: #fff;
......@@ -469,7 +472,7 @@ select {
display: inline-block;
position: absolute;
right: 25px;
bottom: 35px;
bottom: 3px;
background: url("../Sp_img/votebg.png") no-repeat center;
background-size: contain;
text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment