From 93566c58a48ccf5008b3333f49b881eeb90a77f2 Mon Sep 17 00:00:00 2001 From: click33 <2393584716@qq.com> Date: Tue, 22 Apr 2025 19:10:49 +0800 Subject: [PATCH] docs: add ad: mianshiya & bianchengdaohang --- sa-token-doc/doc.html | 20 ++++++++++++++++++++ sa-token-doc/static/doc.css | 7 +++++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/sa-token-doc/doc.html b/sa-token-doc/doc.html index f6d0a12f..6069e414 100644 --- a/sa-token-doc/doc.html +++ b/sa-token-doc/doc.html @@ -187,6 +187,26 @@
+ + + diff --git a/sa-token-doc/static/doc.css b/sa-token-doc/static/doc.css index b011c435..497d5cd4 100644 --- a/sa-token-doc/static/doc.css +++ b/sa-token-doc/static/doc.css @@ -448,11 +448,14 @@ body { .ad-close:hover{cursor: pointer; text-decoration: underline; color: red;} .main-box .top-ad-box{font-size: 12px;} -.main-box .top-ad-box a{border-bottom: 0px;} +.main-box .top-ad-box a{border-bottom: 0px; text-decoration: none;} .main-box .top-ad-box a:hover{border-bottom: 0px;} -.main-box .top-ad-box a img{border: 0px #ddd solid; width: 100%; /* max-height: 80px; */ border-radius: 2px; transition: all 0.2s;} +.main-box .top-ad-box a img{border: 1px #eee solid; width: 100%; /* max-height: 80px; */ border-radius: 2px; transition: all 0.1s !important;} .main-box .top-ad-box a img:hover{box-shadow: 0 0 20px #ddd;} +.main-box .top-ad-box2 a img{ width: 48.5%; margin-bottom: 2px; } +.main-box .top-ad-box2 a:nth-child(2n+1) img{margin-right: 2px; } + /* 帮助按钮 */ .help-btn{transition: all 0.5s; text-align: center; border: 1px #42b983 solid; background-color: rgba(255, 255, 255, 0.5); cursor: pointer; font-size: 13px; color: #42b983; line-height: 40px;}