@charset "utf-8"; /* LESS Document */ /*中间总宽度*/ @census_width:100%; /*其它变量*/ @cen_con_width:@census_width; .census{display:table; .cen_con{float:left; width:@cen_con_width; height:auto; overflow:hidden; .fruit{float:left; width:@cen_con_width; height:auto; overflow:hidden; background-color:#ffffff; .block{float:left; width:@cen_con_width; height:auto; .title{float:left; width:@cen_con_width; height:30px; overflow:hidden; margin-bottom:10px; background-color:#5094d1; .bai{float:left; width:10px; height:10px; overflow:hidden; margin:9px 6px 0 20px; background-color:#ffffff;} .text{float:left; font-size:16px; margin-top:3px; color:#ffffff;font-family:"宋体";} } .tendency{float:left; width:@cen_con_width; height:436px; overflow:hidden; .point{float:left; width:@cen_con_width; height:40px; overflow:hidden; text-align:center; color:#325899;} .box{float:left; width:@cen_con_width; height:350px; overflow:hidden;} } .info{float:left; width:@cen_con_width; height:640px; overflow:hidden; .table{width:@cen_con_width; height:112px; overflow:hidden; margin:0 auto 10px auto; tbody{background-color:#eeeeee;} } .box{float:left; width:@cen_con_width; height:470px; overflow:hidden;} } .source{float:left; width:@cen_con_width; height:auto; overflow:hidden;} } } } .cen_footer{float:left; width:@census_width; height:20px; overflow:hidden; display:flex;} }