|
@@ -29,6 +29,7 @@ body {
|
|
}
|
|
}
|
|
|
|
|
|
.free-code-con {
|
|
.free-code-con {
|
|
|
|
+ width: 7.5rem;
|
|
background-color: #333DAF;
|
|
background-color: #333DAF;
|
|
min-height: 100vh;
|
|
min-height: 100vh;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -48,7 +49,7 @@ button:focus, input:focus {
|
|
top: 5.97rem;
|
|
top: 5.97rem;
|
|
left: 50%;
|
|
left: 50%;
|
|
margin-left: -50%;
|
|
margin-left: -50%;
|
|
- width: 100vw;
|
|
|
|
|
|
+ width: 7.5rem;
|
|
height: 7.13rem;
|
|
height: 7.13rem;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -64,7 +65,7 @@ button:focus, input:focus {
|
|
}
|
|
}
|
|
|
|
|
|
.top .center-pic .recv-cont .recv-ipt {
|
|
.top .center-pic .recv-cont .recv-ipt {
|
|
- width: 90vw;
|
|
|
|
|
|
+ width: 6.75rem;
|
|
height: 1rem;
|
|
height: 1rem;
|
|
margin-top: 2.24rem;
|
|
margin-top: 2.24rem;
|
|
padding-left: 0.4rem;
|
|
padding-left: 0.4rem;
|
|
@@ -79,7 +80,7 @@ button:focus, input:focus {
|
|
|
|
|
|
.top .center-pic .recv-cont .recv-btn {
|
|
.top .center-pic .recv-cont .recv-btn {
|
|
margin-top: 0.27rem;
|
|
margin-top: 0.27rem;
|
|
- width: 90vw;
|
|
|
|
|
|
+ width: 6.75rem;
|
|
height: 1.79rem;
|
|
height: 1.79rem;
|
|
background: url(../img/register/anniu_icon.png) no-repeat;
|
|
background: url(../img/register/anniu_icon.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|