|
@@ -249,6 +249,18 @@
|
|
|
.el-pagination-container .el-pagination{
|
|
|
top: 0;
|
|
|
}
|
|
|
+.remindbuyer .remindtwo{
|
|
|
+ position: absolute;
|
|
|
+ left: 390px;
|
|
|
+}
|
|
|
+.remindbuyer .remindonebak {
|
|
|
+ position: absolute;
|
|
|
+ left: 374px;
|
|
|
+}
|
|
|
+.remindbuyer .remindone {
|
|
|
+ position: absolute;
|
|
|
+ left: 372px;
|
|
|
+}
|
|
|
</style>
|
|
|
<script src='{{Msg "seo" "cdn"}}/common-module/selector/js/buyerClass.js?v={{Msg "seo" "version"}}'></script>
|
|
|
<script>
|
|
@@ -1208,9 +1220,9 @@ var IframeOnClick = {
|
|
|
<font data-value="拟建" class="hidden">拟建</font>
|
|
|
<a id="whole"><img class="q-mark" id="q-mark" src="{{Msg "seo" "cdn"}}/images/biddingSearch/info-icon1.png" alt="" /></a>
|
|
|
<i class="diver"></i>
|
|
|
- <font class="parent-node infoFist">采购意向</font>
|
|
|
+ <font class="parent-node">采购意向</font>
|
|
|
<font data-value="采购意向" class="hidden">采购意向</font>
|
|
|
- <a id="whole"><img class="q-mark" id="q-mark" src="{{Msg "seo" "cdn"}}/images/biddingSearch/info-icon1.png" alt="" /></a>
|
|
|
+ <a id="whole"><img class="q-mark-buyer" id="q-mark-buyer" src="{{Msg "seo" "cdn"}}/images/biddingSearch/info-icon1.png" alt="" /></a>
|
|
|
<i class="diver"></i>
|
|
|
<font class="parent-node">招标预告</font>
|
|
|
<font data-value="预告">预告</font>
|
|
@@ -1245,6 +1257,11 @@ var IframeOnClick = {
|
|
|
<span class="remindonebak"></span>
|
|
|
<span class="remindtwo"><span>"拟建项目"</span>是指那些处于前期立项、审批阶段的项目。供应商应在立项阶段掌握项目信息,做到早介入,稳拿单。</span>
|
|
|
</span>
|
|
|
+ <span class="remindbuyer" style="display:none;">
|
|
|
+ <span class="remindone"></span>
|
|
|
+ <span class="remindonebak"></span>
|
|
|
+ <span class="remindtwo"><span>"采购意向"</span>是指提供未发布招标公告前1-3个月,政府单位的采购意向信息,包含采购内容、预算金额、预计采购时间、采购联系人及联系方式等相关信息。</span>
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<!-- 高级筛选 -->
|
|
|
<div class="advanced-filter clearfix">
|
|
@@ -1606,6 +1623,16 @@ $(function(){
|
|
|
},2000)
|
|
|
}
|
|
|
})
|
|
|
+ $('#q-mark-buyer').on({
|
|
|
+ mouseenter: function(){
|
|
|
+ $(".remindbuyer").stop().fadeIn();
|
|
|
+ },
|
|
|
+ mouseleave: function(){
|
|
|
+ setTimeout(function(){
|
|
|
+ $(".remindbuyer").stop().fadeOut()
|
|
|
+ },2000)
|
|
|
+ }
|
|
|
+ })
|
|
|
// $('#q-mark').hover(function(e){
|
|
|
// e.stopPropagation()
|
|
|
// if($(".remind").show()){
|