Commit d71f95f2 by 林家欣

修改公告样式

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