react-app-shell
Version:
react打包脚本和example, 这里的版本请忽略
65 lines (59 loc) • 1.12 kB
text/less
.header{
}
.form{
margin: 30px 0 0 0;
}
.form-item {
margin-bottom: 60px;
.captcha-input{
position: relative;
width: 372px;
height: 110px;
padding: 0;
border: 2px solid #EEEEEE;
border-radius: 55px;
float: left;
input {
border: 0;
height: 96px;
padding: 0 50px;
width: 100%;
color: #000 ;
font-size: 32px;
}
}
.captchaImg {
width: 208px;
height: 110px;
margin-left: 20px;
float: left;
img{
height: 76px;
width: 100%;
}
p{
font-size: 22px;
color: #999;
}
}
}
.footer{
width: 100%;
.cancelBtn{
background: #CCCCCC;
color: #fff;
margin-right: 18px;
}
.okBtn{
}
button {
display: inline-block;
height: 80px;
width: 290px;
border-radius: 40px;
border: 0px;
font-size: 32px;
background: #FED501;
color: #333;
}
}