开往   虫洞   统计
  • 文章总数:232 篇
  • 评论总数:584 条
  • 分类总数:7 个
  • 最后更新:一天前

typecho 主题添加搜索框

本文阅读 1 分钟
首页 建站项目 正文
暂无AI摘要
摘要由智能技术生成

Typecho 默认都有搜索框的,由于喜欢的某些主题没有搜索框,可以安装下面步骤添加

打开header.php 文件 修改如下

<script type="text/javascript">
        function button_search(){
            var G=document.getElementById('input_search').value;
            G="http://"+window.location.host+"/index.php/search/"+G+"/";
            window.location.href=G;
        }
        function key_search(e){
          var evt = window.event || e; 
          if (evt.keyCode == 13){
            var G=document.getElementById('input_search').value;
            G="http://"+window.location.host+"/index.php/search/"+G+"/";
            window.location.href=G;
          }
        }
    </script>

以下为添加搜索框添加位置 (无内容404)

      <li class="island_logo_box">
      <div class="search">
            <input type="text" placeholder="请输入..." name="" id="input_search" value="" onkeydown="key_search(event);"/>
            <button onclick="button_search()"><i>搜索</i></button>
        </div>
        </li>

以下为添加搜索框添加位置 (带提示)

      <li class="island_logo_box">
      <div class="search">
        <form id="search" class="search-form" method="get" action="<?php $this->options->siteUrl(); ?>" role="search">
            <span class="search-box clearfix">
                <input type="text" id="input" class="input" name="s" required="true" placeholder="请输入..." maxlength="35" autocomplete="off">
                <button type="submit" class="spsubmit"><i class="icon-search"></i>搜索</button>
            </span>
        </form>
        </div>
        </li>

css 文件如下

.search{
    width: 200px;            
    display: flex;
    margin: 0 auto;
    /*border: 1px solid red;*/
  }
  .search input{
    float: left;
    flex: 4;
    height: 30px;
    width: 100px;  
    outline: none;
    border: 1px solid red;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .search button{
    float: right;
    flex: 1;
    height: 30px;
    width: 50px;  
    color: lightslategray;
    border-style: none;
    outline: none;
  }
  .search button i{
    font-style: normal;
  }
  .search button:hover{
    font-style: normal;
  }
本文来自投稿,不代表本站立场,如若转载,请注明出处:
-- 展开阅读全文 --
Typecho 文章内链接在新窗口打开实现方式
« 上一篇 09-07
越南版《兄弟想你了》,潇公子完整版!
下一篇 » 09-07

发表评论

V注册会员 L评论等级
R2 条回复
  1. 南柯一梦  广东省
    2022-01-15     Win 10 /    Chrome

    喜欢你的主题,是博主自己做的吗?

    1. 歲月安然  河北省
      2022-06-13     Win 10 /    Chrome

      @南柯一梦

      精简主题改了下

没有更多评论了


音乐

图床

影院

API
    请配置好页面缩略名选项

标签TAG

AI
AI在线
以确保在用户需要帮助时能够及时提供解答和技术支持
您好,这里是乙未极客 - 一万年太久只争朝夕,请问有什么能帮到您?