2024/11/12

This commit is contained in:
Wcowin 2024-11-12 08:17:46 +08:00
parent ced5ee2096
commit c11a3e816e
3 changed files with 7 additions and 8 deletions

View File

@ -60,6 +60,7 @@
## 案例成果
[Lenny's Web](https://lennychen.top)
[苍镜月's docs](https://pale-illusions.github.io/my-mkdocs/)
## Star History

View File

@ -6,6 +6,10 @@ categories:
- 网站更新记录
readtime: 2
---
## </p><h1 id="01" name="01"><strong>2024-07-21</strong></h1><p>
* 优化网站流畅度(玄学)
## </p><h1 id="01" name="01"><strong>2024-07-21</strong></h1><p>
* 优化网站流畅度(玄学)
* 优化了网站的UI和访问速度启用 CDN 加速

View File

@ -474,17 +474,11 @@ font-size: 30px;
/* 添加过渡效果 */
* {
/* * {
transition-property: color, background-color;
/* 设置过渡的属性 */
transition-duration: 0.3s;
/* 设置过渡的时间 */
transition-timing-function: cubic-bezier(0.01, 0.34, 0.9, 1.14);
/* 设置过渡的缓动函数 */
}
/*取消导航栏的背景色和阴影*/
/*因为左右侧导航栏(目录)的开头背景色是独立的,这里特殊处理一下*/
@media screen and (min-width: 76.25em) {
.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link,
@ -492,7 +486,7 @@ font-size: 30px;
background: none;
box-shadow: none;
}
}
} */
/*上面是过渡效果*/