• home > webfront > SGML > html5 >

    iphone手机数字颜色css无法设置问题……

    Author:[email protected] Date:

    尽管important了,但是颜色还是 蓝色……css无法设置数字颜色……这是什么鬼情况!
    <p style="color: #333!important;">周陆军1234567</p>

    尽管important了,但是颜色还是 蓝色……

    why……

    只有!加上:

    <meta name='format-detection' content='telephone=no' />

    okay……

    解决……

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Title</title>
        <meta name=description content="">
        <meta name='format-detection' content='telephone=no' />
        <meta name="viewport" content="width = device-width, initial-scale = 1, minimum-scale = 1, maximum-scale = 1">
    </head>
    <body>
        <p style="color: #333!important;">周陆军1234567</p>
    </body>
    </html>



    转载本站文章《iphone手机数字颜色css无法设置问题……》,
    请注明出处:https://www.zhoulujun.cn/html/webfront/SGML/html5/2016_0419_7776.html