当前位置:  开发笔记 > 前端 > 正文

nativescript CSS测量单位

如何解决《nativescriptCSS测量单位》经验,为你挑选了0个好方法。

我一直在与nativescript一起玩,我看到它为我们提供了使用CSS设置样式的元素。

但是,在文档http://docs.nativescript.org/ui/styling.html中,我没有看到有关CSS的度量单位的任何提及。

这有效

.title {
    font-size: 30;
    horizontal-align: center;
    margin: 20;
}

这不起作用

.title {
    font-size: 30;
    horizontal-align: center;
    margin: 20px;
}

请注意,在第二个示例中,边距为20px。

所以我的问题是,当涉及CSS时,nativescript使用哪个单元?

推荐阅读
乐韵答题
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有