@@ -31,6 +31,9 @@
<!-- header Start -->
<!--header 顶部头-->
<div ng-controller="MyCtrl">
+ <div class="article-top">
+ 公告:B2B商务和商城合并啦,优软云的单独入口将取消,您可以访问商城使用B2B商务的服务 <span>【关闭】</span>
+ </div>
<nav id="site-nav">
<ul class="ghost-center">
<li class="uas-cloud">
@@ -371,6 +374,9 @@
$(this).hide();
});
})
+ $('.article-top span').click(function() {
+ $('.article-top').hide(500)
+ })
</script>
</body>
@@ -5286,6 +5286,21 @@ a.order-detail {
margin-right: 10px;
}
+/* 头部公告样式 */
+.article-top{
+ position:relative;
+ line-height: 30px;
+ height:30px;
+ text-align: center;
+ color:#473D16;
+ font-size:12px;
+ background: #FFFABE;
+}
+.article-top span{
+ margin-left:40px;
+ cursor:pointer;
+
/*金控广告*/
.jk{
width: 202px;