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 @@
<div class="wrap">
<div class="content-wrap">
<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">
<#nested>
</div>
......
This diff is collapsed.
......@@ -20,7 +20,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</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";
......@@ -127,17 +127,6 @@ input[type=text]:focus {
flex: 1;
}
.logo {
width: 217px;
text-align: center;
align-self: center;
}
.logo img {
height: 128px;
width: 128px;
}
.footerWrapper {
background-color: #FFFFFF;
border-top: 1px solid #E6E5D9;
......@@ -238,21 +227,19 @@ input[type=text]:focus {
.github__check {
font-size: 12px;
display: flex;
width: 80%;
display: inline-block;
margin: 10px auto 0;
align-items: center;
line-height: 20px;
color: #999;
}
.github__check a {
a {
color: #999;
text-decoration: underline;
}
.github__check input {
}
input {
width: auto;
margin-right: 5px;
}
}
/* start search */
......
......@@ -31,7 +31,7 @@
</head>
<body class="search__body">
<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">
<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>
......
......@@ -43,9 +43,9 @@
</div>
<label class="github__check">
<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>
</div>
</span>
</label>
</div>
<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