﻿.navbar-brand img {
    max-height: 30px;
}

.edui-editor-iframeholder {
    max-width: 100%;
}

body {
    background-size: 100% 100%;
    font-family: 'Microsoft YaHei';
}

.page-total {
    display: none;
}

.pagination span {
    cursor: pointer;
}

canvas {
    display: block;
    margin: auto;
}


@media (max-width: 375px) {
    .thumb-xs img {
        height:150px;
    }
}

.modal .nav-tabs .close {
    /*position: absolute;
    top: 5px;
    right: 5px;*/
    display:none;
}



.like-apps {
    box-shadow: 1px 1px 7px #00000026;
    border-radius: 3px;
    padding: 13px 10px 13px 13px;
    margin-bottom: 19px;
}

.like-apps .thumb-sm {
    width: 47px;
}

.like-apps .Name {
    font-weight: bold;
    color: #333;
    font-size: 16px;

    max-width: calc(100% - 50px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.like-apps .GradeId {
    display: inline-block;
    background: #f1f1f1;
    padding: 1px 6px;
    border-radius: 8px;
    color: #adadad;
    font-size: 12px;
    line-height: 1;
}

.like-apps .Abstract {
    height: 46px;
    margin-top: 15px;
}

.like-apps .entry {
    background: #fff;
    border: 1px #42da40 solid;
    color: #42da40;
    padding: 2px 10px;
}

.like-apps .install {
    background: #42da40;
    color: #fff;
    padding: 2px 10px;
}

.like-apps.selectBox .Name {
    font-weight: normal;
    line-height: 47px;
}

.like-apps.selectBox {
    padding: 6px;
}


.like-apps .plus,
.like-apps .minus {
    position: absolute;
    top: -15px;
    right: 10px;
    font-size: 26px;
    cursor: pointer;
}


.like-apps .plus {
    color: #2ec52c;
}


.like-apps .minus {
    top: -19px;
    color: #ff4d4d;
}


 


 