11@charset "UTF-8" ;
2- /*重写AdmineLTE 的部分效果*/
2+ /*重写AdmineLTE 的部分效果 start*/
3+ * {
4+ font-family : "Helvetica Neue" , Helvetica, Arial, "Heiti SC" , "Microsoft Yahei" , sans-serif;
5+ }
6+
37body {
4- font-family : 'Microsoft YaHei UI' , 'Microsoft YaHei' , Microsoft YaHei , Arial , sans-serif
8+ font-family : "Helvetica Neue" , Helvetica , Arial , "Heiti SC" , "Microsoft Yahei" , sans-serif;
59}
610
711h1 , h2 , h3 , h4 , h5 , h6 , .h1 , .h2 , .h3 , .h4 , .h5 , .h6 {
8- font-family : 'Microsoft YaHei UI' , 'Microsoft YaHei' , Microsoft YaHei , Arial , sans-serif
12+ font-family : "Helvetica Neue" , Helvetica , Arial , "Heiti SC" , "Microsoft Yahei" , sans-serif;
913}
1014
11- .main-header .navbar {
12- -webkit-transition : margin-left .3s ease-in-out;
13- -o-transition : margin-left .3s ease-in-out;
14- transition : margin-left .3s ease-in-out;
15- margin-bottom : 0 ;
16- margin-left : 0 ;
17- border : none;
18- min-height : 50px ;
19- border-radius : 0
15+ a {
16+ cursor : pointer;
2017}
2118
2219@media (max-width : 767px ) {
@@ -46,12 +43,29 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
4643 }
4744}
4845
49- .navbar-nav > .nav-dropdown-menu > .dropdown-menu {
50- width : 150px ;
51- box-shadow : 0 1px 1px rgba (0 , 0 , 0 , 0.1 );
52- padding : 0 0 0 0 ;
53- margin : 0 ;
54- top : 100%
46+ .skin-blue .wrapper , .skin-blue .main-sidebar , .skin-blue .left-side {
47+ background-color : # ffffff ;
48+ }
49+
50+ .main-header .navbar {
51+ -webkit-transition : margin-left .3s ease-in-out;
52+ -o-transition : margin-left .3s ease-in-out;
53+ transition : margin-left .3s ease-in-out;
54+ margin-bottom : 0 ;
55+ margin-left : 0 ;
56+ border : none;
57+ min-height : 60px ;
58+ border-radius : 0
59+ }
60+
61+ .navbar-header {
62+ margin : 0 16px ;
63+ }
64+
65+ .navbar-brand {
66+ height : 60px ;
67+ line-height : 50px ;
68+ padding : 0 ;
5569}
5670
5771.main-header .sidebar-toggle {
@@ -62,4 +76,49 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
6276 font-family : fontAwesome
6377}
6478
65- /*重写AdmineLTE 的部分效果*/
79+ .navbar-nav > .nav-dropdown-menu > .dropdown-menu {
80+ width : 150px ;
81+ box-shadow : 0 1px 1px rgba (0 , 0 , 0 , 0.1 );
82+ padding : 0 0 0 0 ;
83+ margin : 0 ;
84+ right : 16px ;
85+ top : 100%
86+ }
87+
88+ .main-header .navbar-custom-menu {
89+ padding : 0 ;
90+ margin : 0 16px ;
91+ }
92+
93+ * , * : after , * ::before {
94+ -webkit-box-sizing : border-box;
95+ -moz-box-sizing : border-box;
96+ box-sizing : border-box;
97+ }
98+
99+ .main-sidebar , .left-side {
100+ padding-top : 60px ;
101+ }
102+
103+ /*重写AdmineLTE 的部分效果 end*/
104+
105+ /*footer */
106+ .main-footer {
107+ padding : 0 ;
108+ color : # 7d7d7d ;
109+ }
110+
111+ .icl-copyright {
112+ font-size : 13px !important ;
113+ text-align : center;
114+ height : 54px ;
115+ line-height : 54px ;
116+ }
117+
118+ .icl-footer {
119+ text-align : center;
120+ bottom : 0 ;
121+ border-top : 1px solid # ddd ;
122+ }
123+
124+ /*footer end */
0 commit comments