@charset "utf-8"; /* LESS Document */ /*中间总宽度*/ @detsim_width:980px; /*内容部分宽度*/ @detsim_con_width:@detsim_width - 40; .detsim{display:table; .detsim_header{float:left; width:@detsim_width; height:20px; overflow:hidden;} .detsim_con{float:left; width:@detsim_con_width; height:auto; overflow:hidden; padding:0 20px; background-color:#f0f0f0; .crumb{float:left; width:@detsim_con_width; height:30px; overflow:hidden; color:#fff; background:url(../images/weizhi01.png) no-repeat; .dibiao{float:left; width:15px; height:30px; overflow:hidden; margin:0 10px; background:url(../images/icos.png) no-repeat -23px -393px;} .sanjiao{float:left; width:10px; height:20px; overflow:hidden; margin:3px 5px 0 0; background:url(../images/icos.png) no-repeat -58px -399px;} .text{float:left; margin:4px 6px 0 0;} } .content{float:left; width:@detsim_con_width - 40; height:auto; overflow:hidden; padding:0 20px; background-color:#ebebeb; .h1{float:left; width:100%; height:auto; overflow:hidden; padding:20px 0 10px 0; color:#005d90; font-size:16px; font-weight:bold;} .laiyuan{float:left; width:100%; height:auto; overflow:hidden; padding:10px 0; color:#787878;} .con{float:left; width:@detsim_con_width - 80; height:auto; overflow:hidden; padding:10px 20px; color:#1e1e1e;} .yuan{float:left; width:100%; height:auto; overflow:hidden; padding:10px 0; color:#1e1e1e;} } } .detsim_footer{float:left; width:@detsim_width; height:20px; overflow:hidden; img{vertical-align:text-bottom;} } }