@@ -266,7 +266,7 @@ p {
width: 100%;
text-align: center;
z-index: 999;
- height: 230px;
+ height: 200px;
margin: 0 0 20px 0;
}
.style .top p:first-child {
@@ -278,7 +278,7 @@ p {
color: #fff;
position: absolute;
- top: 170px;
+ top: 150px;
.style .main {
min-height: 600px;
@@ -352,7 +352,7 @@ p {
div:last-child .introduction {
overflow: hidden;
text-overflow: ellipsis;
- -webkit-line-clamp: 6;
+ -webkit-line-clamp: 4;
word-break: break-all;
display: -webkit-box;
-webkit-box-orient: vertical;