fd-gulp-convert-encoding
Version:
convert file to assigned charset
84 lines (66 loc) • 1.13 kB
CSS
/**
* common
*/
#doc {
width: 990px;
margin: 0 auto;
}
.verticalImg img{
width: 100%;
}
.qg-photolocked {
width: 100px;
height: 100px;
}
/**
* offers
*/
.qg-offerresults .verticalImg .boxImg{
width: 100px;
height: 100px;
}
.qg-offerresults .verticalImg img {
/*height: 100%;*/
}
.qg-offerresults .rightDes {
width: 35%;
}
.qg-offerresults li .productPic {
width: 100px;
}
.qg-offerresults-shopwindow li {
width: 152px;
margin: 0 1%;
}
.qg-offerresults-shopwindow .qg-photolocked {
width: 150px;
height: 150px;
}
.qg-offerresults-shopwindow li dl dt {
width: 150px;
height: 150px;
}
.qg-offerresults-shopwindow .verticalImg .boxImg{
width: 150px;
height: 150px;
}
.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: 100px;
}
.qg-hotrecommend .verticalImg img {
/*height: 100%;*/
}