Commit 238318d3 authored by Mac's avatar Mac
parents 69ba8ff0 9a65864d
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
height: 100%; height: 100%;
} }
.page_right{ .page_right{
left: -10%; right: 29%;
top: -3%;
} }
.page_left{ .page_left{
padding: 5% 0 05%; padding: 5% 0 05%;
...@@ -193,8 +194,6 @@ ...@@ -193,8 +194,6 @@
} }
#container>div{ #container>div{
height: 100% !important; height: 100% !important;
/* padding-top: 10%; */
transform: scale(0.9, 1.3);
} }
.bigCard .bigCard-divBigBsAnm { .bigCard .bigCard-divBigBsAnm {
transition: all 500s ease; transition: all 500s ease;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
top: 0; top: 0;
} }
.info_box{ .info_box{
width: 80%; width: 70%;
height: 50%; height: 50%;
position: absolute; position: absolute;
top: 50%; top: 50%;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" /> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover"/>
<meta name="format-detection" content="telephone=no" /> <meta name="format-detection" content="telephone=no" />
<meta content="yes" name="mobile-web-app-capable"> <meta content="yes" name="mobile-web-app-capable">
<meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="yes" name="apple-mobile-web-app-capable" />
...@@ -59,6 +59,9 @@ ...@@ -59,6 +59,9 @@
-webkit-transform: scale(1.0); -webkit-transform: scale(1.0);
} }
} }
*{
-webkit-overflow-scrolling: touch;
}
</style> </style>
<link rel="stylesheet" href="../css/animate.css"> <link rel="stylesheet" href="../css/animate.css">
<link rel="stylesheet" href="../css/cssReset.css?v=001"> <link rel="stylesheet" href="../css/cssReset.css?v=001">
......
...@@ -7,9 +7,18 @@ ...@@ -7,9 +7,18 @@
<link rel="stylesheet" href="../../css/initcss.css"> <link rel="stylesheet" href="../../css/initcss.css">
<link rel="stylesheet" href="../../css/signinInfo.css"> <link rel="stylesheet" href="../../css/signinInfo.css">
<link rel="stylesheet" href="../../css/moveAnimate.min.css"> <link rel="stylesheet" href="../../css/moveAnimate.min.css">
<style>
.robot{
width: 17%;
position: absolute;
bottom: 0;
right: 3.96%;
}
</style>
</head> </head>
<body> <body>
<div class="main"> <div class="main">
<!-- style="display:none;" -->
<div class="dingguang"></div> <div class="dingguang"></div>
<div class="info_box animated" style="display:none;"> <div class="info_box animated" style="display:none;">
<div class="info_box_left"> <div class="info_box_left">
...@@ -25,6 +34,7 @@ ...@@ -25,6 +34,7 @@
<p class="info font-cjb"></p> <p class="info font-cjb"></p>
</div> </div>
</div> </div>
<img class="robot" src="../../images/texiao/robot.png" alt="">
<audio id="audio" muted autoplay>您的浏览器不支持 audio 元素。</audio> <audio id="audio" muted autoplay>您的浏览器不支持 audio 元素。</audio>
</div> </div>
<script src="../../js/moveJs/jquery.min.js"></script> <script src="../../js/moveJs/jquery.min.js"></script>
...@@ -124,6 +134,7 @@ ...@@ -124,6 +134,7 @@
$(".head_img").attr('src', data.SignInPhoto) $(".head_img").attr('src', data.SignInPhoto)
$('.show_info').removeClass('fadeIn'); $('.show_info').removeClass('fadeIn');
// 更改展示的图片 // 更改展示的图片
$('.robot').attr('src', '../../images/texiao/robot2.gif');
if (dataList.length !== 1) { if (dataList.length !== 1) {
setTimeout(function(){ setTimeout(function(){
$('.info_box').addClass('fadeOut'); $('.info_box').addClass('fadeOut');
...@@ -131,6 +142,7 @@ ...@@ -131,6 +142,7 @@
$('.info_box').removeClass('fadeOut'); $('.info_box').removeClass('fadeOut');
$('.info_box').hide(); $('.info_box').hide();
dataList.splice(0, 1); dataList.splice(0, 1);
$('.robot').attr('src', '../../images/texiao/robot2.png');
}, 500); }, 500);
},2000); },2000);
} }
......
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