作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

input

@@ -21,7 +21,7 @@ body, html{ @@ -21,7 +21,7 @@ body, html{
21 .family-box{ 21 .family-box{
22 margin-bottom: 3.5rem; 22 margin-bottom: 3.5rem;
23 } 23 }
24 -.name-box input, .age-box .date, .sex-box input, .family-box input { 24 +.name-box input, .age-box input, .sex-box input, .family-box input {
25 border: none; 25 border: none;
26 font-size: 0.28rem; 26 font-size: 0.28rem;
27 color: #1A1A1A; 27 color: #1A1A1A;
@@ -29,6 +29,11 @@ body, html{ @@ -29,6 +29,11 @@ body, html{
29 outline: none; 29 outline: none;
30 background: none; 30 background: none;
31 } 31 }
  32 +.age-box .date {
  33 + font-size: 0.28rem;
  34 + color: #1A1A1A;
  35 + line-height: 1rem;
  36 +}
32 .input-box { 37 .input-box {
33 width: 100%; 38 width: 100%;
34 display: flex; 39 display: flex;