2017-02-28 48 views

回答

2

好吧,我想通了:

/*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; 
} 
}