common.css
2.43 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
@charset "UTF-8";
/*重写AdmineLTE 的部分效果 start*/
body {
font-family: "Helvetica Neue", Helvetica, Arial, "Heiti SC","Microsoft Yahei", sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Helvetica Neue", Helvetica, Arial, "Heiti SC","Microsoft Yahei", sans-serif;
}
a {
cursor: pointer;
}
@media (max-width: 767px) {
.main-sidebar, .left-side {
padding-top: 50px
}
}
@media (max-width: 768px) {
.sidebar-mini.sidebar-collapse .main-header .navbar {
margin-left: 0 !important;
}
}
@media (min-width: 768px) {
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
position: relative !important;
float: right;
width: auto !important;
left: 180px !important;
top: -22px !important;
z-index: 900
}
.sidebar-mini.sidebar-collapse .main-header .navbar {
margin-left: 0
}
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
background-color: #ffffff;
}
.main-header .navbar {
-webkit-transition: margin-left .3s ease-in-out;
-o-transition: margin-left .3s ease-in-out;
transition: margin-left .3s ease-in-out;
margin-bottom: 0;
margin-left: 0;
border: none;
min-height: 60px;
border-radius: 0
}
.navbar-header {
margin: 0 16px;
padding-left: 50px;
background: url(../images/iclient-9d-icon.png) no-repeat center left;
}
.navbar-brand {
height: 60px;
line-height: 60px;
padding: 0;
}
.main-header .sidebar-toggle {
float: left;
background-color: transparent;
background-image: none;
padding: 15px 17px;
font-family: fontAwesome
}
.navbar-nav > .nav-dropdown-menu > .dropdown-menu {
width: 206px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
padding: 0 0 0 0;
margin: 0;
right: 16px;
top: 100%
}
.main-header .navbar-custom-menu {
padding: 0;
margin: 0 16px;
}
*, *:after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.main-sidebar, .left-side {
padding-top: 60px;
}
/*重写AdmineLTE 的部分效果 end*/
/*footer */
.main-footer {
padding: 0;
color: #7d7d7d;
}
.icl-copyright {
font-size: 13px !important;
text-align: center;
height: 54px;
line-height: 54px;
}
.icl-footer {
text-align: center;
bottom: 0;
border-top: 1px solid #ddd;
}
/*footer end */