...
|
...
|
@@ -7,22 +7,27 @@ div.passport-captch |
|
|
img
|
|
|
|
|
|
emmet:
|
|
|
div.passport-captcha>input+div.passport-captcha-img>img
|
|
|
div.passport-captcha>(div.passport-captcha-input>input)+div.passport-captcha-img>img
|
|
|
|
|
|
*/
|
|
|
|
|
|
.passport-captcha {
|
|
|
text-align: left;
|
|
|
border-radius: 5PX;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.passport-captcha-input {
|
|
|
overflow: hidden;
|
|
|
|
|
|
input {
|
|
|
position: relative;
|
|
|
padding-left: 15px;
|
|
|
height: 52PX;
|
|
|
width: 50%;
|
|
|
width: 100%;
|
|
|
font-size: 20PX;
|
|
|
background-color: #575757;
|
|
|
border: 1px solid #606060;
|
|
|
border-radius: 5PX;
|
|
|
color: #fff;
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -38,4 +43,4 @@ div.passport-captcha>input+div.passport-captcha-img>img |
|
|
width: 90PX;
|
|
|
vertical-align: bottom;
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
|
|
} |
...
|
...
|
|