Commit d71f95f2 by 林家欣

修改公告样式

parent 74c2f858
......@@ -89,6 +89,7 @@ export default {
width: 100vw;
height: 100vh;
z-index: 999;
&.mask{
background: rgba(0, 0, 0, 0.7);
}
......@@ -97,7 +98,7 @@ export default {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 27%;
width: 36%;
background: #fff;
border-radius: 8px;
.notice-close {
......@@ -115,8 +116,10 @@ export default {
}
.notice-tp {
display: none;
overflow: hidden;
img {
width: 100%;
height: 100%;
// max-width: 100%;
}
}
}
......
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