See999 před 4 roky
rodič
revize
df768db969

+ 6 - 1
src/pages/allScheduling/index.vue Zobrazit soubor

@@ -141,9 +141,14 @@ export default {
141 141
   .dialysisBox {
142 142
     padding: 0 1.125rem;
143 143
     margin-bottom: 3.125rem;
144
+    >div:last-child{
145
+      border: none;
146
+    }
144 147
   }
148
+  
145 149
   .dialysisBoxOne {
146
-    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
150
+    // box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
151
+    border-bottom: 1px solid #e5e5e5;
147 152
     padding-bottom: 1.25rem;
148 153
     .time {
149 154
       font-size: 1.125rem;

+ 1 - 1
src/pages/console/managementConsole/index.vue Zobrazit soubor

@@ -46,7 +46,7 @@
46 46
         </div>
47 47
       </div>
48 48
       <div class="consoleOne" @click="toSettingManage()">
49
-        <img src="../../../assets/images/A4.jpg" alt="" />
49
+        <img src="../../../assets/images/A3.jpg" alt="" />
50 50
         <div class="consoleRight">
51 51
           <div>
52 52
             <p class="rightName">配置中心</p>

+ 16 - 7
src/pages/home/login.vue Zobrazit soubor

@@ -32,10 +32,12 @@
32 32
           </el-form-item>
33 33
         </el-form>
34 34
       </div>
35
-      <div class="remember">
36
-        <van-checkbox v-model="remember" shape="square" icon-size="14px">记住密码</van-checkbox>
35
+      <div class="rememberBox">
36
+        <div class="remember">
37
+          <van-checkbox v-model="remember" shape="square" icon-size="14px">记住密码</van-checkbox>
38
+        </div>
39
+        <p class="forget" @click="toForgetPassword()">忘记密码?</p>
37 40
       </div>
38
-      <p class="forget" @click="toForgetPassword()">忘记密码?</p>
39 41
       <div class="login" @click="submitForm()" v-show="loginshow">登录</div>
40 42
       <div class="login3" v-show="loginshowtwo">登录</div>
41 43
       <div class="login2">
@@ -291,7 +293,6 @@ export default {
291 293
   .forget {
292 294
     font-size: 0.8125rem;
293 295
     color: #1a8cff;
294
-    margin: 0.5625rem 0 1.5rem 17.4375rem;
295 296
   }
296 297
   .agreeBox {
297 298
     width: 82%;
@@ -348,13 +349,18 @@ export default {
348 349
   }
349 350
   .remember{
350 351
     font-size: .875rem;
351
-    
352
-    margin: 1rem auto 0;
353
-    margin-left: 2.25rem;
354 352
     .van-checkbox__label{
355 353
       color: #1a8cff;
356 354
     }
357 355
   }
356
+  .rememberBox{
357
+    width: 19.25rem;
358
+    height: 3.125rem;
359
+    margin: 0 auto;
360
+    display: flex;
361
+    align-items: center;
362
+    justify-content: space-between;
363
+  }
358 364
 }
359 365
 
360 366
 .el-form-item__error {
@@ -421,6 +427,9 @@ export default {
421 427
   font-size: 1rem;
422 428
 }
423 429
 .remember{
430
+  .van-checkbox{
431
+    width: 5.625rem;
432
+  }
424 433
   .van-checkbox__label{
425 434
     color: #1a8cff;
426 435
   }

+ 1 - 1
src/pages/monitoring/index.vue Zobrazit soubor

@@ -565,7 +565,7 @@ export default {
565 565
   }
566 566
 }
567 567
 .van-list {
568
-  padding-top: 94px;
568
+  padding-top: 100px;
569 569
   background: #fff;
570 570
   min-height: calc(100vh - 1px);
571 571
   @media only screen and (min-width: 376px) and (max-width: 414px) {

+ 16 - 3
src/pages/patientCenter/allCheck/index.vue Zobrazit soubor

@@ -211,7 +211,7 @@ export default {
211 211
     }
212 212
     .all {
213 213
       background: #fff;
214
-      margin-top: 1.25rem;
214
+      // margin-top: 1.25rem;
215 215
       padding-top: 0.625rem;
216 216
     }
217 217
     .headline {
@@ -224,6 +224,7 @@ export default {
224 224
         width: 33.3%;
225 225
         text-align: center;
226 226
         font-size: 0.75rem;
227
+        font-weight: bold;
227 228
       }
228 229
     }
229 230
     .checkTime {
@@ -256,9 +257,21 @@ export default {
256 257
     top: 50%;
257 258
     transform: translate(-50%, -50%);
258 259
     img {
259
-      width: 6.25rem;
260
-      height: 6.25rem;
260
+      width: 9.375rem;
261
+      height: 9.375rem;
261 262
     }
262 263
   }
263 264
 }
264 265
 </style>
266
+
267
+<style lang="scss">
268
+.page_allCheck{
269
+  .van-tab--active {
270
+    font-size: 1rem;
271
+    color: #000;
272
+    font-weight: bold;
273
+    flex-basis: 26% !important;
274
+  }
275
+}
276
+
277
+</style>

+ 64 - 0
src/styles/style.scss Zobrazit soubor

@@ -1092,3 +1092,67 @@ body {
1092 1092
   -webkit-transform: translate3d(-50%,-50%,0);
1093 1093
   transform: translate3d(-50%,-50%,0);
1094 1094
 }
1095
+
1096
+.van-dialog {
1097
+  position: fixed;
1098
+  top: 45%;
1099
+  left: 50%;
1100
+  width: 320px;
1101
+  overflow: hidden;
1102
+  font-size: 16px;
1103
+  background-color: #fff;
1104
+  border-radius: 16px;
1105
+  -webkit-transform: translate3d(-50%,-50%,0);
1106
+  transform: translate3d(-50%,-50%,0);
1107
+  -webkit-backface-visibility: hidden;
1108
+  backface-visibility: hidden;
1109
+  -webkit-transition: .3s;
1110
+  transition: .3s;
1111
+  -webkit-transition-property: opacity,-webkit-transform;
1112
+  transition-property: opacity,-webkit-transform;
1113
+  transition-property: transform,opacity;
1114
+  transition-property: transform,opacity,-webkit-transform;
1115
+}
1116
+
1117
+.van-dialog__message {
1118
+  max-height: 60vh;
1119
+  padding: 24px;
1120
+  overflow-y: auto;
1121
+  font-size: 14px;
1122
+  line-height: 20px;
1123
+  white-space: pre-wrap;
1124
+  text-align: center;
1125
+  word-wrap: break-word;
1126
+  -webkit-overflow-scrolling: touch;
1127
+}
1128
+
1129
+.van-button {
1130
+  position: relative;
1131
+  display: inline-block;
1132
+  box-sizing: border-box;
1133
+  height: 44px;
1134
+  margin: 0;
1135
+  padding: 0;
1136
+  font-size: 16px;
1137
+  line-height: 42px;
1138
+  text-align: center;
1139
+  border-radius: 2px;
1140
+  cursor: pointer;
1141
+  -webkit-transition: opacity .2s;
1142
+  transition: opacity .2s;
1143
+  -webkit-appearance: none;
1144
+  -webkit-text-size-adjust: 100%;
1145
+}
1146
+
1147
+.van-button--large {
1148
+  width: 100%;
1149
+  height: 50px;
1150
+  line-height: 48px;
1151
+}
1152
+
1153
+.van-dialog__header {
1154
+  padding-top: 24px;
1155
+  font-weight: 500;
1156
+  line-height: 24px;
1157
+  text-align: center;
1158
+}