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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
@import '~~antd/es/style/variable.less';
.updatePassword {
:global {
.anticon {
vertical-align: 0.125em;
}
.@{ant-prefix}-modal-content {
border-radius: 10px;
}
.@{ant-prefix}-modal-header {
padding: 16px 24px 0;
border-bottom: none;
border-radius: 10px 10px 0 0 ;
margin-bottom: 10px;
.@{ant-prefix}-modal-title {
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #071121;
opacity: 0.85;
}
}
.@{ant-prefix}-modal-body {
padding: 0 24px;
.@{ant-prefix}-form-item {
margin-bottom: 15px;
&:last-of-type {
margin-bottom: 0;
}
}
}
.@{ant-prefix}-modal-footer {
border-top: none;
padding: 13px 24px;
}
.@{ant-prefix}-modal-close {
display: none;
}
}
.info-label {
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #071121;
opacity: 0.75;
margin-bottom: 20px;
:global {
.anticon {
vertical-align: 0.125em;
margin-right: 5px;
}
}
}
}