...
|
...
|
@@ -13,29 +13,29 @@ body.passport-body { |
|
|
|
|
|
.header {
|
|
|
position: relative;
|
|
|
height: 80px;
|
|
|
margin: 40px 0 60px;
|
|
|
height: 40PX;
|
|
|
margin: 20PX 0 30PX;
|
|
|
|
|
|
.go-back {
|
|
|
display: block;
|
|
|
position: absolute;
|
|
|
height: 60px;
|
|
|
width: 60px;
|
|
|
top: 10px;
|
|
|
height: 30PX;
|
|
|
width: 30PX;
|
|
|
top: 5PX;
|
|
|
left: 0;
|
|
|
background: resolve('passport/go-back.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.title {
|
|
|
font-size: 40px;
|
|
|
line-height: 80px;
|
|
|
font-size: 20PX;
|
|
|
line-height: 40PX;
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
.img-header {
|
|
|
width: 136px;
|
|
|
height: 80px;
|
|
|
width: 68PX;
|
|
|
height: 40PX;
|
|
|
background: resolve('passport/yoho-family.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
margin: 0 auto;
|
...
|
...
|
@@ -45,11 +45,11 @@ body.passport-body { |
|
|
.input-container, .select-container {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
height: 104px;
|
|
|
font-size: 40px;
|
|
|
height: 52PX;
|
|
|
font-size: 20PX;
|
|
|
background-color: #575757;
|
|
|
border: 1px solid #606060;
|
|
|
border-radius: 10px;
|
|
|
border-radius: 5PX;
|
|
|
text-align: left;
|
|
|
color: #fff;
|
|
|
}
|
...
|
...
|
@@ -57,13 +57,13 @@ body.passport-body { |
|
|
.select-container {
|
|
|
.select {
|
|
|
position: absolute;
|
|
|
height: 100px;
|
|
|
padding-right: 80px;
|
|
|
height: 50PX;
|
|
|
padding-right: 40PX;
|
|
|
right: 0;
|
|
|
color: #fff;
|
|
|
background-color: transparent;
|
|
|
border: 0;
|
|
|
border-radius: 10px;
|
|
|
border-radius: 5PX;
|
|
|
appearance: none;
|
|
|
direction: rtl;
|
|
|
|
...
|
...
|
@@ -80,40 +80,40 @@ body.passport-body { |
|
|
|
|
|
.select-title {
|
|
|
line-height: 2.5;
|
|
|
margin-left: 30px;
|
|
|
margin-left: 15PX;
|
|
|
}
|
|
|
|
|
|
.arrow-right {
|
|
|
position: absolute;
|
|
|
width: 26px;
|
|
|
height: 40px;
|
|
|
right: 30px;
|
|
|
top: 32px;
|
|
|
width: 13PX;
|
|
|
height: 20PX;
|
|
|
right: 15PX;
|
|
|
top: 16PX;
|
|
|
background: resolve('passport/arrow-right.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.has-eye, .has-clear {
|
|
|
padding-right: 60px;
|
|
|
padding-right: 30PX;
|
|
|
}
|
|
|
|
|
|
.area-code {
|
|
|
position: absolute;
|
|
|
left: 30px;
|
|
|
left: 15PX;
|
|
|
line-height: 2.5;
|
|
|
}
|
|
|
|
|
|
.phone-container {
|
|
|
padding-left: 110px;
|
|
|
padding-left: 55PX;
|
|
|
}
|
|
|
|
|
|
.input {
|
|
|
width: 100%;
|
|
|
line-height: 52px;
|
|
|
padding: 24px 0;
|
|
|
padding-left: 30px;
|
|
|
border-radius: 10px;
|
|
|
line-height: 26PX;
|
|
|
padding: 12PX 0;
|
|
|
padding-left: 15PX;
|
|
|
border-radius: 5PX;
|
|
|
color: #fff;
|
|
|
background-color: transparent;
|
|
|
border: none;
|
...
|
...
|
@@ -122,10 +122,10 @@ body.passport-body { |
|
|
.btn {
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
font-size: 40px;
|
|
|
font-size: 20PX;
|
|
|
line-height: 2.5;
|
|
|
background-color: #36a74c;
|
|
|
border-radius: 10px;
|
|
|
border-radius: 5PX;
|
|
|
color: #fff;
|
|
|
|
|
|
&.disable {
|
...
|
...
|
@@ -134,26 +134,26 @@ body.passport-body { |
|
|
}
|
|
|
|
|
|
.country-select.in-android-uc {
|
|
|
width: 180px;
|
|
|
width: 90PX;
|
|
|
}
|
|
|
|
|
|
.clear-input {
|
|
|
position: absolute;
|
|
|
display: none;
|
|
|
top: 36px;
|
|
|
right: 20px;
|
|
|
width: 32px;
|
|
|
height: 32px;
|
|
|
top: 18PX;
|
|
|
right: 10PX;
|
|
|
width: 16PX;
|
|
|
height: 16PX;
|
|
|
background: resolve('passport/clear-input.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.eye {
|
|
|
position: absolute;
|
|
|
top: 40px;
|
|
|
right: 20px;
|
|
|
width: 38px;
|
|
|
height: 24px;
|
|
|
top: 20PX;
|
|
|
right: 10PX;
|
|
|
width: 19PX;
|
|
|
height: 12PX;
|
|
|
background: resolve('passport/eye.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
|
...
|
...
|
@@ -163,6 +163,6 @@ body.passport-body { |
|
|
}
|
|
|
|
|
|
.row {
|
|
|
margin-bottom: 10px;
|
|
|
margin-bottom: 10PX;
|
|
|
}
|
|
|
} |
...
|
...
|
|