Skip to content

Commit

Permalink
CLOUD-13772 前端 - 试用租户web访客端显示风险提示语和到期无法访问 样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxiuning authored and dcw1123 committed Apr 12, 2019
1 parent 12ff925 commit b9b89ae
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/scss/body.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
.em-widget-risk-warning{
position:fixed;
width:100%;
box-sizing: border-box;
position:absolute;
top:41px;
left:0;
height:40px;
background:#FFF2E6;
z-index:1;
padding: 5px;
padding: 8px;
color: #5d5d5d;
font-size:13px;
display:none;
Expand All @@ -15,7 +16,11 @@
}
i{
position: absolute;
height:30px;
margin:auto;
right: 0px;
top:0;
bottom:0;
cursor:pointer;
&:before {
color:#999;
Expand Down

0 comments on commit b9b89ae

Please sign in to comment.