Commit a0e4bbea by libai

测试

parent 76f5d503
Showing with 10 additions and 1 deletions
......@@ -33,6 +33,11 @@
width: 241px;
}
}
@media screen and (max-width: 2400px) {
transform: scale(1.3);
position: relative;
top: 15%;
}
body::-webkit-scrollbar {
display: none;
}
......
......@@ -33,7 +33,11 @@
}
}
}
}
@media screen and (max-width: 2400px) {
transform: scale(1.3);
position: relative;
top: 15%;
}
body::-webkit-scrollbar{
display:none;
......
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 sign in to comment