47 lines
669 B
CSS
47 lines
669 B
CSS
table {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
tr {
|
|
height: 30px;
|
|
}
|
|
|
|
td {
|
|
border-bottom: 1px solid #ccc;
|
|
padding: 20px;
|
|
}
|
|
|
|
section .content-header {
|
|
display: flex;
|
|
/* background-color: #08f008; */
|
|
align-items: center;
|
|
width: 100%;
|
|
justify-content: space-evenly;
|
|
padding: 0px;
|
|
min-height: 120px;
|
|
|
|
}
|
|
|
|
section .content-header fieldset {
|
|
/* background-color: #0851f0; */
|
|
width: 350px;
|
|
padding: 0px;
|
|
border: none;
|
|
|
|
}
|
|
|
|
section .content-header fieldset label {
|
|
display: block;
|
|
width: 100%;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
|
|
section .content-header fieldset input {
|
|
display: block;
|
|
width: 100%;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
} |