/* Copyright 2021 DiVMS(DiVMS.COM)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

.btn-reset {
    margin-right: 10px;
}

.image-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.image-uploader .el-upload:hover {
    border-color: #409EFF;
}

.image-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
}

.image {
    width: 120px;
    height: 120px;
    display: block;
}

.divms-video .upload-video .el-upload, .divms-audio .upload-audio .el-upload {
    width: 100%;
}

.divms-video .upload-video .el-upload-dragger, .divms-audio .upload-audio .el-upload-dragger {
    width: 100%;
}

.divms .el-image-modify {
    position: absolute;
    bottom: 6px;
    left: 160px;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 112px;
    height: 32px;
    line-height: 32px;
    padding: 0 4px;
    font-size: 12px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.divms .el-upload--picture-card i {
    font-size: 28px;
    color: #8c939d;
    top: 50px;
    position: relative;
}

.divms .el-image-modify .image-modify-splitline {
    position: absolute;
    width: 1px;
    height: 14px;
    background: #d8d8d8;
    top: 50%;
    margin-top: -7px;
}

.divms .el-image-modify .image-modify-btn {
    display: inline-block;
    padding: 0px 12px;
    overflow: hidden;
    cursor: pointer;
    border: 0;
}

.divms .upload-image .el-upload-dragger {
    width: 100%;
}

.divms .upload-image .el-upload {
    width: 100%;
}

.el-select {
    display: block;
}

.thumbnail-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.thumbnail-uploader .thumbnail {
    width: 320px;
    height: 240px;
}

.thumbnail-uploader .avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 320px;
    height: 240px;
    line-height: 240px;
    text-align: center;
}

@media only screen and (max-width: 576px) {
    .el-dialog {
        width: 90% !important;
    }

    .el-upload-dragger {
        width: 98%;
        height: 180px;
    }
}

.article_container {
    display: flex;
    flex-direction: column;
    height: 500px;
    overflow-y: scroll;
    max-width: 800px;
    margin: auto;
    border: 1px solid #999999;
    padding: 10px;
}

.article_title {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #2A344B;
    width: 100%;
}

.article_time {
    font-size: 18px;
    line-height: 40px;
    color: #5F6E8E;
    width: 100%;
    margin: 0;
}

.article_text {
    font-size: 16px;
    line-height: 30px;
    color: #5F6E8E;
    margin: 40px 0;
    width: 100%;
}

.article_text p {
    margin: 0;
}
<!--ºÄÊ±1768456552.0575Ãë-->