Commit 9c59514e by doszhang

dos

parent 7f66e173
......@@ -119,10 +119,6 @@ input::-webkit-input-placeholder {
-webkit-animation: tips 3.8s linear infinite;
}
.test {
border: 1px solid #f00;
}
@keyframes float {
0%,
......
......@@ -206,7 +206,7 @@ function initPage() {
$('.wrap-inner,.page,.bg,.poster-bg').css('height', height + 'rem');
let g = (height - 61.9) / 2;
alert(g);
$('.poster-page .frame').css('top', g + 'rem');
$('.frame').css('top', g + 'rem');
}
}
......
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