Skip to content

Commit b9b89ae

Browse files
chengxiuningdcw1123
authored andcommitted
CLOUD-13772 前端 - 试用租户web访客端显示风险提示语和到期无法访问 样式问题
1 parent 12ff925 commit b9b89ae

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/scss/body.scss

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
.em-widget-risk-warning{
2-
position:fixed;
2+
width:100%;
3+
box-sizing: border-box;
4+
position:absolute;
35
top:41px;
46
left:0;
5-
height:40px;
67
background:#FFF2E6;
78
z-index:1;
8-
padding: 5px;
9+
padding: 8px;
910
color: #5d5d5d;
1011
font-size:13px;
1112
display:none;
@@ -15,7 +16,11 @@
1516
}
1617
i{
1718
position: absolute;
19+
height:30px;
20+
margin:auto;
1821
right: 0px;
22+
top:0;
23+
bottom:0;
1924
cursor:pointer;
2025
&:before {
2126
color:#999;

0 commit comments

Comments
 (0)