gpt4 book ai didi

html - 媒体查询 "Screen"CSS

转载 作者:行者123 更新时间:2023-11-28 11:18:29 24 4
gpt4 key购买 nike

我正在尝试在我的 CSS 上设置媒体查询,但它不起作用

#calc{
width: 325px;
height: auto;
margin: 100px auto;
padding: 20px 20px 9px;
/*background: linear-gradient(#9dd2ea, #8bc);*/
background-image: url('http://thumbs.dreamstime.com/z/christmas-seamless-pattern-big-small-snowflakes-white-cyan-background-34953788.jpg');
border-radius: 15px;
box-shadow: 0px 4px #009de4;
}

这是媒体查询的CSS

@media screen and (min-height: 500px) {
#calc
{
/*margin-top: 0; or margin: 0 auto;*/
margin-top: 0;
}
}

最佳答案

 @media (min-width:0px) and (max-width:767px) {
#calc{margin-top: 0;}
}

将此代码用于响应式设备。按条件替换

关于html - 媒体查询 "Screen"CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21647262/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com