Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
veasion committed Aug 16, 2024
1 parent 704191f commit 795e0c0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
::-webkit-scrollbar-thumb {
background-color: #c1c1c1;
}
.docmee {
background-image: linear-gradient(to left, rgb(107, 90, 196), rgb(96, 84, 189));
background-clip: text;
color: transparent;
font-weight: bold;
display: inline-block;
font-size: 1.125rem;
line-height: 1.75rem;
user-select: none;
cursor: pointer;
position: fixed;
top: 10px;
left: 15px;
}
#div1 {
text-align: center;
margin-top: 60px;
Expand Down Expand Up @@ -145,6 +159,7 @@
</style>
</head>
<body>
<a href="https://docmee.cn" target="_blank" class="docmee" title="进入文多多AiPPT官网">文多多 AiPPT</a>
<!-- 大纲生成 -->
<div id="div1">
<div style="margin-bottom: 50px;">
Expand Down

0 comments on commit 795e0c0

Please sign in to comment.