css 及标签兼容性
-
兼容 iphonex:需要开发者自己适配
margin-bottom: constant(safe-area-inset-bottom) !important; margin-bottom: env(safe-area-inset-bottom) !important;
-
关于 height: 100%: 如果相对的父标签有 padding,100%包含 padding 的高度
-
关于 overflow: scroll: 使用 scroll-view 标签,css 属性无效
-
关于组件:css 不能使用 id 选择器(#a)、属性选择器([a])和标签名,只能用 class
-
关于资源引用:background 不支持本地图片
-
cover-image: 不支持 SVG 图片
-
cover-view:不支持渐变色背景 linear-gradient
-
cover-view 下的 button :不支持 opacity
-
cover-view 覆盖 web-view:安卓下需要延迟渲染 cover-view 才管用
-
wx.getSystemInfoSync().safeArea:屏幕安全区域
网友评论