/----------用来移除向下箭头----------/
input[type="date"]::-webkit-calendar-picker-indicator {
display: none;
}
/----------用来移除叉叉按钮----------/
input[type="date"]::-webkit-clear-button{
display:none;
}
/----------用来移除向下箭头----------/
input[type="date"]::-webkit-calendar-picker-indicator {
display: none;
}
/----------用来移除叉叉按钮----------/
input[type="date"]::-webkit-clear-button{
display:none;
}