Commit 945c015e authored by Mac's avatar Mac

1

parent ab694a85
......@@ -111,29 +111,30 @@
top: -10%;
}
.character{
width: 230px;
height: 305px;
width: 24%;
height: 56%;
background-image: url('../../images/tenreweu.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
top: 50%;
left: 50%;
margin-left: -115px;
margin-top: -152px;
margin-left: -12%;
margin-top: -18%;
display: none;
}
.img_show{
width: 200px;
height: 200px;
margin-left: 15px;
margin-top: 10px;
width: 86%;
height: 65%;
margin-left: 7%;
margin-top: 5%;
}
.character p{
font-size: 40px;
color: #FFFFFF;
text-align: center;margin-top: 20px;
text-align: center;
margin-top: 10%;
}
</style>
......@@ -385,8 +386,9 @@
},5000)
i++
if(i+1 == imgList.length){
if(i == imgList.length+1){
clearInterval(timer)
$('.character').css('display','none')
}
},5000)
}
......
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