fd-gulp-convert-encoding
Version:
convert file to assigned charset
74 lines (59 loc) • 1.03 kB
CSS
/**
* common
*/
.verticalImg img{
width: 100%;
}
.qg-photolocked {
width: 150px;
height: 150px;
}
/**
* offers
*/
.qg-offerresults .verticalImg .boxImg{
width: 150px;
height: 150px;
}
.qg-offerresults .verticalImg img {
/*height: 100%;*/
}
.qg-offerresults li .productPic {
width: 150px;
}
.qg-offerresults-shopwindow li {
width: 222px;
margin: 0 1%;
}
.qg-offerresults-shopwindow .qg-photolocked {
width: 220px;
height: 220px;
}
.qg-offerresults-shopwindow li dl dt {
width: 220px;
height: 220px;
}
.qg-offerresults-shopwindow .verticalImg .boxImg{
width: 220px;
height: 220px;
}
.qg-offerresults-shopwindow .verticalImg img {
/*height: 100%;*/
}
/**
* hot recommend
*/
.qg-hotrecommend .offerList li {
width: 15.1057%;
margin-right: 1%;
}
.qg-hotrecommend .offerList li dt {
width: 100%;
}
.qg-hotrecommend .verticalImg .boxImg{
width: 100%;
height: 150px;
}
.qg-hotrecommend .verticalImg img {
/*height: 100%;*/
}