Commit 945c015e authored by Mac's avatar Mac

1

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