zoukankan
html css js c++ java
#fff安卓显示黑色
在开发微信公众号手机端H5页面的过程中发现一个有意思的现象:color:#fff在iOS上显示为白色,在安卓上显示为黑色,最后通过更改为:
color:white;来解决。
查看全文
相关阅读:
border-radius
border-style
border-width
border
max-width
min-width
clip 语法
left
z-index
position
原文地址:https://www.cnblogs.com/zhangxin123/p/11598422.html
最新文章
php数据类型之 NULL类型
php流程控制之if else语法
php数据类型之浮点型
echo 显示命令
php中的变量
phpinfo();
CSS绝对定位详解
如何给div、p添加onload事件?
white-space
text-transform
热门文章
E:nth-of-type(n)
E:first-of-type
E:nth-last-child(n)
E:nth-child(n)
E:only-child
E:last-child
!important
animation-timing-function
box-orient
box-shadow
Copyright © 2011-2022 走看看