.new-channel{height:100%;width:100%;overflow-y:scroll;box-sizing:border-box;padding:0 30px}.new-channel .new-channel-title{height:50px;font-size:12px;display:flex;align-items:center;justify-content:space-between}.new-channel .new-channel-title .title{position:relative;text-indent:10px}.new-channel .new-channel-title .title:after{content:"";width:3px;height:14px;background:#5680fa;position:absolute;top:2px;left:-10px}.new-channel .new-channel-content .el-col{height:80px;display:flex;align-items:center;font-size:12px;color:#666;position:relative}.new-channel .new-channel-content .el-col .label{min-width:100px;text-align:right}.new-channel .new-channel-content .el-col .el-cascader,.new-channel .new-channel-content .el-col .el-input,.new-channel .new-channel-content .el-col .el-select,.new-channel .new-channel-content .el-col .el-textarea{width:60%}.new-channel .new-channel-content .el-col .el-cascader .el-input,.new-channel .new-channel-content .el-col .el-input .el-input,.new-channel .new-channel-content .el-col .el-select .el-input,.new-channel .new-channel-content .el-col .el-textarea .el-input{width:100%}.new-channel .new-channel-content .el-col .error{color:red;cursor:pointer;position:absolute;left:120px;bottom:5px}.new-channel .new-channel-content .el-col .el-input-group__prepend{width:80px;padding:0}.new-channel .new-channel-content .el-col .el-input-group__prepend .el-select{width:100%;margin:-10px 0}.elForm .el-form-item{display:flex;align-items:center;width:100%}.elForm .el-form-item .el-form-item__label{min-width:100px;font-size:12px;padding:0}.elForm .el-form-item .el-form-item__content{flex:1}.elForm .el-form-item .el-form-item__content .el-input,.elForm .el-form-item .el-form-item__content .el-input--mini,.elForm .el-form-item .el-form-item__content .el-select,.elForm .el-form-item .el-form-item__content .el-select--mini{width:80%}