mirror of
https://github.com/Wcowin/Mkdocs-Wcowin.git
synced 2025-07-20 08:56:35 +00:00
2024/11/12
This commit is contained in:
parent
ced5ee2096
commit
c11a3e816e
@ -60,6 +60,7 @@
|
|||||||
## 案例成果
|
## 案例成果
|
||||||
|
|
||||||
[Lenny's Web](https://lennychen.top)
|
[Lenny's Web](https://lennychen.top)
|
||||||
|
[苍镜月's docs](https://pale-illusions.github.io/my-mkdocs/)
|
||||||
|
|
||||||
|
|
||||||
## Star History
|
## Star History
|
||||||
|
@ -6,6 +6,10 @@ categories:
|
|||||||
- 网站更新记录
|
- 网站更新记录
|
||||||
readtime: 2
|
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>
|
## </p><h1 id="01" name="01"><strong>2024-07-21</strong></h1><p>
|
||||||
* 优化网站流畅度(玄学)
|
* 优化网站流畅度(玄学)
|
||||||
* 优化了网站的UI和访问速度,启用 CDN 加速
|
* 优化了网站的UI和访问速度,启用 CDN 加速
|
||||||
|
@ -474,17 +474,11 @@ font-size: 30px;
|
|||||||
|
|
||||||
/* 添加过渡效果 */
|
/* 添加过渡效果 */
|
||||||
|
|
||||||
* {
|
/* * {
|
||||||
transition-property: color, background-color;
|
transition-property: color, background-color;
|
||||||
/* 设置过渡的属性 */
|
|
||||||
transition-duration: 0.3s;
|
transition-duration: 0.3s;
|
||||||
/* 设置过渡的时间 */
|
|
||||||
transition-timing-function: cubic-bezier(0.01, 0.34, 0.9, 1.14);
|
transition-timing-function: cubic-bezier(0.01, 0.34, 0.9, 1.14);
|
||||||
/* 设置过渡的缓动函数 */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*取消导航栏的背景色和阴影*/
|
|
||||||
/*因为左右侧导航栏(目录)的开头背景色是独立的,这里特殊处理一下*/
|
|
||||||
@media screen and (min-width: 76.25em) {
|
@media screen and (min-width: 76.25em) {
|
||||||
|
|
||||||
.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link,
|
.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link,
|
||||||
@ -492,7 +486,7 @@ font-size: 30px;
|
|||||||
background: none;
|
background: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
|
|
||||||
/*上面是过渡效果*/
|
/*上面是过渡效果*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user