当屏幕小于762px时id为weijin的盒子高度变为30px;
and后可以跟第二个属性
@media only screen and (max-width:762px){
    #weijin{  
        height: 30px;
    }
}