.product .leftArea{
width: 185px;
}
.product .rightArea{
width: 810px;
}
這段代碼無效?。?!
width: 185px;
}
.product .rightArea{
width: 810px;
}
這段代碼無效?。?!
2017-09-07
源碼:https://github.com/yhfhappy/HTML-and-CSS/tree/master/%E7%94%B5%E5%95%86%E7%BD%91%E7%AB%99
2017-09-03
/*清浮動*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
2017-08-26
input{outline:none;border:none;background:none;}
.search_input{margin:0;padding: 0px 5px;background:#fff;line-height:35px\9;}
.search_input{margin:0;padding: 0px 5px;background:#fff;line-height:35px\9;}
2017-08-25