博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
XUL Box Model-XUL Box 模型知识点
阅读量:5359 次
发布时间:2019-06-15

本文共 870 字,大约阅读时间需要 2 分钟。

All CSS properties involving lengths should be handled with caution. We recommended that you use proportional units (em, %) instead of absolute units (px) whenever possible. Using the former allows the UI to scale proportionately depending on font size settings, which are often changed by users with accessibility limitations. A common exception to this rule is when your CSS is directly related to images, where you'll usually handle measurements in pixels (px).

所有的涉及长度(width,height等)必须小心的使用。我们建议你尽可能使用成比例的单位(em,%)来代替绝对的单位(px)。使用前者允许UI根据字体尺寸的设置来按比例改变,因为字体尺寸会经常被用户改变。

 

Also, just like in HTML, you can control the dimensions of inflexible elements using the and  CSS properties and attributes. These attributes won't have any effect on flexible elements.

你也可以向HTML一样用css的width和height属性来设置元素的宽度和高度 ,但是这些属性不会对添加了flex属性的元素起作用

转载于:https://www.cnblogs.com/muha/p/3307892.html

你可能感兴趣的文章
shell - 常识
查看>>
linux下编译复数类型引发的错误:expected unqualified-id before '(' token
查看>>
codeforces 1041A Heist
查看>>
Spring Cloud Stream消费失败后的处理策略(三):使用DLQ队列(RabbitMQ)
查看>>
bzoj1048 [HAOI2007]分割矩阵
查看>>
PKUWC2018 5/6
查看>>
As-If-Serial 理解
查看>>
洛谷P1005 矩阵取数游戏
查看>>
在Silverlight中使用HierarchicalDataTemplate为TreeView实现递归树状结构
查看>>
无线通信基础(一):无线网络演进
查看>>
关于python中带下划线的变量和函数 的意义
查看>>
linux清空日志文件内容 (转)
查看>>
Servlet接收JSP参数乱码问题解决办法
查看>>
Ajax : load()
查看>>
MySQL-EXPLAIN执行计划Extra解释
查看>>
Zookeeper概述
查看>>
Linux自己安装redis扩展
查看>>
luoguP3414 SAC#1 - 组合数
查看>>
图片点击轮播(三)-----2017-04-05
查看>>
直播技术细节3
查看>>