36
个编辑
-
汇聚密码安全智慧 共享实战经验!
无编辑摘要 标签:手工回退 移动版编辑 移动版网页编辑 |
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
||
| 第68行: | 第68行: | ||
@media screen and (max-width: 720px) { | @media screen and (max-width: 720px) { | ||
#siteNoticeScroll { | #siteNoticeScroll { | ||
height: auto; | height: auto !important; | ||
min-height: 25px; | min-height: 25px !important; | ||
} | } | ||
#siteNoticeScroll ul { | #siteNoticeScroll ul { | ||
height: auto; | height: auto !important; | ||
min-height: 25px; | min-height: 25px !important; | ||
} | } | ||
#siteNoticeScroll li { | #siteNoticeScroll li { | ||
height: auto; | height: auto !important; | ||
min-height: 25px; | min-height: 25px !important; | ||
line-height: 1.5; | line-height: 1.5 !important; | ||
padding: | padding: 0 !important; | ||
white-space: nowrap !important; | |||
overflow: visible !important; | |||
text-overflow: clip !important; | |||
} | } | ||
} | } | ||