46 lines
796 B
CSS
46 lines
796 B
CSS
.winPrize{
|
|
/* opacity:0;
|
|
height:0; */
|
|
}
|
|
.winPrize .cont{
|
|
min-height:260px;
|
|
}
|
|
.winPrize .cont{
|
|
/* background: url(../images/back01.png)no-repeat; */
|
|
background-size: 100% auto;
|
|
display:flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.winPrize .cont>img:first-child{
|
|
width:65px;
|
|
height:auto;
|
|
object-fit:contain;
|
|
margin-top:20px;
|
|
}
|
|
.winPrize .cont>div:nth-child(2){
|
|
font-size:17px;
|
|
color:#ffe2ab;
|
|
text-align:center;
|
|
margin-top:12px;
|
|
}
|
|
.winPrize .cont>div:nth-child(3){
|
|
font-size:23px;
|
|
color:#ffe2ab;
|
|
text-align:center;
|
|
margin-top:4px;
|
|
font-weight:bold;
|
|
}
|
|
.winPrize .cont>div:nth-child(4){
|
|
font-size:12px;
|
|
color:#ffcece;
|
|
margin-top:25px;
|
|
width:82%;
|
|
}
|
|
.winPrize .cont>img:last-child{
|
|
width:82%;
|
|
height:auto;
|
|
object-fit:contain;
|
|
margin-top:20px;
|
|
margin-bottom:15px;
|
|
} |