Commit 9037b962 authored by Van's avatar Van

🎨 #12706

parent 4e0d38ed
src/main/webapp/favicon.png

1.39 KB | W: | H:

src/main/webapp/favicon.png

5.22 KB | W: | H:

src/main/webapp/favicon.png
src/main/webapp/favicon.png
src/main/webapp/favicon.png
src/main/webapp/favicon.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -35,11 +35,6 @@ ...@@ -35,11 +35,6 @@
<div class="wrap"> <div class="wrap">
<div class="content-wrap"> <div class="content-wrap">
<div class="content"> <div class="content">
<div class="logo">
<a href="https://solo.b3log.org" target="_blank">
<img width="128" border="0" alt="Solo" title="Solo" src="${staticServePath}/images/logo.png"/>
</a>
</div>
<div class="main"> <div class="main">
<#nested> <#nested>
</div> </div>
......
This diff is collapsed.
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 2.0.0.1, Feb 26, 2019 * @version 2.0.0.2, Mar 16, 2019
*/ */
@import "reset"; @import "reset";
...@@ -127,17 +127,6 @@ input[type=text]:focus { ...@@ -127,17 +127,6 @@ input[type=text]:focus {
flex: 1; flex: 1;
} }
.logo {
width: 217px;
text-align: center;
align-self: center;
}
.logo img {
height: 128px;
width: 128px;
}
.footerWrapper { .footerWrapper {
background-color: #FFFFFF; background-color: #FFFFFF;
border-top: 1px solid #E6E5D9; border-top: 1px solid #E6E5D9;
...@@ -238,21 +227,19 @@ input[type=text]:focus { ...@@ -238,21 +227,19 @@ input[type=text]:focus {
.github__check { .github__check {
font-size: 12px; font-size: 12px;
display: flex; display: inline-block;
width: 80%;
margin: 10px auto 0; margin: 10px auto 0;
align-items: center; align-items: center;
line-height: 20px; line-height: 20px;
color: #999; color: #999;
} a {
color: #999;
.github__check a { text-decoration: underline;
color: #999; }
text-decoration: underline; input {
} width: auto;
margin-right: 5px;
.github__check input { }
width: auto;
} }
/* start search */ /* start search */
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
</head> </head>
<body class="search__body"> <body class="search__body">
<div class="search__header fn-clear"> <div class="search__header fn-clear">
<a href="${servePath}"><img width="44" border="0" alt="Solo" title="Solo" src="${staticServePath}/images/logo.png"/></a> <a href="${servePath}"><img width="44" border="0" alt="Solo" title="Solo" src="${staticServePath}/favicon.png"/></a>
<div class="search__input"> <div class="search__input">
<input value="${keyword}" id="keyword" type="text" onkeypress="if(event.keyCode===13){document.getElementById('searchBtn').click()}"> <input value="${keyword}" id="keyword" type="text" onkeypress="if(event.keyCode===13){document.getElementById('searchBtn').click()}">
<button id="searchBtn" onclick="window.location.href='${servePath}/search?keyword=' + document.getElementById('keyword').value">搜索</button> <button id="searchBtn" onclick="window.location.href='${servePath}/search?keyword=' + document.getElementById('keyword').value">搜索</button>
......
...@@ -43,9 +43,9 @@ ...@@ -43,9 +43,9 @@
</div> </div>
<label class="github__check"> <label class="github__check">
<input type="checkbox" id="isAgreenCheck"> <input type="checkbox" id="isAgreenCheck">
<div class="fn-flex-1"> <span>
是否愿意在 GitHub 上收藏该<a href="https://github.com/b3log/solo" target="_blank">项目</a>、关注<a href="https://github.com/88250" target="_blank">开发者</a>并加入 <a href="https://github.com/b3log" target="_blank">B3log 开源组织</a> 是否愿意在 GitHub 上收藏该<a href="https://github.com/b3log/solo" target="_blank">项目</a>、关注<a href="https://github.com/88250" target="_blank">开发者</a>并加入 <a href="https://github.com/b3log" target="_blank">B3log 开源组织</a>
</div> </span>
</label> </label>
</div> </div>
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script> <script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment