Files
orico-official-website/public/static/index/pc/css/topic_laptop/index.css
liqian 1277acdd82
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
笔记本
2025-12-15 11:10:16 +08:00

24 lines
544 B
CSS

body {
/* width: 100vw;
height: 100vh; */
background: #000;
overflow-x: hidden;
padding: 0 !important;
margin:0 !important;
/* width: 100vw !important; */
/* max-width:100vw !important */
margin:0 auto !important;
}
.opacity0 {
opacity: 0;
transform: translateY(0.5rem);
visibility: hidden;
/* margin-top: 20px; */
will-change: opacity, transform;
backface-visibility: hidden;
perspective: 1000px;
transition: opacity 0.8s ease-out, transform 0.8s ease-out,
visibility 0.8s ease-out;
}