|
@@ -31,6 +31,9 @@
|
|
|
<!-- header Start -->
|
|
<!-- header Start -->
|
|
|
<!--header 顶部头-->
|
|
<!--header 顶部头-->
|
|
|
<div ng-controller="MyCtrl">
|
|
<div ng-controller="MyCtrl">
|
|
|
|
|
+ <div class="article-top">
|
|
|
|
|
+ 公告:B2B商务和商城合并啦,优软云的单独入口将取消,您可以访问商城使用B2B商务的服务 <span>【关闭】</span>
|
|
|
|
|
+ </div>
|
|
|
<nav id="site-nav">
|
|
<nav id="site-nav">
|
|
|
<ul class="ghost-center">
|
|
<ul class="ghost-center">
|
|
|
<li class="uas-cloud">
|
|
<li class="uas-cloud">
|
|
@@ -371,6 +374,9 @@
|
|
|
$(this).hide();
|
|
$(this).hide();
|
|
|
});
|
|
});
|
|
|
})
|
|
})
|
|
|
|
|
+ $('.article-top span').click(function() {
|
|
|
|
|
+ $('.article-top').hide(500)
|
|
|
|
|
+ })
|
|
|
})
|
|
})
|
|
|
</script>
|
|
</script>
|
|
|
</body>
|
|
</body>
|