This commit is contained in:
20
public/static/index/pc/css/topic_laptop/index.css
Normal file
20
public/static/index/pc/css/topic_laptop/index.css
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
body {
|
||||
/* width: 100vw;
|
||||
height: 100vh; */
|
||||
background: #000;
|
||||
overflow-x: hidden;
|
||||
padding: 0 !important;
|
||||
margin:0 !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;
|
||||
}
|
||||
Reference in New Issue
Block a user