Skip to content

Commit

Permalink
6/27
Browse files Browse the repository at this point in the history
  • Loading branch information
Wcowin committed Jun 27, 2024
1 parent 0fdf56d commit 6122e2d
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 9 deletions.
3 changes: 2 additions & 1 deletion docs/about/geren.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ t.parentNode.insertBefore(e,t)}})();
## 须知
如果你在浏览博客的过程中发现了任何问题,欢迎前往 GitHub 的[代码仓库](https://github.com/Wcowin/Wcowin.github.io)提交 [Issues](https://github.com/Wcowin/Wcowin.github.io/issues) 或直接修改相关文件后提交 Pull Requests。如果你有其他事情想要咨询,可以通过下方按钮使用邮件联系我,请不要滥用博客的评论功能发表与主题无关言论。

[Send Email :fontawesome-solid-paper-plane:](mailto:<[email protected]>){.md-button}
[Send Email :fontawesome-solid-paper-plane:](mailto:<[email protected]>){.md-button}

<!-- <a target="_blank" href="mailto:[email protected]""><button class="buttonxuan2" style="vertical-align:middle" ><span>Send Email:fontawesome-solid-paper-plane: </span></button></a> -->

<chat-bot platform_id="d19a99ed-b684-4d64-8c70-7663d974af17" user_id="325b3ae2-0317-4c5f-9f9b-c4ce0e51e36b" chatbot_id="8eedef48-41ef-4f78-97d9-71e8197a452d"><a href="https://www.chatsimple.ai/?utm_source=widget&utm_medium=referral">[chatbot]</a></chat-bot><script src="https://cdn.chatsimple.ai/chat-bot-loader.js" defer></script>
2 changes: 1 addition & 1 deletion docs/about/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ t.parentNode.insertBefore(e,t)}})();
</div>
</div>
<div class="card">
<img class="ava" src="https://imgs.izou.top/user/avatar.jpg" />
<img class="ava" src="https://agentestudio.com/uploads/post/image/69/main_how_to_design_404_page.png" />
<div class="card-header">
<div>
<a href="https://www.luckyzh.cn/" target="_blank">旧梦</a>
Expand Down
5 changes: 5 additions & 0 deletions docs/about/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@

<font face="宋体" size=80>:flag_cn:<b></font>

<font face="宋体" size=10>:flag_tw:<b></font>[^须知]


[^须知]:台湾是中国的领土

$\overset{wáng}{王}\overset{kē}{科}\overset{wén}{文}$

- H~2~O
Expand Down
31 changes: 26 additions & 5 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,27 @@ img.twitter {
width: 110%;
height: 100%;
}
@media only screen and (max-width: 600px) {
#rcorners4 {
border: none; /* 在手机上移除外框 */
width: 100%; /* 将宽度调整为100% */
}
}



#rcorners5 {
border-radius: 25px;
border: 2px solid #518FC1;
padding: 20px;
width: 100%;
height: 100%;
}
@media only screen and (max-width: 600px) {
#rcorners5 {
border: none; /* 在手机上移除蓝色外框 */
}
}


.image-container {
Expand Down Expand Up @@ -601,9 +622,9 @@ ol>li {

.reward-container button {
background: transparent;
border: 1px solid #fc6423;
border: 1px solid #6A8CB9;
border-radius: 0;
color: #fc6423;
color: #6A8CB9;
cursor: pointer;
line-height: 2;
outline: 0;
Expand All @@ -612,9 +633,9 @@ ol>li {
}

.reward-container button:hover {
background: #fc6423;
border: 1px solid transparent;
color: #f2b094;
background: transparent; /* 移除填充颜色,设置为透明 */
border: 1px solid #608DBD; /* 保留这个框的外框颜色 */
color: #e480b2;
}

/* 新增样式 */
Expand Down
4 changes: 2 additions & 2 deletions docs/stylesheets/link.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
height: auto;
font-size: 1rem;
padding: 10px 20px;
border-radius: 4px;
border-radius: 25px;
transition-duration: 0.15s;
margin-bottom: 1rem;
display: flex;
Expand Down Expand Up @@ -33,7 +33,7 @@
height: 3rem!important;
margin: 0!important;
margin-right: 1em!important;
border-radius: 4px;
border-radius: 25px;
}

.card .card-header {
Expand Down
2 changes: 2 additions & 0 deletions docs/waline.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ twikoo.init({
});
</script> -->

<div id="rcorners5" >

<div id="cusdis_thread"
data-host="https://cusdis.com"
Expand All @@ -81,5 +82,6 @@ twikoo.init({
<script async defer src="https://cusdis.com/js/cusdis.es.js"></script>
<script defer src="https://cusdis.com/js/widget/lang/zh-cn.js"></script>
</div>

***

0 comments on commit 6122e2d

Please sign in to comment.