﻿::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #888;
}

::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #f0f0f0;
}

[v-cloak] {
    display: none !important;
}

html,
body {
    font-family: 'Microsoft YaHei';
    margin: 0;
    padding: 0;
    height: 100%;
    color: #333;
    user-select: none;
    font-size: 16px;
}

input,
textarea {
    font-family: 'Microsoft YaHei';
}

button,
a {
    outline: 0;
}

a {
    color: #409EFF;
    transition: all linear .3s;
    text-decoration: none;
}

/* 
a:hover {
    color: orangered;
}

a:active {
    color: orange;
} */

.progress-area {
    padding: 5px 20px;
    display: none;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.progress-item {
    margin: 20px 0;
}

.progress-title {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}