You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
749 B
Plaintext

2 years ago
.form-row {
display: flex;
align-items: center;
padding: 0 20px;
height: 44px;
align-items: center;
margin-bottom: 20px;
2 years ago
}
2 years ago
.form-row-label {
width: 50px;
font-size: 16px;
font-weight: 400;
color: #666666;
line-height: 22px;
margin-right: 10px;
2 years ago
}
2 years ago
.form-row-content {
flex: 1;
font-size: 16px;
background: #f4f4f4;
border-radius: 6px;
line-height: 50px;
2 years ago
}
input {
2 years ago
height: 50px;
line-height: 50px;
padding-left: 20px;
2 years ago
}
2 years ago
.mt20{
margin-top: 20px;
2 years ago
}
.fullBtn{
2 years ago
width: 260px;
2 years ago
height: 50px;
opacity: 1;
2 years ago
background-color: #ff4400;
2 years ago
border-radius: 25px;
font-size: 18px;
font-weight: 601;
color: #ffffff;
line-height: 50px;
}
2 years ago
.fullBtn:active,.fullBtn:focus{
background-color:#ff6933;
}
.mt80{
margin-top: 80px;
2 years ago
}