淘宝搜索框自定义代码

淘宝搜索框自定义代码,第1张

<!--

·1 此代码默认尺寸200x30 像素(文本框:170x30 像素; 提交按钮:30x30 像素)

·2 代码仅为框架,可通过使用内联样式添加背景图片实现效果;

·3 如需使用 border 属性添加边框,请勿删除之前的border样式,并且要减去相应的高宽数值

-->

<!-- 搜索代码 -->

<form action="#店铺搜索页链接" method="get" target="_blank" style="width:200px height:30px border:0 padding:0 outline:none">

  

  <!-- 搜索按钮 -->

  <input name="search" type="submit" value="" style="width:30px height:30px background-color:#C9C9C9 border:0 padding:0 outline:none cursor:pointer float:right">

  <!-- 搜索按钮 End--> 

  

  <!-- 文本输入 -->

  <input name="keyword" type="text" value="" style="width:170px height:30px background-color:#E5E5E5 border:0 padding:0 outline:none text-indent:5px cursor:text float:left">

  <!-- 文本输入 End-->

  

</form>

<!-- 搜索代码 End-->

回答中无法添加具体链接,代码中 “#店铺搜索页链接” 即为打开店铺搜索页,地址栏内的地址链接,可只保留到 search.htm 位置

具体 *** 作可读注释,更多问题可追问或私信

具体效果可搜索浏览 “盈兆电器专营店”

满意请随手 点赞 支持 (๑•̀ㅂ•́)و✧

淘宝搜索框代码大全

1、完整的淘宝搜索代码:淘宝LOGO+分类栏目+热门关键词+ 搜索按钮

<script type='text/javascript'>

alimama_pid='mm_12239410_0_0'

alimama_type='g'

alimama_tks={}

alimama_tks.style_i=1

alimama_tks.lg_i=1

alimama_tks.w_i=572

alimama_tks.h_i=69

alimama_tks.btn_i=1

alimama_tks.txt_s=''

alimama_tks.hot_i=1

alimama_tks.hc_c='#0065FF'

alimama_tks.c_i=1

alimama_tks.cid_i=0

</script>

<script type='text/javascript' src='http://a.alimama.cn/inf.js'></script>

2、无淘宝LOGO的搜索代码:分类栏目+热门关键词+ 搜索按钮

<script type='text/javascript'>

alimama_pid='mm_12239410_0_0'

alimama_type='g'

alimama_tks={}

alimama_tks.style_i=1

alimama_tks.lg_i=0

alimama_tks.w_i=572

alimama_tks.h_i=69

alimama_tks.btn_i=1

alimama_tks.txt_s=''

alimama_tks.hot_i=1

alimama_tks.hc_c='#0065FF'

alimama_tks.c_i=1

alimama_tks.cid_i=0

</script>

<script type='text/javascript' src='http://a.alimama.cn/inf.js'></script>

3、无LOGO和分类栏目的淘宝搜索代码:热门关键词+ 搜索按钮

<script type='text/javascript'>

alimama_pid='mm_12239410_0_0'

alimama_type='g'

alimama_tks={}

alimama_tks.style_i=1

alimama_tks.lg_i=0

alimama_tks.w_i=572

alimama_tks.h_i=69

alimama_tks.btn_i=1

alimama_tks.txt_s=''

alimama_tks.hot_i=1

alimama_tks.hc_c='#0065FF'

alimama_tks.c_i=0

alimama_tks.cid_i=0

</script>

<script type='text/javascript' src='http://a.alimama.cn/inf.js'></script>


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/bake/11905841.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-19
下一篇 2023-05-19

发表评论

登录后才能评论

评论列表(0条)

保存