Commit 5b1c4322 by wangdan

提交代码修改

parent 591dfaee
......@@ -6,7 +6,7 @@ body,html{
}
.floatup_body{
height:70%;
width:70%;
/* width:70%; */
margin: 0px auto;
/* background: url(./img/bg1.png) no-repeat;
background-size:100% 100%; */
......
......@@ -28,10 +28,10 @@
height:100%;
display:flex;
}
.loginAnimate_body>.floatup_body{
.loginAnimate_body>.loginAnimate_left{
width:65%;
}
.loginAnimate_body>.textscale_body{
.loginAnimate_body>.loginAnimate_right{
width:35%;
}
</style>
......@@ -39,17 +39,11 @@
<body>
<div class="loginAnimate_body">
<div class="floatup_body">
<div class="floatup_1"></div>
<div class="floatup_2"></div>
<div class="floatup_3"></div>
<div class="floatup_4"></div>
<div class="floatup_5"></div>
<div class="floatup_6"></div>
<div class="loginAnimate_left">
<iframe src="./components/floatup/元素向上漂浮.html" style="width:100%;height:100%;border:0;overflow: hidden;"></iframe>
</div>
<div class="textscale_body">
<h2 class="textscale_title">人脸识别综合管理系统</h2>
<div class="textscale_area"></div>
<div class="loginAnimate_right">
<iframe src="./components/textscale/文本渐入.html" style="width:100%;height:100%;border:0;overflow: hidden;"></iframe>
</div>
</div>
</body>
......
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