解决卡片每次显示都会先闪一下没样式的内容
This commit is contained in:
parent
c4f0c75570
commit
2d7a69ab9c
|
|
@ -21,6 +21,12 @@
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 初始状态下设置透明度为0 */
|
||||||
|
.md-content {
|
||||||
|
opacity: 0;
|
||||||
|
transition: opacity 0.3s ease-in-out;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<br />\[x = {-b \pm \sqrt{b^2-4ac} \over 2a}\]<br />
|
<br />\[x = {-b \pm \sqrt{b^2-4ac} \over 2a}\]<br />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue