gcz 2 年 前
コミット
0fedcc3450

+ 47 - 3
src/assets/scss/media.scss

@@ -40,8 +40,52 @@
     .ntitle{
         margin-bottom: 5px;
     }
+}
+// 苹果笔记本
+@media only screen and (max-width : 1600px) and (max-height : 2560px) {
+    //小班滚动
+    .right-wrap{
+        .scroll-board-wrap{
+            width: 320px;
+            padding: 0;
+            .scroll-board-01{
+                padding: 0;
+            }
+            .scroll-board-tool{
+                .inner{
+                    left: 0;
+                    right: 0;
+                }
+            }
+        }
+    }
+    //导航
+    .nav-wrap {
+        .nav-item {
+            line-height: 1.2;
+            font-size: 18px;
+            &:not(:first-of-type) {
+                margin-top: 1vh;
+            }
+            padding: 1.5vh 24px;
+        }
+    }
+    //小班搜索
+    .xiaoban{
+        width: 320px;
+         .el-input .el-input__inner{
+            font-size: 16px;
+        }
+        .title{
+            font-size: 16px;
+        }
+    }
 
-
-
-
+    .ntitle{
+        margin-bottom: 15px;
+    }
+    .addr{
+        margin-bottom: 15px;
+    }
+   
 }

+ 11 - 1
src/components/header.vue

@@ -3,7 +3,7 @@
  * @Author: wangcc
  * @Date: 2022-06-14 18:11:54
  * @LastEditors: gcz
- * @LastEditTime: 2022-06-28 18:02:57
+ * @LastEditTime: 2022-06-29 15:17:34
  * @FilePath: \castgroup_bigscreen\src\components\header.vue
  * @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved. 
 -->
@@ -162,4 +162,14 @@ import timeFormat from '@/utils/timeFormat'
         }
     }
 }
+@media only screen and (max-width : 1600px) and (max-height : 2560px) {
+    .top-box{
+        h2{
+           letter-spacing: 1px;
+            font-size: 32px;
+            text-indent: -0.8em; 
+        }
+    }
+
+}
 </style>

+ 20 - 0
src/components/numerical.vue

@@ -94,4 +94,24 @@
         }
     }
 }
+@media only screen and (max-width : 1600px) and (max-height : 2560px) {
+    .numerical{
+
+        .item-wrap{
+            .numerical-item{
+                padding: 0 0 15px 5px;
+                .name{
+                    font-size: 16px;
+                }
+                .number{
+                    font-size: 24px;
+                }
+                .unit{
+                    font-size: 16px;
+                }
+            }
+        }
+    }
+
+}
 </style>

+ 1 - 1
src/dataSchema/page1Char1Schema.js

@@ -29,7 +29,7 @@ let page1Char1Schema = {
             startValue: 0, // 从头开始。
             endValue: 7, // 一次性展示6个
             height: 5, //组件高度
-            bottom: 10,
+            bottom: '10px',
             borderColor: 'transparent',
             fillerColor: '#14c6d3',
             zoomLock: true,

+ 1 - 1
src/dataSchema/page1Char2Schema.js

@@ -19,7 +19,7 @@ let page1Char2Schema = {
             startValue: 0, // 从头开始。
             endValue: 7, // 一次性展示6个
             height: 5, //组件高度
-            bottom: 10,
+            bottom: '10px',
             borderColor: 'transparent',
             fillerColor: '#14c6d3',
             zoomLock: true,

+ 1 - 1
src/dataSchema/page2Char2Schema.js

@@ -50,7 +50,7 @@ let page2Char2Schema = {
             startValue: 0, // 从头开始。
             endValue: 7, // 一次性展示6个
             height: 5, //组件高度
-            bottom: 0,
+            bottom: '10px',
             borderColor: 'transparent',
             fillerColor: '#14c6d3',
             zoomLock: true,

+ 2 - 2
src/dataSchema/page2Char3Schema.js

@@ -15,7 +15,7 @@ let page6Char1Schema = {
         containLabel: true,
         top: "30px",
         left: '10px',
-        bottom: '20',
+        bottom: '20px',
         right: '24px'
     },
     tooltip: {
@@ -51,7 +51,7 @@ let page6Char1Schema = {
             startValue: 0, // 从头开始。
             endValue: 7, // 一次性展示6个
             height: 5, //组件高度
-            bottom: 0,
+            bottom: '10px',
             borderColor: 'transparent',
             fillerColor: '#14c6d3',
             zoomLock: true,

+ 1 - 1
src/dataSchema/page5Char1Schema.js

@@ -29,7 +29,7 @@ let page5Char1Schema = {
             startValue: 0, // 从头开始。
             endValue: 7, // 一次性展示6个
             height: 5, //组件高度
-            bottom: 0,
+            bottom: '10px',
             borderColor: 'transparent',
             fillerColor: '#14c6d3',
             zoomLock: true,

+ 1 - 1
src/dataSchema/page5Char2Schema.js

@@ -32,7 +32,7 @@ let page5Char2Schema = {
             startValue: 0, // 从头开始。
             endValue: 7, // 一次性展示6个
             height: 5, //组件高度
-            bottom: 0,
+            bottom: '10px',
             borderColor: 'transparent',
             fillerColor: '#14c6d3',
             zoomLock: true,

+ 2 - 2
src/dataSchema/page6Char1Schema.js

@@ -15,7 +15,7 @@ let page6Char1Schema = {
         containLabel: true,
         top: "30px",
         left: '10px',
-        bottom: '20',
+        bottom: '20px',
         right: '24px'
     },
     tooltip: {
@@ -50,7 +50,7 @@ let page6Char1Schema = {
             startValue: 0, // 从头开始。
             endValue: 7, // 一次性展示6个
             height: 5, //组件高度
-            bottom: 0,
+            bottom: '10px',
             borderColor: 'transparent',
             fillerColor: '#14c6d3',
             zoomLock: true,