Commit 5d6618bd authored by wjf's avatar wjf

l

parents cad4de05 4ab7b69f
@keyframes bottomSlideIn {
0% {
transform: translate(0, 100%);
}
100% {
transform: translate(0, 0);
}
}
.video-land-page-content {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: flex;
flex-direction: column;
align-items: center;
background: rgba(0, 0, 0, 0.6);
}
......@@ -32,7 +19,7 @@
padding: 3vh 0;
box-sizing: border-box;
width: 84vw;
height: 51.9vh;
height: 40vh;
background-color: #fff;
position: absolute;
top: 0;
......@@ -62,18 +49,11 @@
margin-top: 3vh;
}
.app-tips {
margin: 4vh 0;
font-size: 17px;
color: #D2B488;
font-weight: 500;
}
.app-button {
width: 75.2vw;
height: 6.9vh;
margin-bottom: 2vh;
margin: 4vh;
background: rgba(110, 166, 232, 1);
border-radius: 4px;
font-size: 17px;
......@@ -81,11 +61,4 @@
display: flex;
justify-content: center;
align-items: center;
}
.app-download-num {
font-size: 14px;
font-weight: 400;
color: rgba(132, 132, 132, 1);
line-height: 3vh;
}
\ No newline at end of file
This diff is collapsed.
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 to comment