Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在检查网站的响应能力,但这不支持 Epiphany 浏览器。有人可以建议我应该做些什么改变,以便它对主显节完全响应吗?提前致谢
我认为您可以对响应式网站使用媒体查询。
@media only screen and (max-width:768px) and (min-width:200px) { /* Your CSS Code */ }