operationPassword.less
1.25 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/**
* name : zzf
* info :
*/
.operationPassword {
.tip {
display: block;
background: #ff9d2c;
color: #fff;
font-size: 11px;
padding: 10px;
}
.text {
margin: 10px;
font-size: 14px;
color: #999;
span {
color: #666;
margin-left: 5px;
}
&.size13 {
font-size: 13px;
}
}
.cell {
position: relative;
input {
width: 100%;
display: block;
height: 100%;
font-size: 14px;
}
.note-view {
color: #338fd3;
margin: 5px 0;
padding: 0 10px;
position: absolute;
right: 0px;
top: 0px;
border-left: 1px solid #ccc;
height: 30px;
line-height: 30px;
cursor: pointer;
}
}
.m-btn {
display: block;
margin: 10px 15px;
}
.bank-manage {
.m-input {
width: auto;
display: inline-block;
padding: 0px;
}
}
}
#addBank {
.title {
color: #666;
}
p {
color: #999;
}
p.name {
width: 166px;
display: inline-block;
text-align: left;
}
span.text {
margin: 0px;
position: relative;
top: 3px;
margin-left: 10px;
}
.cell input {
width: auto;
display: inline-block;
padding: 0px;
}
}