lgq
2025-07-08 eea897aeac44a75e93fdc90939261f1b44711087
local/www/css/page/detail-video.css
@@ -105,8 +105,10 @@
.sp-showItem {
    text-align: center;
    line-height: 316px;
    height: 316px;
    /*line-height: 316px;*/
    /*height: 316px;*/
    line-height: 210px;
    height: 210px;
    background: #262c33;
    margin: 2px;
    -webkit-border-radius: 8px;
@@ -431,3 +433,129 @@
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
@media only screen and (max-width:1280px) and (max-height: 1024px){
    .i-container {
        min-width: 1040px;
    }
    .jmkt-main {
        overflow: hidden;
        padding: 0 5px;
        margin-top: 20px;
    }
    .layui-col-space20>* {
        padding: 5px;
    }
    .sp-cz-wrap {
        width: 250px;
        overflow: hidden;
        margin: 20px auto;
    }
    .sp-cz-box {
        overflow: hidden;
        width: 270px;
        height: 270px;
    }
    .sp-cz-l1,.sp-cz-l2,.sp-cz-l3,.sp-cz-l4,.sp-cz-l5,
    .sp-cz-l6,.sp-cz-l7,.sp-cz-l8,.sp-cz-l9{
        width: 80px;
        height: 80px;
        border-top-left-radius: 8px;
    }
    .sp-cz-box ul li a img {
        width: 28px;
        height: 28px;
    }
    .sp-bianbei {
        height: 50px;
        background: #262c33;
        width: 250px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden;
        margin: 20px 2px 0 2px;
        text-align: center;
    }
}
@media only screen and (max-width:1280px) and (max-height: 800px){
    .i-container {
        min-width: 1045px;
        height: 100%;
        overflow-y: scroll;
    }
    /** 隐藏列表下拉滚动条 **/
    .div-body::-webkit-scrollbar {
        display: none;
    }
    /*IE 10+ ----隐藏滚动条*/
    .div-body {
        -ms-overflow-style: none;
    }
    /*Firefox ----隐藏滚动条*/
    .div-body {
        scrollbar-width: none;
    }
    .jmkt-main {
        overflow: hidden;
        padding: 0 5px;
        margin-top: 20px;
    }
    .layui-col-space20>* {
        padding: 5px;
    }
    .sp-cz-wrap {
        width: 250px;
        overflow: hidden;
        margin: 20px auto;
    }
    .sp-cz-box {
        overflow: hidden;
        width: 270px;
        height: 270px;
    }
    .sp-cz-l1,.sp-cz-l2,.sp-cz-l3,.sp-cz-l4,.sp-cz-l5,
    .sp-cz-l6,.sp-cz-l7,.sp-cz-l8,.sp-cz-l9{
        width: 80px;
        height: 80px;
        border-top-left-radius: 8px;
    }
    .sp-cz-box ul li a img {
        width: 28px;
        height: 28px;
    }
    .sp-bianbei {
        height: 50px;
        background: #262c33;
        width: 250px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden;
        margin: 20px 2px 0 2px;
        text-align: center;
    }
    .sp-boxWrap, .sp-box {
        height: 650px;
    }
    .sp-showBox {
        display: none;
        margin: 15px 20px 20px 20px;
        height: 540px;
    }
    .sp-showItem2 {
        text-align: center;
        line-height: 540px;
        height: 540px;
        background: #262c33;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
}