operationPassword.css
1.2 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
/**
* name : zzf
* info :
*/
.operationPassword .tip {
display: block;
background: #ff9d2c;
color: #fff;
font-size: 11px;
padding: 10px;
}
.operationPassword .text {
margin: 10px;
font-size: 14px;
color: #999;
}
.operationPassword .text span {
color: #666;
margin-left: 5px;
}
.operationPassword .text.size13 {
font-size: 13px;
}
.operationPassword .cell {
position: relative;
}
.operationPassword .cell input {
width: 100%;
display: block;
height: 100%;
font-size: 14px;
}
.operationPassword .cell .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;
}
.operationPassword .m-btn {
display: block;
margin: 10px 15px;
}
.operationPassword .bank-manage .m-input {
width: auto;
display: inline-block;
padding: 0px;
}
#addBank .title {
color: #666;
}
#addBank p {
color: #999;
}
#addBank p.name {
width: 166px;
display: inline-block;
text-align: left;
}
#addBank span.text {
margin: 0px;
position: relative;
top: 3px;
margin-left: 10px;
}
#addBank .cell input {
width: auto;
display: inline-block;
padding: 0px;
}