永发信息网

html5中如何去掉input type date默认样式

答案:2  悬赏:50  手机版
解决时间 2021-03-14 20:54
  • 提问者网友:未信
  • 2021-03-14 01:13
html5中如何去掉input type date默认样式
最佳答案
  • 五星知识达人网友:行雁书
  • 2021-03-14 02:33
CSS代码:
input[type="date"]{width:150px;}
input[type="week"]{width:150px;}
input[type="month"]{width:150px;}
input[type="year"]{width:150px;}

HTML代码:
选择日期:
选择时间:
选择星期:
选择月份:
全部回答
  • 1楼网友:往事埋风中
  • 2021-03-14 03:46
h5edu教育html5为您解答: css代码: input[type="date"]{width:150px;} input[type="week"]{width:150px;} input[type="month"]{width:150px;} input[type="year"]{width:150px;} html代码: 选择日期: 选择时间: 选择星期: 选择月份:
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯