Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 339

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 392

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 394
原生input中type为date、month等,点击文本框也能触发日期选择 - Joyber 的博客

在原生或者中,触发日期选择只能够通过输入框的最右侧图标点击触发日期选择,对于使用可能不友好。


    .month-check {
        position: relative;//添加定位,显示右侧图标
    }
    //修改日期图标样式
    .month-check::-webkit-calendar-picker-indicator{
        position: absolute;
        right: 0;
        padding-left: 100%;//布满整个文本框
    }

 <input type="month" class="month-check" name="month">

标签: none

添加新评论