Browse Source

修改样式

See999 5 years ago
parent
commit
bc2f512364

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

451
 }
451
 }
452
 .yztx {
452
 .yztx {
453
   margin: 0 5px;
453
   margin: 0 5px;
454
-  padding: 5px 10px;
454
+  padding: 4px 10px;
455
   background-color: #f56c6c;
455
   background-color: #f56c6c;
456
   color: #fff;
456
   color: #fff;
457
   border-radius: 15px;
457
   border-radius: 15px;

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

594
         font-size: 0.4rem;
594
         font-size: 0.4rem;
595
         line-height: 40px;
595
         line-height: 40px;
596
         text-align: center;
596
         text-align: center;
597
-        color: red;
597
+        color: #f56c6c;
598
         @media only screen and (max-width: 812px) {
598
         @media only screen and (max-width: 812px) {
599
           margin-left: -10px !important;
599
           margin-left: -10px !important;
600
         }
600
         }

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

8
         <span class="name">修改密码</span>
8
         <span class="name">修改密码</span>
9
         <div class="GoBack"></div>
9
         <div class="GoBack"></div>
10
       </h1>
10
       </h1>
11
-      <van-field v-model="username" clearable label="旧密码" placeholder="请输入旧密码" />
12
-      <van-field v-model="sms" center clearable label="验证码" placeholder="请输入短信验证码">
13
-        <van-button slot="button" size="small" type="primary">发送验证码</van-button>
11
+      <van-field
12
+        v-model="username"
13
+        clearable
14
+        label="旧密码"
15
+        placeholder="请输入旧密码"
16
+      />
17
+      <van-field
18
+        v-model="sms"
19
+        center
20
+        clearable
21
+        label="验证码"
22
+        placeholder="请输入短信验证码"
23
+      >
24
+        <van-button
25
+          class="changeButton"
26
+          slot="button"
27
+          size="small"
28
+          type="primary"
29
+          >发送验证码</van-button
30
+        >
14
       </van-field>
31
       </van-field>
15
-      <van-field v-model="password" type="password" label="新密码" placeholder="请输入新密码" />
32
+      <van-field
33
+        v-model="password"
34
+        type="password"
35
+        label="新密码"
36
+        placeholder="请输入新密码"
37
+      />
16
       <div class="finish">完成</div>
38
       <div class="finish">完成</div>
17
     </div>
39
     </div>
18
   </div>
40
   </div>
19
 </template>
41
 </template>
20
 
42
 
21
-<style rel="stylesheet/scss" lang="scss" >
43
+<style rel="stylesheet/scss" lang="scss">
22
 .container {
44
 .container {
23
   background: #f5f5f5;
45
   background: #f5f5f5;
24
   @include box-sizing;
46
   @include box-sizing;
56
       }
78
       }
57
       .name {
79
       .name {
58
         margin-right: 1.3rem;
80
         margin-right: 1.3rem;
81
+        font-size: 0.5rem;
59
       }
82
       }
60
     }
83
     }
61
     .van-cell {
84
     .van-cell {
93
     line-height: 1.4rem;
116
     line-height: 1.4rem;
94
     margin-top: 1rem;
117
     margin-top: 1rem;
95
   }
118
   }
119
+  .changeButton {
120
+    font-size: 0.4rem !important;
121
+    border-radius: 5px;
122
+    @media only screen and (min-width: 768px) {
123
+      height: 50px;
124
+      line-height: 50px;
125
+      border-radius: 5px;
126
+      padding: 0 16px;
127
+    }
128
+  }
96
 }
129
 }
97
 </style>
130
 </style>

+ 1 - 0
src/pages/personal/ElectronicSignature.vue View File

419
     }
419
     }
420
     .name {
420
     .name {
421
       margin-right: 1.3rem;
421
       margin-right: 1.3rem;
422
+      font-size: 0.5rem;
422
     }
423
     }
423
   }
424
   }
424
   .information {
425
   .information {