forked from kuafuRace/phprap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.css
More file actions
executable file
·84 lines (76 loc) · 1.36 KB
/
install.css
File metadata and controls
executable file
·84 lines (76 loc) · 1.36 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
ul {
margin-top: 15px;
margin-bottom: 15px;
list-style: none;
}
ul li {
float: left;
width: 220px;
position: relative;
}
.install-panel {
margin-top: 5%;
}
.pic {
width: 35px;
height: 35px;
margin: 0 auto 12px;
}
.name {
font-size: 16px;
color: #373d41;
text-align: center;
line-height: 18px;
}
.txt {
font-size: 12px;
color: #73777a;
line-height: 18px;
text-align: center;
}
.num {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #383d41;
color: #fff;
line-height: 20px;
font-size: 12px;
text-align: center;
position: absolute;
left: 50%;
bottom: -35px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
.line {
margin-bottom: 30px;
height: 20px;
background: url('../images/line.jpg') left top repeat-x
}
.active i{
color: #00c2de;
}
.active .num{
background-color: #00c2de;
box-shadow: 0 0 10px 5px rgba(0,194,222,.5)
}
.active .name{
color: #00c2de;
}
.panel-button{
margin-bottom: 15px;
}
.panel-button a{
margin: 5px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: left;
}
}