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.
57 lines
868 B
57 lines
868 B
.bg {
|
|
position: relative;
|
|
width: 2160px;
|
|
height: 2160px;
|
|
transform-origin: top left;
|
|
background-image: url(./bg.jpg);
|
|
background-size: cover;
|
|
}
|
|
|
|
.bg .watercanvas {
|
|
position: absolute;
|
|
left: 144px;
|
|
top: 383px;
|
|
width: 1868px;
|
|
height: 1075px;
|
|
}
|
|
.bg .button {
|
|
position: absolute;
|
|
bottom: 112px;
|
|
width: 540px;
|
|
height: 383px;
|
|
}
|
|
.bg .button.left {
|
|
left: 230px;
|
|
}
|
|
.bg .button.right {
|
|
right: 230px;
|
|
}
|
|
.bg .meta {
|
|
position: absolute;
|
|
text-align: center;
|
|
top: 1873px;
|
|
left: 837px;
|
|
right: 837px;
|
|
height: 117px;
|
|
line-height: 117px;
|
|
font-size: 52px;
|
|
color: #fff;
|
|
font-family: "game";
|
|
}
|
|
.tip-wrapper {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0rem;
|
|
z-index: 1;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
}
|
|
.tip-wrapper .tip {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
}
|
|
|