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

input

... ... @@ -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 .date, .sex-box input, .family-box input {
border: none;
font-size: 0.28rem;
color: #1A1A1A;
... ...
... ... @@ -31,7 +31,7 @@
<div class="age-box" id='showDatePicker'>
<div class="input-box">
<text>生日</text>
<text id="date"></text>
<text id="date" class="date"></text>
<!--<input type="text" id='showDatePicker' bindblur="birthBlur"/>-->
</div>
</div>
... ...