@@ -92,11 +92,11 @@ view{ | |||
} | |||
.inputSty{ | |||
width:347rpx; | |||
height:70rpx; | |||
height:65rpx; | |||
background-color: white; | |||
border-radius: 20rpx; | |||
box-sizing: border-box; | |||
line-height: 55rpx; | |||
line-height: 65rpx; | |||
padding: 0 25rpx; | |||
font-size:24rpx; | |||
font-family:PingFangSC; | |||
@@ -107,7 +107,7 @@ view{ | |||
top:0; | |||
right:0; | |||
width:347rpx; | |||
height:70rpx; | |||
height:65rpx; | |||
border-radius: 10rpx; | |||
overflow: hidden; | |||
opacity: 0; | |||
@@ -121,11 +121,11 @@ view{ | |||
} | |||
.selectGroup{ | |||
width:710rpx; | |||
height:70rpx; | |||
height:65rpx; | |||
background-color: white; | |||
border-radius: 10rpx; | |||
border-radius: 20rpx; | |||
box-sizing: border-box; | |||
line-height: 55rpx; | |||
line-height: 65rpx; | |||
padding: 0 25rpx; | |||
margin-top: 18rpx; | |||
display: flex; | |||
@@ -141,11 +141,11 @@ view{ | |||
} | |||
.codeGroup{ | |||
width:710rpx; | |||
height:70rpx; | |||
height:65rpx; | |||
background-color: white; | |||
border-radius: 20rpx; | |||
box-sizing: border-box; | |||
line-height: 55rpx; | |||
line-height: 65rpx; | |||
padding: 0 25rpx; | |||
margin-top: 18rpx; | |||
display: flex; |
@@ -34,11 +34,11 @@ view{ | |||
} | |||
.inputSty{ | |||
width:347rpx; | |||
height:70rpx; | |||
height:65rpx; | |||
background-color: white; | |||
border-radius: 20rpx; | |||
box-sizing: border-box; | |||
line-height: 55rpx; | |||
line-height: 65rpx; | |||
padding: 0 25rpx; | |||
font-size:24rpx; | |||
font-family:PingFangSC; | |||
@@ -49,7 +49,7 @@ view{ | |||
top:0; | |||
right:0; | |||
width:347rpx; | |||
height:70rpx; | |||
height:65rpx; | |||
border-radius: 10rpx; | |||
overflow: hidden; | |||
opacity: 0; | |||
@@ -63,11 +63,11 @@ view{ | |||
} | |||
.selectGroup{ | |||
width:710rpx; | |||
height:70rpx; | |||
height:65rpx; | |||
background-color: white; | |||
border-radius: 10rpx; | |||
border-radius: 20rpx; | |||
box-sizing: border-box; | |||
line-height: 55rpx; | |||
line-height: 65rpx; | |||
padding: 0 25rpx; | |||
margin-top: 18rpx; | |||
display: flex; | |||
@@ -135,7 +135,7 @@ view{ | |||
} | |||
.codeGroup{ | |||
width:710rpx; | |||
height:70rpx; | |||
height:65rpx; | |||
background-color: white; | |||
border-radius: 20rpx; | |||
box-sizing: border-box; |
@@ -400,12 +400,12 @@ view{ | |||
} | |||
.inputGroup{ | |||
width:652rpx; | |||
height:70rpx; | |||
height:65rpx; | |||
margin: 0 auto; | |||
background-color: white; | |||
border-radius: 10rpx; | |||
border-radius: 20rpx; | |||
box-sizing: border-box; | |||
line-height: 70rpx; | |||
line-height: 65rpx; | |||
padding: 0 25rpx; | |||
font-size: 24rpx; | |||
margin-top: 18rpx; | |||
@@ -424,11 +424,11 @@ view{ | |||
border: 2rpx solid #B4B4B4; | |||
margin: 0 auto; | |||
width:652rpx; | |||
height:70rpx; | |||
height:65rpx; | |||
background-color: white; | |||
border-radius: 10rpx; | |||
border-radius: 20rpx; | |||
box-sizing: border-box; | |||
line-height: 70rpx; | |||
line-height: 65rpx; | |||
padding: 0 25rpx; | |||
font-size: 24rpx; | |||
margin-top: 18rpx; | |||
@@ -447,17 +447,16 @@ view{ | |||
height:70rpx; | |||
margin-top: 18rpx; | |||
} | |||
.taskGroup,.ranksGroup,.subscribeGroup{ | |||
height: 589rpx; | |||
position: relative; | |||
} | |||
.subscribeGroup{ | |||
display: flex; | |||
align-items: center; | |||
flex-direction: column; | |||
justify-content: center; | |||
padding-bottom: 10rpx; | |||
height: 670rpx; | |||
} | |||
.taskGroup,.ranksGroup,.subscribeGroup{ | |||
height: 589rpx; | |||
position: relative; | |||
height: 765rpx; | |||
} | |||
/* .ranksList{ | |||
position: absolute; | |||
@@ -556,7 +555,7 @@ view{ | |||
left: 0; | |||
top: 0; | |||
width: 652rpx; | |||
height: 70rpx; | |||
height: 65rpx; | |||
z-index: 2; | |||
} | |||
.getPhoneBtn{ |