css - 动态 Css 媒体查询

标签 css media-queries

@media (min-width: THIS-VALUE) {
.CLASS {
    Width: QUERY-WIDTH;
}

这可能吗?
请举例说明。
谢谢

最佳答案

这可能是一个 css 预处理器的例子。您可以在 less 中设置可以在整个 css 中重复使用的变量。

Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.

检查几个选项:

http://lesscss.org/

关于css - 动态 Css 媒体查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29939006/

相关文章:

php - 可以使用 width=device-width 和元名称 ="viewport"内容 ="width=1024"吗?

css - 响应式菜单向上扩展或删除

css - 每 N 行交替多行颜色并重复

javascript - 如何根据类存在有条件地加载@Font-Faces?

html - 如何防止一个div元素被另一个div元素的box-shadow影响?

html - 背景大小封面加上背景附件固定在 IE11 中滚动的页面中不起作用

css - 水平数据.GUI

css - 实现按钮折叠断点

html - 只有当我低于我的断点并再次扩展超过它时布局才会中断

android - 视口(viewport)和 CSS 媒体查询的宽度不同?