141 lines
1.6 KiB
CSS
141 lines
1.6 KiB
CSS
#typeDiv {
|
|
position: absolute;
|
|
top: 45%;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
width: 100%;
|
|
height: 20%;
|
|
text-align: center;
|
|
}
|
|
|
|
#txt1 {
|
|
font-size: 24px;
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
#txt2 {
|
|
font-size: 24px;
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
|
|
#content{
|
|
position: absolute;
|
|
top: 1%;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
width: 100%;
|
|
height: 20%;
|
|
}
|
|
|
|
#together{
|
|
font-size: 32px;
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
|
|
#timer{
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
|
|
#d{
|
|
font-size: 24px;
|
|
}
|
|
|
|
#h{
|
|
font-size: 24px;
|
|
}
|
|
|
|
#m{
|
|
font-size: 24px;
|
|
}
|
|
|
|
#s{
|
|
font-size: 24px;
|
|
}
|
|
|
|
#heartTxt{
|
|
position: absolute;
|
|
display: table;
|
|
vertical-align: middle;
|
|
top: 80%;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
width: 10%;
|
|
height: 8%;
|
|
}
|
|
|
|
#clickMe{
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
|
|
#heart{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#button{
|
|
background-image: url("../pic/love.png");
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-color: transparent;
|
|
border: none;
|
|
outline: none;
|
|
background-position: center;
|
|
transition: 0.1s;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
#button:active {
|
|
width: 92%;
|
|
height: 92%;
|
|
}
|
|
|
|
#imgTxt{
|
|
position: absolute;
|
|
display: table;
|
|
vertical-align: middle;
|
|
top: 20%;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
width: 100%;
|
|
height: 50%;
|
|
}
|
|
|
|
#img{
|
|
display: block;
|
|
top: 30%;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
#Txt{
|
|
display: inline-block;
|
|
font-size: 17px;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
|
|
#tmp{
|
|
display: inline-block;
|
|
font-size: 17px;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: white;
|
|
}
|