【问题标题】:IDX Broker Responsive Results PageIDX 经纪人响应结果页面
【发布时间】:2017-02-28 18:24:08
【问题描述】:

我很难让此页面上的结果框响应:

http://search.epicmountainhomes.com/i/deer-valley-real-estate

有谁知道如何使用 IDX 代理或自定义 CSS 对其进行编辑?

非常感谢!

【问题讨论】:

  • Flexbox 看起来是个不错的解决方案。
  • Flexbox 实际上看起来是一种更好的解决方案。谢谢。

标签: css responsive-design idx idxbroker


【解决方案1】:

好的,我想通了:

/*Set Mobile Responsiveness One*/
@media only screen and (max-width: 500px) {
.IDX-resultsCell {
    padding-bottom: 22px !important;
    border-bottom: 1px solid #e5eeed !important;
    clear: left!important;
    width: 100%!important;
}
}

/*Set Mobile Responsiveness Two*/
@media only screen and (max-width: 500px) {
.IDX-grid .IDX-resultsPhotoImg {
    height: 155%!important;
    width: 100%!important;
    clear: left!important;
    left: 0!important;
    position: absolute!important;
    top: auto!important;
    z-index: 0!important;
    max-height: none;
    max-width: none;
    min-height: none;
    min-width: none;
}
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-08-08
    • 1970-01-01
    • 2013-10-01
    • 1970-01-01
    • 2018-04-15
    • 2015-07-30
    相关资源
    最近更新 更多