更新代码

This commit is contained in:
2025-05-10 17:33:54 +08:00
parent 426e583fc9
commit b1356231d4
39 changed files with 33089 additions and 9795 deletions
+12089 -9646
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+15 -5
View File
@@ -266,7 +266,6 @@ body {
/* 轮播动画 */
@keyframes slide {
0%,
33% {
transform: translateX(0);
@@ -428,6 +427,8 @@ body {
background: #eee;
border-radius: 8px;
overflow: hidden;
width: 250px;
height: 140px;
}
.video img {
@@ -446,13 +447,20 @@ body {
margin: 16px 12px 0 10px;
}
.bottom .desc {
.bottom .desc,
.bottom .author,
.bottom .views,
.publishdate {
font-weight: 400;
color: #b2b2b2;
font-size: 14px;
line-height: 20px;
}
.publishdate {
margin-top: 10px;
}
.bottom .btn {
display: flex;
justify-content: center;
@@ -469,14 +477,16 @@ body {
}
.introduction .title {
height:50px;
font-size: 17px;
font-weight: 500;
color: #404040;
line-height: 25px;
transition: color 0.2s ease;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
white-space: nowrap;
}
.introduction .subtitle {
@@ -489,4 +499,4 @@ body {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long