@media screen and (max-width: 750px) {
html {
font-size: calc(100vw / 7.5);
}
}
@media screen and (min-width: 750px) {
html {
font-size: calc(450px / 7.5);
}
}
::selection {
background-color: #b3d4fc;
text-shadow: none;
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
body {
background-color: #ffffff;
}
.free-code-con {
background-color: #333DAF;
width: 7.5rem;
min-height: 100vh;
margin: 0 auto;
}
.free-code-con .bottom-img {
width: 100%;
}
button:focus, input:focus {
outline: 0;
}
.top .center-pic {
position: absolute;
top: 5.97rem;
left: 0;
width: 7.5rem;
height: 7.13rem;
background: url(../img/register/yun_icon.png) no-repeat;
background-size: 100% 100%;
}
.tip {
font-size: 0.24rem;
margin-top: 0.1rem;
color: #9EA4DC;
margin-left: 0.8rem;
}
.top .center-pic .recv-cont .recv-ipt {
width: 6.7rem;
height: 1rem;
margin-top: 2.24rem;
margin-left: 0.4rem;
padding-left: 0.4rem;
border-radius: 0.5rem;
font-size: 0.3rem;
letter-spacing: 0.04rem;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.38);
background-color: #222FB2;
border: none;
}
.top .center-pic .recv-cont .recv-btn {
margin-left: 0.26rem;
margin-top: 0.27rem;
width: 6.98rem;
height: 1.79rem;
background: url(../img/register/anniu_icon.png) no-repeat;
background-size: 100% 100%;
font-weight: 500;
font-size: 0.36rem;
color: #fff;
letter-spacing: 0.02rem;
line-height: 1.17rem;
text-align: center;
}
.user-info {
width: 7.5rem;
position: absolute;
top: 3.45rem;
left: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.head {
width: 1.14rem;
height: 1.14rem;
border-radius: 50%;
background-image: url(../img/register/touxiang_icon.png);
background-color: #fff;
background-size: 100% 100%;
overflow: hidden;
}
.head img {
width: 0.9rem;
height: 0.9rem;
border-radius: 50%;
margin: 0.12rem;
}
.username {
font-size: 0.28rem;
color: #fff;
margin-top: 0.05rem;
line-height: 0.4rem;
}
.icon {
width: 0.64rem;
height: 0.64rem;
}
.txt {
font-weight: 500;
font-size: 0.26rem;
line-height: 0.64rem;
color: #37C7F6;
margin-left: 0.71rem;
margin-right: 0.74rem;
display: flex;
flex-wrap: wrap;
}
.bottom {
width: 100%;
position: absolute;
text-align: center;
bottom: 0.3rem;
font-size: 0.26rem;
color: rgba(255, 255, 255, 0.6);
}
.mb8 {
margin-bottom: 0.08rem;
}
.wl {
position: relative;
}
.wl::before, .wl::after {
content: '';
display: block;
width: 0.56rem;
height: 0.09rem;
position: absolute;
top: 0.12rem;
}
.wl::before {
left: 2.2rem;
background: url(../img/invite/zuo_icon.png) no-repeat;
background-size: 100% 100%;
}
.wl::after {
right: 2.2rem;
background: url(../img/invite/you_icon.png) no-repeat;
background-size: 100% 100%;
}