You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
416 B
26 lines
416 B
<style type="text/css">
|
|
.sucIndex{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.sucIndex img{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.sucIndex .shi{
|
|
width: 6.35rem;
|
|
height: 2.71rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
top:50%;
|
|
transform: translate(-50%,-50%);
|
|
}
|
|
</style>
|
|
<div class="sucIndex">
|
|
<p class="bgm"><img src="img/success/bgm.png" /></p>
|
|
|
|
<div class="shi">
|
|
<img src="img/success/word.png"/>
|
|
</div>
|
|
</div>
|
|
|