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

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

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

#imgPage .avatar {
    width: 78px;
    height: 78px;
    display: block;
}


.footer {
    text-align: center;
    margin-top: 50px;
    bottom: 0;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 50px;
  }