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.
20 lines
307 B
20 lines
307 B
.bgm img{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.btn {
|
|
position: absolute;
|
|
left: 50%;
|
|
bottom: .55rem;
|
|
transform: translateX(-50%);
|
|
width: 2.83rem;
|
|
height: .72rem;
|
|
background: #E40006;
|
|
border-radius: .12rem;
|
|
text-align: center;
|
|
line-height: .72rem;
|
|
color: #fff;
|
|
font-size: .36rem;
|
|
font-weight: bold;
|
|
}
|