TM
2020-12-15 4c4fabb8bda286bef64c14ae74a5e861e3042f7e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.changePassword-page{
  min-height: 100vh;
  background: #fafafa;
  padding-top: 12px;
}
.mation{
  width:686rpx;
  height: 150px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: auto;
}
.btn{
  width: 640rpx;
  color: #fff;
  border: 0;
  border-radius: 22px;
  margin: auto;
  margin-top: 60px;
}
.ipt-class {
  text-align: right;
}
.label-class {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}