mirror of
https://github.com/TopVitamin/static-nav.git
synced 2026-03-20 16:52:57 +08:00
修改了一ä¸å些导航的内容
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
</ul>
|
||||
<!-- 搜索结果 end -->
|
||||
</div>
|
||||
<input class="search-submit" value="" id="search_submit" type="submit">
|
||||
<input class="search-submit" value="寻一下" id="search_submit" type="submit">
|
||||
</div>
|
||||
<!-- 搜索框 end -->
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
<li><a href="https://www.douban.com/" class="jj-list-link" target="_blank">豆瓣</a></li>
|
||||
<li><a href="http://www.woshipm.com/" class="jj-list-link" target="_blank">产品经理</a></li>
|
||||
<li><a href="http://www.chanpin100.com/" class="jj-list-link" target="_blank">产品壹佰</a></li>
|
||||
<li><a href="http://someword.me/" class="jj-list-link" target="_blank">只言片语</a></li>
|
||||
<li><a href="http://pm.budong.me/" class="jj-list-link" target="_blank">只言片语</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="jj-list">
|
||||
@@ -121,7 +121,7 @@
|
||||
<li><a href="https://www.163.com/" class="jj-list-link" target="_blank">网易</a></li>
|
||||
<li><a href="https://sspai.com/" class="jj-list-link" target="_blank">少数派</a></li>
|
||||
<li><a href="http://ac.scmor.com/" class="jj-list-link" target="_blank">谷歌镜像</a></li>
|
||||
<li><a href="https://youquhome.com/" class="jj-list-link" target="_blank">GitHub</a></li>
|
||||
<li><a href="http://crud.budong.me/" class="jj-list-link" target="_blank">小仙女博客</a></li>
|
||||
<li><a href="https://coding.net/" class="jj-list-link" target="_blank">Coding</a></li>
|
||||
<li><a href="https://www.coolist.net/" class="jj-list-link" target="_blank">酷软清单</a></li>
|
||||
</ul>
|
||||
@@ -166,7 +166,7 @@
|
||||
<p>
|
||||
<a href="https://github.com/TopVitamin/static-nav" target="_blank"> <img src="./static/css/img/github.png" alt="" height="20" width="20"></a>
|
||||
</p>
|
||||
<p style="margin-top:8px;"> <a href="http://someword.me" style="color:#8C8C8C;" target="_blank">Copyright © 2019 Hosted by 只言片语</a></p>
|
||||
<p style="margin-top:8px;"> <a href="http://pm.budong.me/" style="color:#8C8C8C;" target="_blank">Copyright © 2019 Hosted by 只言片语</a></p>
|
||||
|
||||
</footer>
|
||||
<script src="./static/js/jquery.min.js"></script>
|
||||
|
||||
@@ -226,15 +226,22 @@ textarea {
|
||||
width: 123px;
|
||||
height: 54px;
|
||||
line-height: 26px;
|
||||
background: url("./img/search.png") #1890ff 48px center no-repeat;
|
||||
/* background: url("./img/search.png") #1890ff 48px center no-repeat; */
|
||||
background-color: #1890FF;
|
||||
/* background-image: url("./img/search.png");
|
||||
background-size: 48px; */
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
-webkit-background-size: 35px 35px;
|
||||
background-size: 35px 35px;
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
font-family: Roboto;
|
||||
border: 1px solid #1890ff;
|
||||
cursor: pointer;
|
||||
background: linear-gradient(90deg,#1890FF,#455bfb);
|
||||
}
|
||||
|
||||
/* 搜索框 end */
|
||||
|
||||
Reference in New Issue
Block a user