css wpCasa:媒体查询

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css wpCasa:媒体查询相关的知识,希望对你有一定的参考价值。

/**
 * Media Queries
 *
 * Make this theme look sexy in
 * different browser sizes and devices.
 */


/*  Landscape phone to portrait tablet
================================================== */

@media (max-width: 768px) {}

/*  Landscape phones and down
================================================== */

@media (max-width: 480px) {}

/*  Portrait tablet to landscape and desktop
================================================== */

@media (min-width: 769px) and (max-width: 1024px) {}

@media (max-width: 1024px) {}

/*  Large desktop
================================================== */

@media (min-width: 1060px) {}

以上是关于css wpCasa:媒体查询的主要内容,如果未能解决你的问题,请参考以下文章

php 从WPCasa(WPCasa Madrid,WPCasa Oslo,WPCasa London)的房产搜索表中删除“优惠”

CSS媒体查询及其使用

CSS3媒体查询总结

CSS媒体查询总结

覆盖 CSS 媒体查询

详解css媒体查询