@@ -180,7 +181,7 @@
cursor: pointer;
overflow: hidden;
border-radius: 10px;
- animation: zoomIn 0.8s ease-in-out;
+ animation: hideToShow 1s ease-in-out;
}
.recent-post-item-image {
@@ -289,7 +290,7 @@
.recent-post-item-image {
width: 100%;
- height: 170px;
+ height: 200px;
}
.leftImage {
@@ -305,10 +306,14 @@
.recent-post-item-post {
width: 100%;
- height: 280px;
+ height: 250px;
position: relative;
}
+ .recent-post-desc {
+ -webkit-line-clamp: 3;
+ }
+
.leftImage .sort-label {
position: absolute;
bottom: 20px;
diff --git a/src/components/comment/comment.vue b/src/components/comment/comment.vue
index dffdf47..4707b4b 100644
--- a/src/components/comment/comment.vue
+++ b/src/components/comment/comment.vue
@@ -3,7 +3,7 @@