Browse Source

修改样式123

See999 5 years ago
parent
commit
b2a7bf0d71

+ 1 - 1
src/pages/main/DialysisArea.vue View File

@@ -456,7 +456,7 @@ export default {
456 456
 .screening {
457 457
   border-bottom: 1px #e5e5e5 solid;
458 458
   position: fixed;
459
-  top: 98px;
459
+  top: 100px;
460 460
   @media only screen and (min-width: 768px) {
461 461
     top: 163px;
462 462
   }

+ 1 - 1
src/pages/main/PatientBox.vue View File

@@ -422,7 +422,7 @@ export default {
422 422
   color: #fff;
423 423
   border-radius: 15px;
424 424
   font-size: 14px;
425
-  @media only screen and (max-width: 376px) {
425
+  @media only screen and (max-width: 415px) {
426 426
     font-size: 0.34rem !important;
427 427
   }
428 428
 }

+ 1 - 1
src/pages/main/RecordPage.vue View File

@@ -240,7 +240,7 @@ export default {
240 240
       font-size: 0.45rem;
241 241
       margin: 0 0.2rem;
242 242
       height: 0.9rem;
243
-      line-height: 0.8rem;
243
+      line-height: 0.85rem;
244 244
       padding: 0 0.4rem;
245 245
       // color: $title-color;
246 246
       color: #fff;

+ 1 - 1
src/pages/main/WaitingArea.vue View File

@@ -634,7 +634,7 @@ export default {
634 634
 .screening {
635 635
   border-bottom: 1px #e5e5e5 solid;
636 636
   position: fixed;
637
-  top: 98px;
637
+  top: 100px;
638 638
   @media only screen and (min-width: 768px) {
639 639
     top: 163px;
640 640
   }

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

@@ -1550,6 +1550,9 @@ export default {
1550 1550
       margin: 0 auto;
1551 1551
       font-size: 0.32rem;
1552 1552
       color: $pgh-color;
1553
+      @media only screen and (min-width: 768px) {
1554
+        width: 76%;
1555
+      }
1553 1556
       li {
1554 1557
         @include display-flex;
1555 1558
         @include align-items-center;
@@ -1559,9 +1562,9 @@ export default {
1559 1562
 
1560 1563
         .iconfont {
1561 1564
           margin: 0 0.1rem;
1562
-          @media only screen and (max-width: 812px) {
1563
-            font-size: 12px !important;
1564
-          }
1565
+          // @media only screen and (max-width: 767px) {
1566
+          //   font-size: 12px !important;
1567
+          // }
1565 1568
         }
1566 1569
         .line {
1567 1570
           background: #a8b3ba;

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

@@ -223,9 +223,9 @@ export default {
223 223
       margin: 0 auto;
224 224
       .iconfont {
225 225
         margin: 0 0.1rem;
226
-        @media only screen and (max-width: 812px) {
227
-          font-size: 12px !important;
228
-        }
226
+        // @media only screen and (max-width: 812px) {
227
+        //   font-size: 12px !important;
228
+        // }
229 229
       }
230 230
       .line {
231 231
         background: #a8b3ba;

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

@@ -481,6 +481,9 @@ export default {
481 481
     margin: 0 auto;
482 482
     font-size: 0.4rem;
483 483
     color: $pgh-color;
484
+    @media only screen and (min-width: 768px) {
485
+      width: 80%;
486
+    }
484 487
     li {
485 488
       @include display-flex;
486 489
       @include align-items-center;
@@ -488,9 +491,9 @@ export default {
488 491
       padding: 0.3rem 0;
489 492
       .iconfont {
490 493
         margin: 0 0.1rem;
491
-        @media only screen and (max-width: 812px) {
492
-          font-size: 12px !important;
493
-        }
494
+        // @media only screen and (max-width: 812px) {
495
+        //   font-size: 12px !important;
496
+        // }
494 497
       }
495 498
       .line {
496 499
         background: #a8b3ba;

+ 1 - 1
src/pages/main/today/acceptsAssessment.vue View File

@@ -59,7 +59,7 @@
59 59
           <span class="content">{{this.record.sick_condition_other}}</span>
60 60
         </li>
61 61
 
62
-        <li style="height: 0.6rem;" v-if="isShow('摄入量')">
62
+        <li v-if="isShow('摄入量')">
63 63
           <label>摄入量:</label>
64 64
           <span class="content">{{intakes}}</span>
65 65
         </li>

+ 3 - 0
src/pages/monitoring/index.vue View File

@@ -644,6 +644,9 @@ export default {
644 644
 }
645 645
 
646 646
 .monitoringTable {
647
+  .el-table {
648
+    width: 99.9% !important;
649
+  }
647 650
   .newTable {
648 651
     margin-top: 80px;
649 652
     @media only screen and (min-width: 768px) {

+ 5 - 0
src/pages/personal/ChangePassword.vue View File

@@ -31,9 +31,14 @@
31 31
     .van-field__label {
32 32
       height: 1.4rem;
33 33
       line-height: 1.4rem;
34
+      font-size: 0.45rem;
34 35
     }
35 36
     .van-field__body {
36 37
       height: 100%;
38
+      font-size: 0.45rem;
39
+    }
40
+    .van-field__label {
41
+      max-width: 2.5rem;
37 42
     }
38 43
   }
39 44
   .finish {

+ 18 - 10
src/pages/personal/ElectronicSignature.vue View File

@@ -378,7 +378,7 @@ export default {
378 378
 }
379 379
 .mainContent {
380 380
   .title {
381
-    font-size: 0.36rem;
381
+    font-size: 0.45rem;
382 382
     padding: 0.3rem 0.37rem;
383 383
     color: $title-color;
384 384
     @include align-items-center;
@@ -388,19 +388,26 @@ export default {
388 388
     background: #fff;
389 389
     .GoBack {
390 390
       color: $main-color;
391
-      font-size: 0.36rem;
391
+      font-size: 0.45rem;
392 392
       @include display-flex;
393 393
       .iconfont {
394 394
         color: $main-color;
395 395
         font-size: 0.5rem;
396
+        margin-top: 1px;
397
+        @media only screen and (min-width: 768px) {
398
+          margin-top: 3px;
399
+        }
396 400
       }
397 401
     }
402
+    .name {
403
+      margin-right: 1.3rem;
404
+    }
398 405
   }
399 406
   .information {
400 407
     width: 100%;
401 408
     margin: 0 auto;
402 409
     .imagename {
403
-      width: 600px;
410
+      width: 100%;
404 411
       margin: 0 auto;
405 412
       text-align: center;
406 413
       padding: 10px 0;
@@ -408,15 +415,15 @@ export default {
408 415
     }
409 416
     .name {
410 417
       background: #fff;
411
-      width: 600px;
418
+      width: 100%;
412 419
       height: 400px;
413 420
       margin: 0 auto;
414 421
       border-radius: 4px;
415 422
 
416
-      @media only screen and (max-width: 812px) {
417
-        width: 500px !important;
418
-        height: 200px !important;
419
-      }
423
+      // @media only screen and (max-width: 812px) {
424
+      //   width: 500px !important;
425
+      //   height: 200px !important;
426
+      // }
420 427
       .item {
421 428
         padding: 0.37rem 0.4rem;
422 429
         @include align-items-center;
@@ -453,13 +460,14 @@ export default {
453 460
 }
454 461
 .fl {
455 462
   @media only screen and (max-width: 812px) {
456
-    width: 500px !important;
457
-    height: 200px !important;
463
+    width: 100% !important;
464
+    height: 400px !important;
458 465
   }
459 466
 }
460 467
 .mainBox {
461 468
   height: 100%;
462 469
   display: flex;
470
+  overflow: hidden;
463 471
   flex-direction: column;
464 472
   > :first-child {
465 473
     flex: 1;

+ 4 - 1
src/styles/style.scss View File

@@ -90,6 +90,9 @@ body {
90 90
         @media only screen and (min-width: 376px) and (max-width: 413px) {
91 91
           width: 4.2rem;
92 92
         }
93
+        @media only screen and (min-width: 768px) {
94
+          width: 6.6rem;
95
+        }
93 96
         .content {
94 97
           color: $main-color;
95 98
         }
@@ -872,7 +875,7 @@ body {
872 875
 //   background: #fff;
873 876
 // }
874 877
 .stateBox {
875
-  padding-top: 130px;
878
+  padding-top: 140px;
876 879
   background: #fff;
877 880
   min-height: calc(100vh - 2px);
878 881
   padding-left: 0.45rem;