Commit f51229e2 by carrieyzzhang

Merge branch 'master' of git.minrow.com:reyun/saasio

parents 9c5839ee 35b2b2f8
...@@ -2079,6 +2079,12 @@ ...@@ -2079,6 +2079,12 @@
$scope.backList = function(){ $scope.backList = function(){
$scope.isDetail = false; $scope.isDetail = false;
} }
angular.element(document).on("click",function(){
$scope.$apply(function(){
$scope.isLookList = false;
});
});
} }
}; };
} }
......
...@@ -6852,6 +6852,9 @@ pre{ ...@@ -6852,6 +6852,9 @@ pre{
color:#666; color:#666;
font-weight: normal; font-weight: normal;
cursor: pointer; cursor: pointer;
&:hover{
text-decoration: underline;
}
} }
em{ em{
display: block; display: block;
...@@ -6864,7 +6867,6 @@ pre{ ...@@ -6864,7 +6867,6 @@ pre{
i{visibility: visible;} i{visibility: visible;}
h6{ h6{
color:#333; color:#333;
text-decoration: underline;
} }
} }
} }
...@@ -6899,6 +6901,7 @@ pre{ ...@@ -6899,6 +6901,7 @@ pre{
padding-top: 22px; padding-top: 22px;
.h5{ .h5{
font-size:16px; font-size:16px;
word-wrap:break-word;
} }
.p{ .p{
color:#999999; color:#999999;
...@@ -6906,6 +6909,7 @@ pre{ ...@@ -6906,6 +6909,7 @@ pre{
.noticeNews{ .noticeNews{
line-height: 24px; line-height: 24px;
padding-top: 20px; padding-top: 20px;
word-wrap:break-word;
} }
} }
} }
......
<div class="noticeBox"> <div class="noticeBox" stop-event>
<div class="newInfo" ng-if="noreadList.length>0 && !isLookList" ng-click="changeLook()"><i></i>您有{{noreadList.length}}条新公告</div> <div class="newInfo" ng-if="noreadList.length>0 && !isLookList" ng-click="changeLook()"><i></i>您有{{noreadList.length}}条新公告</div>
<div class="noNewInfo" ng-if="noreadList.length==0 && !isLookList" ng-click="changeLook()"></div> <div class="noNewInfo" ng-if="noreadList.length==0 && !isLookList" ng-click="changeLook()"></div>
<div class="noticeWin" ng-if="isLookList && !isDetail"> <div class="noticeWin" ng-if="isLookList && !isDetail">
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<div class="hideNotice" ng-click="changeLook()"></div> <div class="hideNotice" ng-click="changeLook()"></div>
</div> </div>
<div class="noticeWin" ng-if="isLookList && isDetail"> <div class="noticeWin" ng-if="isLookList && isDetail">
<div class="winTitle small" ng-click="backList()"> <div class="winTitle small">
<div class="noticeBack" ng-click="backList()"></div> <div class="noticeBack" ng-click="backList()"></div>
<div class="photo"></div>热云数据运营团队 <div class="photo"></div>热云数据运营团队
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment