【发布时间】:2018-03-14 01:19:19
【问题描述】:
长宽比媒体查询的正确值是什么? 为什么以下媒体查询不起作用? 我想将 ratio>1 的情况与 ratio 分开
@media only screen and (max-width: 1399px) and (min-width: 1350px) and (min-aspect-ratio: 99/100) {
div#aboutSLw {
min-height: 1616.12131px !important;
min-width: 0.45px !important; }
div#aboutSLw div.topimage {
min-height: 1616.12131px !important;
min-width: 0.45px !important; }
div.topimage img.vpimg {
min-height: 1616.12131px !important;
min-width: 0.45px !important; }
div.topimage h2 {
font-size: 1.85em !important; }
div.topimage h2 span, div.topimage h2 span * {
font-size: 1.45em !important; } }
【问题讨论】:
标签: css media-queries aspect-ratio node-sass