提交修改

new-v20240713
dshclm 9 months ago
parent 3dbcaab60a
commit 150eab8a5f

@ -141,6 +141,7 @@ html, body {
background-size: 100% 100%; background-size: 100% 100%;
box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5); box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5);
margin: 0 10px 10px 10px; margin: 0 10px 10px 10px;
position: relative;
} }
.zhuantidept li:hover{ .zhuantidept li:hover{
transform: translateY(-5%); transform: translateY(-5%);
@ -408,11 +409,16 @@ a:hover{
color: #ffbb3f; color: #ffbb3f;
} }
.notice{ .notice{
width: 55%; width: 100%;
height: 40px; height: 40px;
margin: 54px auto 22px; margin: 54px auto 22px;
overflow: hidden; overflow: hidden;
font-weight: bold; font-weight: bold;
text-align: center;
}
.notice a{
width: 100%;
display: inline-block;
} }
.notice__inner{ .notice__inner{
animation: roll 36s linear infinite; animation: roll 36s linear infinite;
@ -423,9 +429,6 @@ a:hover{
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
padding: 0 12px; padding: 0 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 15px; margin-bottom: 15px;
} }
@keyframes roll { @keyframes roll {

Loading…
Cancel
Save