63 lines
959 B
CSS
63 lines
959 B
CSS
|
|
.main_box {
|
||
|
|
width: 95%;
|
||
|
|
padding-left: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.Add_group {
|
||
|
|
margin-left: 30px;
|
||
|
|
background-color: #EDF6ED;
|
||
|
|
color: #389F37;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tag {
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.input {
|
||
|
|
width: 360px;
|
||
|
|
height: 42px;
|
||
|
|
border: 1px solid #389F37;
|
||
|
|
border-radius: 4px;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
.button_box {
|
||
|
|
display: flex;
|
||
|
|
margin-top: 20px;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.save_button {
|
||
|
|
width: 400px;
|
||
|
|
height: 42px;
|
||
|
|
background-color: #389F37;
|
||
|
|
color: #ffffff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.table_operation_button {
|
||
|
|
color: #389F37;
|
||
|
|
width: 67px;
|
||
|
|
height: 32px;
|
||
|
|
background-color: #EDF6ED;
|
||
|
|
}
|
||
|
|
|
||
|
|
.user_add {
|
||
|
|
color: #389F37;
|
||
|
|
width: 150px;
|
||
|
|
height: 42px;
|
||
|
|
background-color: #EDF6ED;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.input {
|
||
|
|
width: 360px;
|
||
|
|
height: 42px;
|
||
|
|
border-radius: 4px;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dialog_button {
|
||
|
|
background-color: #EDF6ED !important;
|
||
|
|
color: #389F37 !important;
|
||
|
|
}
|