Commit 37a80454 by 林家欣

修改首页公告宽度为25%

parent d88f6408
...@@ -98,7 +98,7 @@ export default { ...@@ -98,7 +98,7 @@ export default {
@media screen and (max-width: 992px) { @media screen and (max-width: 992px) {
.notice { .notice {
.notice-kj { .notice-kj {
width: 90% !important; width: 80% !important;
} }
} }
} }
...@@ -120,7 +120,7 @@ export default { ...@@ -120,7 +120,7 @@ export default {
left: 50%; left: 50%;
top: 50%; top: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: 30%; width: 25%;
background: #fff; background: #fff;
border-radius: 8px; border-radius: 8px;
.notice-close { .notice-close {
......
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