36
个编辑
-
汇聚密码安全智慧 共享实战经验!
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
||
| 第2行: | 第2行: | ||
#siteNoticeScroll { | #siteNoticeScroll { | ||
width: 100%; | width: 100% !important; | ||
height: 25px; | height: 25px !important; | ||
line-height: 25px; | line-height: 25px !important; | ||
overflow: hidden; | overflow: hidden !important; | ||
text-align: center; | text-align: center !important; | ||
margin-bottom: 0.25em; | margin-bottom: 0.25em !important; | ||
position: relative; | position: relative !important; | ||
display: block !important; | |||
} | } | ||
#siteNoticeScroll ul { | #siteNoticeScroll ul { | ||
height: 25px; | height: 25px !important; | ||
line-height: 25px; | line-height: 25px !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
| 第24行: | 第25行: | ||
white-space: nowrap !important; | white-space: nowrap !important; | ||
position: relative !important; | position: relative !important; | ||
will-change: transform; | will-change: transform !important; | ||
-webkit-backface-visibility: hidden; | -webkit-backface-visibility: hidden !important; | ||
backface-visibility: hidden; | backface-visibility: hidden !important; | ||
overflow: visible !important; | |||
} | } | ||