更新:增加课程首页分类跳转列表页;优化全站列表分页加载;

This commit is contained in:
2025-11-18 13:45:46 +08:00
parent 21b03635a2
commit d76c6cdff1
67 changed files with 10976 additions and 369 deletions

View File

@@ -8,6 +8,7 @@
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
--color-red-500: oklch(63.7% 0.237 25.331);
--spacing: 0.25rem;
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
--default-transition-duration: 150ms;
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -258,9 +259,15 @@
.bg-\[transparent\] {
background-color: transparent;
}
.pt-\[5px\] {
padding-top: 5px;
}
.pt-\[40px\] {
padding-top: 40px;
}
.pb-2\.5 {
padding-bottom: calc(var(--spacing) * 2.5);
}
.text-center {
text-align: center;
}
@@ -326,9 +333,6 @@
img, svg, video, canvas, audio, iframe, embed, object {
display: inline-block;
}
button {
line-height: inherit !important;
}
}
@property --tw-rotate-x {
syntax: "*";