docs: 调整首页样式

This commit is contained in:
click33 2024-10-30 13:36:23 +08:00
parent b395240136
commit 6b38a16102
4 changed files with 26 additions and 5 deletions

View File

@ -193,7 +193,7 @@ Sa-Token-OAuth2 模块分为四种授权模式,解决不同场景下的授权
### 代码托管
- Gitee[https://gitee.com/dromara/sa-token](https://gitee.com/dromara/sa-token)
- GitHub[https://github.com/dromara/sa-token](https://github.com/dromara/sa-token)
- GitCode[https://gitcode.com/click33/sa-token](https://gitcode.com/click33/sa-token)
- GitCode[https://gitcode.com/dromara/sa-token](https://gitcode.com/dromara/sa-token)

View File

@ -113,7 +113,7 @@
<a href="https://www.bilibili.com/video/BV1Zt421u7gk/" target="_blank">王清江唷99集</a>
<a href="https://www.bilibili.com/video/BV1kG411o7Ms/" target="_blank">筑梦信仰-joy20集</a>
<a href="https://www.bilibili.com/video/BV11u4y197JL/" target="_blank">达达-Java26集</a>
<a href="https://space.bilibili.com/473679148/video" target="_blank">晒太阳的盐22集</a>
<a href="https://space.bilibili.com/473679148/video" target="_blank">晒太阳的盐22集</a>
</div>
</div>
</div>

View File

@ -123,10 +123,11 @@
<div class="gb-cursor">&nbsp;</div>
</div>
<div class="btn-box">
<a class="abtn" href="https://gitee.com/dromara/sa-token" target="_blank">Gitee</a>
<a class="abtn" href="https://github.com/dromara/sa-token" target="_blank">GitHub</a>
<!-- <a class="abtn" href="https://gitee.com/dromara/sa-token" target="_blank">Gitee</a>
<a class="abtn" href="https://github.com/dromara/sa-token" target="_blank">GitHub</a> -->
<a class="abtn" href="doc.html#/more/join-group" target="_self">加入讨论群</a>
<a class="abtn doc-btn" href="doc.html" target="_self">现在出发 →</a>
<a class="abtn" href="https://gitee.com/sa-tokens/awesome-sa-token" target="_blank">开源案例</a>
<a class="abtn doc-btn" href="doc.html" target="_self">在线文档 →</a>
<!-- <a href="https://gitee.com/dromara/sa-token" target="_blank">集成案例</a> -->
</div>
<h4 align="center" class="badge-box">
@ -145,6 +146,17 @@
<a href="https://github.com/dromara/sa-token/blob/master/LICENSE"><img class="lazy"
data-original="https://img.shields.io/github/license/dromara/sa-token.svg?style=flat-square"></a>
</h4>
<div class="qt-pt-box">
<a href="https://gitee.com/dromara/sa-token" target="_blank">
<img src="https://oss.dev33.cn/sa-token/img/gitee.png" alt="">
</a>
<a href="https://gitcode.com/dromara/sa-token" target="_blank">
<img src="https://oss.dev33.cn/sa-token/img/gitcode.png" alt="">
</a>
<a href="https://github.com/dromara/sa-token" target="_blank">
<img src="https://oss.dev33.cn/sa-token/img/github.png" alt="">
</a>
</div>
</div>
</div>

View File

@ -77,6 +77,15 @@ body{font-size: 16px; color: #34495E; font-family: "Source Sans Pro","Helvetica
50%{box-shadow: 0 0 20px #42B983;}
100%{box-shadow: 0 0 20px #FFF;}
}
/* 其它平台链接 */
.qt-pt-box{margin-top: 40px;}
.qt-pt-box a{text-decoration: none; margin-right: 20px;}
.qt-pt-box a img{/* width: 130px; */ height: 40px; transition: all 0.2s;}
.qt-pt-box a img:hover{transform: scale(1.1, 1.1);}
/* .img-gitcode{width: 140px;} */
/* 微信二维码 */
.wx-qr-box{margin-top: 50px;}
.qr-item{display: inline-block;}