css - 在iphone浏览器中,当input type 为 date时,text-align:right 属性不生效。
黄舟
黄舟 2017-04-17 13:21:54
0
2
1123
/* css */
input[type="date"]{text-align:right;}

//html
<input type="date" value="2015-05-06">

在input type为date的情况下,PC端和Android设备的浏览器中,text-align:right属性是生效的,唯独在iPhone的Safari中,该属性不生效,依然保持左对齐。


请问要如何解决?

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(2)
黄舟

Note that some browsers may not support input type="date". You'd better add a class or other attributes to set it.

左手右手慢动作

direction: rtl; Try this.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!