Commit 5b1c4322 by wangdan

提交代码修改

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