为什么《二十一世纪主题》混淆了css的测量单位?

时间:2012-04-01 作者:Daniel

我想知道为什么WordPress的默认主题会混淆css度量单位?

例如:

.one-column.singular #author-info {
margin: 2.2em -8.8% 0;
padding: 20px 8.8%;}
如果它们都是基于像素的,那么理解和工作就不会更容易了吗?

谢谢

1 个回复
最合适的回答,由SO网友:Sagive 整理而成

Its just a css thing... while the distance from the top object is
to remain permenant the distance from a side object is relative and
those changes (sometimes) as the screen resulotion changes..

这样可以防止较小的屏幕出现损坏的位置。总之,这是一种古老的方式,因为“响应式网站设计”是控制网站流动性的现代方式。。。

结束

相关推荐

如何只将一个css样式加载到WordPress管理区域?

我正在尝试为我的WordPress帖子区域加载CSS文件,但没有成功。我已经阅读了wp\\u enqueue\\u风格的函数并产生了下面的代码,但它没有加载。我的代码中是否缺少标记或字符。我有一个自定义的写面板,当用户发布我想用CSS文件样式的帖子时。任何帮助都会很好。以下是我的主题functions.php 文件:function mytheme_add_init() { $file_dir=get_bloginfo(\'template_directory\'); wp