21 lines
225 B
CSS
21 lines
225 B
CSS
.register_wrap {
|
|
width: 100%;
|
|
}
|
|
|
|
.register_content {
|
|
max-width: 1100px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.form_group {
|
|
line-height: 36px;
|
|
}
|
|
|
|
.col_label {
|
|
width: 20%;
|
|
float: left;
|
|
}
|
|
|
|
.col_input {
|
|
width: 80%;
|
|
} |