_act.css
2.28 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
.progress {
width: 600px;
margin: 5px auto;
height: 300px;
.progress-pic1 {
width: 600px;
height: 40px;
background-image: resolve('me/setting/progress1.jpg');
background-repeat: no-repeat;
}
.progress-pic2 {
width: 600px;
height: 40px;
background-image: resolve('me/setting/progress2.jpg');
background-repeat: no-repeat;
}
.progress-pic3 {
width: 600px;
height: 40px;
background-image: resolve('me/setting/progress3.jpg');
background-repeat: no-repeat;
}
.progress-text {
margin-left: 48px;
span {
padding: 0 50px;
}
.gray-text {
color: #d3d3d3;
}
}
.operate1,
.operate2 {
margin: 50px 0;
.form-group {
clear: both;
width: 600px;
margin: 10px auto;
padding-left: 100px;
.label-name {
font-size: 14px;
text-align: right;
line-height: 26px;
margin-right: 20px;
width: 150px;
display: inline-block;
}
p {
line-height: 26px;
display: inline-block;
}
span {
display: inline-block;
}
.small-input {
width: 100px;
margin-right: 5px;
}
.captcha-img {
display: inline-block;
height: 26px;
}
span {
font-size: 14px;
margin-left: 5px;
}
.tips-success {
display: none;
}
.tips-error {
color: red;
display: none;
}
.white {
width: 120px;
}
select {
height: 26px;
}
.submit {
margin-left: 150px;
}
}
}
.operate2 {
p {
padding-bottom: 20px;
text-align: center;
font-size: 18px;
span {
color: #369ed6;
}
}
.btn {
width: 90px;
}
}
}