From eea897aeac44a75e93fdc90939261f1b44711087 Mon Sep 17 00:00:00 2001 From: lgq <1015864684@qq.com> Date: 星期二, 08 七月 2025 18:11:31 +0800 Subject: [PATCH] 1.同步最新文件 --- local/www/css/page/detail-video.css | 132 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 130 insertions(+), 2 deletions(-) diff --git a/local/www/css/page/detail-video.css b/local/www/css/page/detail-video.css index b7a4647..b8e5bf2 100644 --- a/local/www/css/page/detail-video.css +++ b/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; + } + +} + -- Gitblit v1.9.3