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-pd.css |   90 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 90 insertions(+), 0 deletions(-)

diff --git a/local/www/css/page/detail-pd.css b/local/www/css/page/detail-pd.css
index 4bd6408..6e39b54 100644
--- a/local/www/css/page/detail-pd.css
+++ b/local/www/css/page/detail-pd.css
@@ -55,6 +55,12 @@
 .pdgxq-m1-box {
     height: 540px;
 }
+.pdgxq-m1-left {
+    height: 730px;
+}
+.pdgxq-m1-right {
+    height: 540px;
+}
 
 
 .pdgxq-m1-box {
@@ -378,6 +384,10 @@
     border-radius: 8px;
     -webkit-box-sizing: border-box;
 }
+.lsyq-item div {
+    width: 100%;
+    height: 216px;
+}
 
 .popBox {
     display: none;
@@ -433,3 +443,83 @@
 .table-tbody {
     scrollbar-width: none;
 }
+
+@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;
+    }
+
+
+    .pdgxq-group {
+        overflow: hidden;
+        height: 48px;
+        width: 325px;
+        margin: 22px 20px 0 20px;
+        background-image: url(../../images/jmkt-chuli.png);
+        background-size: 100% 100%;
+    }
+    .jmkt-chuli {
+        padding: 0 7px 0 15px;
+    }
+    .jmkt-yichuli {
+        padding: 0 5px 0 37px;
+    }
+    .pdgxq-group-item {
+        width: 120px;
+    }
+    .lsyg-jkxx-box {
+        margin: 25px 4px 20px 4px;
+        height: 360px;
+        overflow: hidden;
+        position: relative;
+    }
+
+
+    .pdgxq-m1-left {
+        height: 650px;
+    }
+    .pdgxq-m1-right {
+        height: 460px;
+    }
+    .table-tbody {
+        height: 420px;
+        overflow-y: scroll;
+    }
+
+    .battery .battery-text {
+        font-size: 10px;
+    }
+    .battery .battery-info {
+        line-height: 14px;
+        position: absolute;
+        top: 24%;
+        left: 20%;
+    }
+    .scroll {
+        height: 360px;
+        overflow-y: scroll;
+    }
+    .lsyq-item {
+        height: 176px;
+    }
+    .lsyq-item div {
+        width: 100%;
+        height: 176px;
+    }
+
+}
+

--
Gitblit v1.9.3