落地页

master
liuweiwen 5 years ago
parent a4da5aa6c2
commit d1a59714d9

@ -456,3 +456,58 @@
bottom: -9px !important;
}
.safari{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.4);
display: flex;
flex-direction: column;
align-items: center;
font-family:PingFang SC;
}
.safari-heard{
width: 6.3rem;
margin-top: 1.4rem;
font-size:0.36rem;
font-weight:500;
color:rgba(255,255,255,1);
display: flex;
justify-content: flex-end;
}
.safari-heard>div{
margin-top: 0.65rem;
}
.safari-heard>img{
width: 1rem;
height: 0.8rem;
margin-left: 0.25rem;
}
.safari-info{
margin-top: 2.4rem;
background: url("../images/safari_bg.png") no-repeat;
width: 6.3rem;
height: 2.8rem;
background-size: 100% 100%;
display: flex;
align-items: center;
justify-content: center;
}
.safari-info>img{
width: 1.5rem;
height: 1.5rem;
margin-right: 0.24rem;
}
.safari-info>div{
color: #fff;
font-size: 0.32rem;
font-weight: 500;
}
.safari-info>div a{
color: #FCE44B;
font-size: 0.32rem;
font-weight: 500;
}

Loading…
Cancel
Save