demo20230512/Browser_Local/css/account/general.css
2023-05-12 10:20:28 +08:00

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%;
}