InformationDisplay.less 1.13 KB

.pagination-page {
    float: right;
    padding-right: 10px;
}

.result-wrapper {
    /* padding: 0 20px; */
    width: 50%;
    min-width: 600px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    border-radius: 4px;
    margin: 20px auto 0;
    position: relative;
    overflow: auto;
}

.result-header {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, .2);
    /* margin: 10px 0 0; */
}

.result-page {
    margin: 8px 0;
}

.result-progress-wrapper::after,
.result-progress-wrapper::before {
    content: '';
    display: table;
}

.result-progress-wrapper::after {
    clear: both;
}

.result-item {
    padding: 10px;
}

.scrollbar-wrapper {
    height: 100%;
    height: 376px;
    max-height: 376px;
    overflow-x: hidden !important;
}

.result-intro {
    float: left;
}

.result-clear-btn {
    float: right;
    border-radius: 20px;
}

.result-footer {
    padding: 12px 20px;
    font-size: 16px;
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, .2);
}

.result-footer::after,
.result-footer::before {
    content: '';
    display: table;
}

.result-footer::after {
    clear: both;
}