Browse Source

修改样式

See999 5 years ago
parent
commit
5702d5e452

+ 3 - 0
src/pages/advice/DialysisAdviceTable.vue View File

@@ -618,6 +618,9 @@ export default {
618 618
   @media only screen and (min-width: 768px) {
619 619
     padding-top: 60px !important;
620 620
   }
621
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
622
+    padding-top: 46px;
623
+  }
621 624
   // @media only screen and (min-width: 813px) and (max-width: 1024px) {
622 625
   //   padding-top: 118px !important;
623 626
   // }

+ 8 - 5
src/pages/main/DetailsPage.vue View File

@@ -191,8 +191,8 @@ export default {
191 191
       @media only screen and (min-width: 376px) and (max-width: 415px) {
192 192
         margin-right: 3.6rem;
193 193
       }
194
-      @media only screen and (min-width: 415px) and (max-width: 737px) {
195
-        margin-right: 6rem;
194
+      @media only screen and (min-width: 415px) and (max-width: 767px) {
195
+        margin-right: 4rem;
196 196
       }
197 197
       @media only screen and (min-width: 768px) {
198 198
         margin-right: 4rem;
@@ -243,9 +243,9 @@ export default {
243 243
   bottom: 2.25rem;
244 244
   font-size: 0.34rem;
245 245
   text-align: center;
246
-  @media only screen and (max-width: 767px) {
247
-    display: none;
248
-  }
246
+  // @media only screen and (max-width: 767px) {
247
+  //   display: none;
248
+  // }
249 249
   p {
250 250
     width: 30px;
251 251
     text-align: center;
@@ -259,6 +259,9 @@ export default {
259 259
       width: 50px;
260 260
       margin: 17px auto 0;
261 261
     }
262
+    @media only screen and (min-width: 415px) and (max-width: 767px) {
263
+      margin: 15px auto 0;
264
+    }
262 265
   }
263 266
 }
264 267
 </style>

+ 3 - 0
src/pages/main/DialysisArea.vue View File

@@ -525,6 +525,9 @@ export default {
525 525
   @media only screen and (min-width: 768px) {
526 526
     top: 163px;
527 527
   }
528
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
529
+    top: 134px;
530
+  }
528 531
   // @media only screen and (min-width: 813px) and (max-width: 1024px) {
529 532
   //   top: 130px;
530 533
   // }

+ 3 - 0
src/pages/main/WaitingArea.vue View File

@@ -666,6 +666,9 @@ export default {
666 666
   @media only screen and (min-width: 768px) {
667 667
     top: 163px;
668 668
   }
669
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
670
+    top: 134px;
671
+  }
669 672
   right: 0;
670 673
   z-index: 66;
671 674
   left: 0;

+ 6 - 0
src/pages/main/dialog/MonitDialog.vue View File

@@ -1099,6 +1099,9 @@ export default {
1099 1099
         padding: 0.18rem 0;
1100 1100
         padding-left: 5px;
1101 1101
         width: 100%;
1102
+        @media only screen and (min-width: 415px) and (max-width: 767px) {
1103
+          padding: 9.4px 0;
1104
+        }
1102 1105
         @media only screen and (min-width: 768px) {
1103 1106
           height: 60px;
1104 1107
           line-height: 60px;
@@ -1110,6 +1113,9 @@ export default {
1110 1113
           line-height: 38px;
1111 1114
           font-size: 0.45rem;
1112 1115
           padding: 0 !important;
1116
+          @media only screen and (min-width: 415px) and (max-width: 767px) {
1117
+          font-size: 0.4rem;
1118
+        }
1113 1119
         @media only screen and (min-width: 768px) {
1114 1120
           height: 60px;
1115 1121
           line-height: 60px;

+ 1 - 1
src/pages/main/dialog/OrdersDialog.vue View File

@@ -1403,7 +1403,7 @@
1403 1403
 .table {
1404 1404
   width: 1200px;
1405 1405
   @media only screen and (max-width: 767px) {
1406
-      width: 800px;
1406
+      width: 850px;
1407 1407
     }
1408 1408
   tr {
1409 1409
     th {

+ 3 - 0
src/pages/main/dialog/new_order/AddNewOrders.vue View File

@@ -544,6 +544,9 @@ export default {
544 544
   @media only screen and (min-width: 768px) {
545 545
     height: 7.8rem !important;
546 546
   }
547
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
548
+    height: 11.8rem !important;
549
+  }
547 550
 }
548 551
 .backgroundColor {
549 552
   background: #fff;

+ 4 - 4
src/pages/main/dialog/subMenu/checkBoxSubMenu.vue View File

@@ -139,8 +139,8 @@ export default {
139 139
   @media only screen and (max-width: 768px) {
140 140
     max-height: 11.8rem !important;
141 141
   }
142
-  @media only screen and (min-width: 415px) and (max-width: 737px) {
143
-    max-height: 12.8rem !important;
142
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
143
+    max-height: 13.8rem !important;
144 144
   }
145 145
   @media only screen and (min-width: 666px) and (max-width: 737px) {
146 146
     max-height: 8rem;
@@ -158,8 +158,8 @@ export default {
158 158
     @media only screen and (max-width: 768px) {
159 159
       max-height: 11.8rem !important;
160 160
     }
161
-    @media only screen and (min-width: 415px) and (max-width: 737px) {
162
-      max-height: 12.8rem !important;
161
+    @media only screen and (min-width: 415px) and (max-width: 767px) {
162
+      max-height: 13.8rem !important;
163 163
     }
164 164
     li {
165 165
       height: 1.2rem;

File diff suppressed because it is too large
+ 1056 - 971
src/pages/main/dialysis/AdviceTable.vue


+ 3 - 3
src/pages/main/dialysis/CheckTab.vue View File

@@ -106,9 +106,9 @@ export default {
106 106
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
107 107
   //   top: 84px !important;
108 108
   // }
109
-  // @media only screen and (min-width: 415px) and (max-width: 736px) {
110
-  //   top: 88px !important;
111
-  // }
109
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
110
+    top: 100px !important;
111
+  }
112 112
   // @media only screen and (max-width: 767px) {
113 113
   //   top: 76px !important;
114 114
   // }

+ 6 - 3
src/pages/main/dialysis/DialysisTab.vue View File

@@ -61,9 +61,9 @@ export default {
61 61
   padding-top: 38px;
62 62
   // background: #fff;
63 63
   min-height: calc(100vh - 64px);
64
-  // @media only screen and (min-width: 376px) and (max-width: 737px) {
65
-  //   padding-top: 46px;
66
-  // }
64
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
65
+    padding-top: 58px;
66
+  }
67 67
   @media only screen and (min-width: 768px) {
68 68
     padding-top: 82px;
69 69
   }
@@ -77,6 +77,9 @@ export default {
77 77
     @media only screen and (min-width: 768px) {
78 78
       top: 63px;
79 79
     }
80
+    @media only screen and (min-width: 415px) and (max-width: 767px) {
81
+      top: 52px;
82
+    }
80 83
     // @media only screen and (min-width: 813px) and (max-width: 1024px) {
81 84
     //   top: 64px;
82 85
     // }

+ 3 - 3
src/pages/main/dialysis/InspectionItemTable.vue View File

@@ -325,9 +325,9 @@ export default {
325 325
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
326 326
   //   margin-top: 84px;
327 327
   // }
328
-  // @media only screen and (min-width: 415px) and (max-width: 736px) {
329
-  //   margin-top: 84px !important;
330
-  // }
328
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
329
+    margin-top: 102px !important;
330
+  }
331 331
   // @media only screen and (max-width: 812px) {
332 332
   //   margin-top: 80px !important;
333 333
   // }

+ 3 - 3
src/pages/main/records/CaseHistory.vue View File

@@ -84,9 +84,9 @@ export default {
84 84
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
85 85
   //   top: 50px !important;
86 86
   // }
87
-  // @media only screen and (min-width: 415px) and (max-width: 736px) {
88
-  //   top: 50px !important;
89
-  // }
87
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
88
+    top: 52px !important;
89
+  }
90 90
   @media only screen and (min-width: 813px) and (max-width: 1024px) {
91 91
     top: 67px;
92 92
   }

+ 3 - 0
src/pages/main/records/RecordsTab.vue View File

@@ -342,6 +342,9 @@ export default {
342 342
   @media only screen and (min-width: 737px) and (max-width: 768px) {
343 343
     padding-top: 100px;
344 344
   }
345
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
346
+    padding-top: 90px !important;
347
+  }
345 348
   .data {
346 349
     width: 11rem;
347 350
     margin: 0 auto;

+ 2 - 2
src/pages/main/today/detailsInfo.vue View File

@@ -220,9 +220,9 @@ export default {
220 220
             width: 0.8rem;
221 221
             margin-left: 4px;
222 222
           }
223
-          @media only screen and (min-width: 415px) and (max-width: 737px) {
223
+          @media only screen and (min-width: 415px) and (max-width: 767px) {
224 224
             width: 0.8rem;
225
-            margin-left: 0.4rem;
225
+            margin-left: 0.25rem;
226 226
           }
227 227
           @media only screen and (min-width: 768px) {
228 228
             width: 1rem;

+ 11 - 2
src/pages/monitoring/index.vue View File

@@ -535,6 +535,9 @@ export default {
535 535
   @media only screen and (min-width: 768px) {
536 536
     top: 80px !important;
537 537
   }
538
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
539
+    top: 64px;
540
+  }
538 541
   ul {
539 542
     @include display-flex;
540 543
     @include align-items-center;
@@ -571,14 +574,20 @@ export default {
571 574
   @media only screen and (min-width: 768px) {
572 575
     width: 1600px;
573 576
   }
577
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
578
+    width: 1200px;
579
+  }
574 580
 }
575 581
 .van-list {
576
-  padding-top: 76px;
582
+  padding-top: 74px;
577 583
   background: #fff;
578 584
   min-height: calc(100vh - 1px);
579
-  @media only screen and (min-width: 376px) and (max-width: 737px) {
585
+  @media only screen and (min-width: 376px) and (max-width: 414px) {
580 586
     padding-top: 80px !important;
581 587
   }
588
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
589
+    padding-top: 96px;
590
+  }
582 591
   @media only screen and (min-width: 768px) {
583 592
     padding-top: 120px !important;
584 593
   }

+ 5 - 5
src/styles/media.scss View File

@@ -3,11 +3,11 @@
3 3
     font-size: 30px;
4 4
   }
5 5
 }
6
-// @media only screen and (min-width: 376px) and (max-width: 812px) {
7
-//   html {
8
-//     font-size: 36px;
9
-//   }
10
-// }
6
+@media only screen and (min-width: 415px) and (max-width: 767px) {
7
+  html {
8
+    font-size: 40px;
9
+  }
10
+}
11 11
 
12 12
 /* Medium devices (landscape tablets, 768px and up) */
13 13
 // @media only screen and (min-width: 800px) {

+ 10 - 3
src/styles/style.scss View File

@@ -98,8 +98,9 @@ body {
98 98
         @media only screen and (min-width: 376px) and (max-width: 413px) {
99 99
           width: 4.2rem;
100 100
         }
101
-        @media only screen and (min-width: 415px) and (max-width: 737px) {
102
-          width: 7.6rem;
101
+        @media only screen and (min-width: 415px) and (max-width: 767px) {
102
+          width: 6rem;
103
+          font-size: 0.4rem;
103 104
         }
104 105
         @media only screen and (min-width: 768px) {
105 106
           width: 6.6rem;
@@ -485,7 +486,7 @@ body {
485 486
         height: 14.8rem !important;
486 487
       }
487 488
       @media only screen and (min-width: 415px) and (max-width: 737px) {
488
-        height: 13.8rem !important;
489
+        height: 14.8rem !important;
489 490
       }
490 491
       // @media only screen and (min-width: 666px) and (max-width: 737px) {
491 492
       //   height: 8.8rem !important;
@@ -576,6 +577,9 @@ body {
576 577
 // 表单样式
577 578
 .table {
578 579
   width: 1800px;
580
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
581
+    width: 2800px;
582
+  }
579 583
   overflow: auto;
580 584
   font-size: 0.45rem;
581 585
   text-align: center;
@@ -916,6 +920,9 @@ body {
916 920
   @media only screen and (min-width: 768px) {
917 921
     padding-top: 232px;
918 922
   }
923
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
924
+    padding-top: 186px;
925
+  }
919 926
 }
920 927
 #app {
921 928
   -webkit-overflow-scrolling: touch;