/********************************************
 *
 * 文件注释，说明文件名称和文件所包含内容
 * @file videoDisplay.less
 * @author shangwenhe
 * @create time 2015年07月02日14:30
 * @version {版本信息}  v0.0.1
 *
 * ////////////////////////////////////////
 *
 * @require
 * @describe  描述文件
 * @Modification time
 *
************************************************/
		
.videoDisplay-tmpl { 
    height: (179px + 62px);
    overflow: hidden;
    .video-shelf {
        &-header {
        }
        &-content {
            overflow: hidden;
        }
    }
    
}
