/********************************************
 *
 * 文件注释，说明文件名称和文件所包含内容
 * @file oneLine.less
 * @author shangwenhe
 * @create time 2015年06月03日17:34
 * @version {版本信息}  v0.0.1
 *
 * ////////////////////////////////////////
 *
 * @require 'autoIndex:static/widget/video/video.less'
 * @require 'autoIndex:static/widget/tab/tab.less'
 * @describe  描述文件
 * @Modification time
 *
************************************************/

.oneLine-tmpl {
    height: (179px + 62px);
    overflow: hidden;
    .video-shelf {
        &-header {
        }
        &-content {
            overflow: hidden;
        }
    }
}

