mirror of
https://github.com/Wcowin/Mkdocs-Wcowin.git
synced 2025-07-20 17:06:34 +00:00
Deployed 48c46f0 with MkDocs version: 1.5.3
This commit is contained in:
parent
15e3f2c094
commit
f4fe581cad
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
@ -459,6 +459,25 @@ padding: 20px 0;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
/* 添加过渡效果 */
|
||||
* {
|
||||
transition-property: color, background-color;
|
||||
/* 设置过渡的属性 */
|
||||
transition-duration: 0.5s;
|
||||
/* 设置过渡的时间 */
|
||||
transition-timing-function: cubic-bezier(0.01, 0.34, 0.9, 1.14);
|
||||
/* 设置过渡的缓动函数 */
|
||||
}
|
||||
|
||||
/* 屏蔽过渡效果 */
|
||||
p,
|
||||
h1,
|
||||
h2,
|
||||
hr {
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
/*上面是过渡效果*/
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user