前端应用文章模块并显示

This commit is contained in:
云泽网
2025-05-09 23:53:34 +08:00
parent e7bcaf29f5
commit d5da3a6ea8
40 changed files with 2990 additions and 129 deletions
+8 -3
View File
@@ -266,6 +266,7 @@ body {
/* 轮播动画 */
@keyframes slide {
0%,
33% {
transform: translateX(0);
@@ -348,7 +349,7 @@ body {
.tab-header {
display: flex;
align-items: center;
gap: 10px;
gap: 20px;
}
.tab-header .active {
@@ -362,9 +363,13 @@ body {
}
.tab-content.active {
display: block;
opacity: 1;
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: flex-start;
}
.tab-item {
cursor: pointer;
}
@@ -484,4 +489,4 @@ body {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}