fd-gulp-convert-encoding
Version:
convert file to assigned charset
74 lines (59 loc) • 994 B
CSS
/**
* common
*/
#doc {
width: 1410px;
margin: 0 auto;
}
.verticalImg img{
width: 100%;
}
.qg-photolocked {
width: 220px;
height: 220px;
}
/**
* offers
*/
.qg-offerresults .productPic {
width: 220px;
}
.qg-offerresults .verticalImg .boxImg{
width: 220px;
height: 220px;
}
.qg-offerresults .verticalImg img {
/*height: 100%;*/
}
.qg-offerresults-shopwindow li {
width: 222px;
margin: 0 3%;
}
.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%;
padding-right: 1%;
}
.qg-hotrecommend .offerList li dt {
width: 100%;
}
.qg-hotrecommend .verticalImg .boxImg{
width: 100%;
height: 220px;
}
.qg-hotrecommend .verticalImg img {
/*height: 100%;*/
}