|
@@ -1,15 +1,16 @@
|
|
|
<html>
|
|
|
<head>
|
|
|
-<title>剑鱼博客_剑鱼招标订阅,全行业招标信息智能推送领导者</title>
|
|
|
+<title>{{Msg "seo" "qfw.swordfishsl.title"}}</title>
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
|
|
|
-<meta name="Keywords" content="剑鱼功能,剑鱼更新,招标动态,招标资讯,招投标热点,剑鱼博客"/>
|
|
|
-<meta name="Description" content="剑鱼博客栏目为用户及时发布最新的剑鱼功能更新、剑鱼操作指南和招投标行业相关的各类动态资讯。来剑鱼博客,变身剑鱼使用能手!"/>
|
|
|
+<meta name="Keywords" content="{{Msg "seo" "qfw.swordfishsl.key"}}"/>
|
|
|
+<meta name="Description" content="{{Msg "seo" "qfw.swordfishsl.description"}}"/>
|
|
|
<meta name="renderer" content="webkit">
|
|
|
<meta content="telephone=no" name="format-detection"/>
|
|
|
{{include "/common/pnc.html"}}
|
|
|
<link href="/css/pc.css?v={{Msg "seo" "version"}}" rel="stylesheet">
|
|
|
<link href="/css/dev2/reset_pc.css?v={{Msg "seo" "version"}}" rel="stylesheet">
|
|
|
<link href="/css/dev2/biddingSearch.css?v={{Msg "seo" "version"}}" rel="stylesheet">
|
|
|
+<link href="/css/dev2/biddingSearch1.css?v={{Msg "seo" "version"}}" rel="stylesheet">
|
|
|
<script src="/js/jquery.cookie.js"></script>
|
|
|
<script src="/js/biddingSearch.js?v={{Msg "seo" "version"}}"></script>
|
|
|
<style type="text/css">
|
|
@@ -86,12 +87,23 @@
|
|
|
-webkit-animation-fill-mode:forwards;
|
|
|
-moz-animation-fill-mode:forwards;
|
|
|
-o-animation-fill-mode:forwards;
|
|
|
- animation-fill-mode:forwards
|
|
|
+ animation-fill-mode:forwards;
|
|
|
}
|
|
|
.navigation{
|
|
|
display:block;
|
|
|
}
|
|
|
+a{
|
|
|
+ text-decoration: none !important;
|
|
|
+}
|
|
|
</style>
|
|
|
+<script>
|
|
|
+$(function(){
|
|
|
+ $(".searchname").on("input propertychange",function(){
|
|
|
+ var inputval = $("#searchinput").val();
|
|
|
+
|
|
|
+ });
|
|
|
+})
|
|
|
+</script>
|
|
|
</head>
|
|
|
<body>
|
|
|
{{include "/common/pchead.html"}}
|
|
@@ -107,7 +119,7 @@
|
|
|
<!--搜索-->
|
|
|
<div class="searchInput clearfix">
|
|
|
<form action="" method="" class="clearfix">
|
|
|
- <input autocomplete="off" type="search" name="" id="search" value="" placeholder="高速公路" />
|
|
|
+ <input class="searchname" autocomplete="off" type="search" name="" id="searchinput" value="" name="keywords" placeholder="高速公路" />
|
|
|
|
|
|
<input type="submit" value="搜索" />
|
|
|
<div class="searchSlideText">
|
|
@@ -138,6 +150,11 @@
|
|
|
<!--二维码-->
|
|
|
<div class="search-right-wx">
|
|
|
<img src="/images/biddingSearch/sea-right-wx.png" />
|
|
|
+ <div class="popQR" style="display:none;">
|
|
|
+ <div class="promptheader">扫描订阅关键词</div>
|
|
|
+ <div><img id="keyImg" src="/front/share/{{.T.shareid}}"/></div>
|
|
|
+ <div class="promptbottom">微信扫一扫<br>随时随地掌握招标信息</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|