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

修正移动端顶部浮动导航显中标题显示不完整的问题,更正页面中【博客页面】链接跳转不正确的问题 #31

Merged
merged 1 commit into from
Jul 29, 2019
Merged
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
2 changes: 1 addition & 1 deletion page.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<article class="article reveal">
<div id="load">
<header class="article-header">
<span class="badge badge-pill badge-danger single-badge"><a href="https://www.ouorz.com" style="text-decoration:none"><i class="czs-read-l" style="margin-right:5px;"></i>博客页面</a></span>
<span class="badge badge-pill badge-danger single-badge"><a href="<?php echo site_url() ?>" style="text-decoration:none"><i class="czs-read-l" style="margin-right:5px;"></i>博客页面</a></span>

<h2 class="single-h2" style="height: 50px;width: 100%;background: rgba(238, 238, 238, 0.81);color:rgba(238, 238, 238, 0.81)"></h2>
<div class="article-list-footer" style="height: 25px;background: rgb(246, 247, 248);width: 80%;margin-top: 15px;color:rgb(246, 247, 248)">
Expand Down
3 changes: 1 addition & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1882,13 +1882,12 @@ table {
}

.header-div1-1 {
flex-basis: 50%;
flex: 1;
text-align: left;
display: flex;
}

.header-div2 {
flex-basis: 50%;
text-align: right;
padding-top: 10px;
letter-spacing: 10px;
Expand Down