Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.6.9 #2

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

## 主题预览

![仙人掌 CactusPlus 主题预览](https://www.80srz.com/usr/uploads/Cactus%E4%BB%99%E4%BA%BA%E6%8E%8Cv1.6.jpg)
![仙人掌 CactusPlus 主题预览](https://www.80srz.com/usr/themes/cactus/screenshot.png)

主题详情:https://www.80srz.com/306.html

演示地址:https://www.80srz.com/

版本更新至:V-1.6.8 。2023年9月30日
版本更新至:V-1.6.9 。2023年11月3日

----
欢迎Star
Expand Down
332 changes: 166 additions & 166 deletions comments1.php

Large diffs are not rendered by default.

49 changes: 28 additions & 21 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2743,29 +2743,36 @@ screen and (max-height:479px) {

/* tooltip提示框 */
.tooltip {
position:relative;
position: relative;
}

.tooltip:hover::before {
white-space:nowrap;
line-height:20px;
content:attr(data-msg);
position:absolute;
padding:5px 10px;
display:block;
color:#ffffff;
background:#656565;
border-radius:6px;
font-size:14px;
top:-37px;
left:50%;
transform:translateX(-50%);
white-space: nowrap;
line-height: 20px;
content: attr(data-msg);
position: absolute;
padding: 5px 10px;
display: block;
color: #ffffff;
background: #656565;
border-radius: 6px;
font-size: 14px;
top: -37px;
left: 50%;
transform: translateX(-50%);
}

.tooltip:hover::after {
content:"";
position:absolute;
top:-8px;
left:50%;
transform:translateX(-50%);
border:6px solid transparent;
border-top:6px solid #656565;
content: "";
position: absolute;
top: -8px;
left: 50%;
transform: translateX(-50%);
border: 6px solid transparent;
border-top: 6px solid #656565;
}

//关键词内链
.hygdkeywords {
margin: 0 10px;
}
13 changes: 13 additions & 0 deletions css/swiper.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading