@import "css/file.css";
@import "css/login.css";
@import "css/register.css";

body {
    margin: 0;
}

::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

#app {
    width: 100vw;
    height: 100vh;
    background-color: #333333;
    overflow: hidden;
}

.el-container {
    height: 100%;
    flex-direction: column;
}

a {
    text-decoration: none !important;
}

ul{
    padding: 0;
    margin: 0;
}

li{
    list-style: none;
}

.arch-button {
    border-radius: 4px;
    background: #5555FF !important;
    color: white !important;
    border: none;
}

.share {
    background-color: #5555FF !important;
    color: white !important;
    border-radius: 4px !important;
}

.share-font {
    color: #5555FF !important;
}

.el-tooltip__popper.is-light {
    color: #666666;
    /* 中性色/卡片背景 */
    background: #FFFFFF;
    /* 中性色/浅色线条 */
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.el-avatar {
    background-color: unset !important;
}

.selectVersion {
    position: relative;
    background: linear-gradient(0deg, rgba(85, 85, 255, 0.1), rgba(85, 85, 255, 0.1)), #FFFFFF !important;
    box-shadow: 0 .5px 0 rgba(0, 0, 0, 0.3) !important;
}

.selectVersion:after {
    content: '';
    position: absolute;
    left: -1px;
    width: 6px;
    height: 130px;
    background-color: #5555FF;
}

/*自定义栅格系统*/
.el-col-25 {
    width: calc(100% / 5);
}

/*自定义el-button大小*/
.el-button--supermini {
    width: 55px;
    height: 20px;
    padding: 5px 8px;
    /* 主色系列/标签色 */
    background: rgba(85, 133, 255, 0.1);
    /* 主色系列/不可点击色 */
    border: 1px solid rgba(85, 85, 255, 0.3);
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    color: #5555FF;
}

.blur {
    filter: blur(5px);
    -webkit-filter: blur(5px); /* chrome, opera */
    -ms-filter: blur(5px);
    -moz-filter: blur(5px);
}


.pointer {
    cursor: pointer;
}


.bg-colorWhite, .bg-colorWhite:hover {
    background: white !important;
    color: black !important;
    border: 1px solid #E4E7ED !important;
}

.el-link.el-link--default:after, .el-link.el-link--primary.is-underline:hover:after, .el-link.el-link--primary:after, .el-link:hover {
    border: none !important;
    outline: none!important;
    color: #606266!important;
}

.link-form .link-content{
    /* 中性色/浅色线条 */
    background: #EEEEEE;
    opacity: 0.8;
    /* Border/Light */

    border: 1px solid #E4E7ED;
    box-sizing: border-box;
    border-radius: 4px;

}
.link-form .link-content .el-textarea__inner{
    color: #303133!important;
}

