...
|
...
|
@@ -21,7 +21,7 @@ body, html{ |
|
|
.family-box{
|
|
|
margin-bottom: 3.5rem;
|
|
|
}
|
|
|
.name-box input, .age-box .date, .sex-box input, .family-box input {
|
|
|
.name-box input, .age-box input, .sex-box input, .family-box input {
|
|
|
border: none;
|
|
|
font-size: 0.28rem;
|
|
|
color: #1A1A1A;
|
...
|
...
|
@@ -29,6 +29,11 @@ body, html{ |
|
|
outline: none;
|
|
|
background: none;
|
|
|
}
|
|
|
.age-box .date {
|
|
|
font-size: 0.28rem;
|
|
|
color: #1A1A1A;
|
|
|
line-height: 1rem;
|
|
|
}
|
|
|
.input-box {
|
|
|
width: 100%;
|
|
|
display: flex;
|
...
|
...
|
|