小编Upo*_*975的帖子

删除箭头输入类型=“日期”

我想从输入类型日期中删除向右箭头。我也想在移动设备上工作。

这正是我要删除的:

在此处输入图片说明

我尝试过的

<input type="date" class="unstyled" />

.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
Run Code Online (Sandbox Code Playgroud)

在桌面上没有出现..但是在android设备上出现。

html css input

4
推荐指数
3
解决办法
1万
查看次数

标签 统计

css ×1

html ×1

input ×1