You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
738 B
26 lines
738 B
<link href="https://cdn.staticfile.org/layui/2.9.7/css/layui.css" rel="stylesheet">
|
|
<script src="https://cdn.staticfile.org/layui/2.9.7/layui.js"></script>
|
|
<style>
|
|
span {
|
|
display: inline-block;
|
|
}
|
|
@font-face {
|
|
font-family: 'PingFang';
|
|
src: url('https://dsideal.obs.cn-north-1.myhuaweicloud.com/wb/PingFang.ttf') format('truetype');
|
|
}
|
|
.markmap {
|
|
--markmap-max-width: none;
|
|
--markmap-a-color: #0097e6;
|
|
--markmap-a-hover-color: #00a8ff;
|
|
--markmap-code-bg: #f0f0f0;
|
|
--markmap-code-color: #555;
|
|
--markmap-highlight-bg: #ffeaa7;
|
|
--markmap-table-border: 1px solid currentColor;
|
|
--markmap-font: !important;
|
|
font: var(--markmap-font);
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
</style>
|