123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- @charset "UTF-8";
- /*重写AdmineLTE 的部分效果 start*/
- body {
- font-family: -apple-system,
- "BlinkMacSystemFont",
- "Segoe UI",
- "PingFang SC",
- "Hiragino Sans GB",
- "Microsoft YaHei",
- Helvetica Neue,
- Helvetica,
- Arial,
- sans-serif,
- Apple Color Emoji,
- "Segoe UI Emoji",
- Segoe UI Symbol;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- .h1,
- .h2,
- .h3,
- .h4,
- .h5,
- .h6 {
- font-family: -apple-system,
- "BlinkMacSystemFont",
- "Segoe UI",
- "PingFang SC",
- "Hiragino Sans GB",
- "Microsoft YaHei",
- Helvetica Neue,
- Helvetica,
- Arial,
- sans-serif,
- Apple Color Emoji,
- "Segoe UI Emoji",
- Segoe UI Symbol;
- }
- a {
- cursor: pointer;
- color:#D44F00;
- }
- a:hover,
- a:active {
- text-decoration: underline;
- }
- @media (max-width: 767px) {
- .main-sidebar,
- .left-side {
- padding-top: 50px
- }
- .main-header .navbar-custom-menu {
- margin: 0 !important;
- }
- .icl-nav-menu-item:not(.icl-nav-menu-overivew)>li:last-child {
- width: 160px !important;
- }
- }
- @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
- }
- }
- /* 设置导航默认样式 */
- .main-header {
- width: 100%;
- }
- .navbar-header {
- margin: 0 16px;
- }
- .main-header .navbar-custom-menu {
- padding: 0;
- }
- /* 设置导航默认样式 end */
- .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: 50px;
- border-radius: 0
- }
- .navbar-brand {
- height: 60px;
- line-height: 50px;
- padding: 0;
- }
- .main-header .sidebar-toggle {
- float: left;
- background-color: transparent;
- background-image: none;
- padding: 15px 17px;
- }
- .navbar-nav>.nav-dropdown-menu>.dropdown-menu {
- width: 150px;
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
- padding: 0 0 0 0;
- margin: 0;
- top: 100%
- }
- .main-sidebar,
- .left-side {
- padding-top: 60px;
- }
- *,
- *:after,
- *::before {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- a {
- font-weight: 400;
- color: #D44F00;
- }
- a:hover,
- a:active,
- a:focus {
- color: #e14d57;
- }
- /*重写AdmineLTE 的部分效果 end*/
- .skin-blue .main-header .navbar {
- background-color: #212121;
- }
- /*footer */
- .main-footer {
- padding: 0;
- margin-left: 0;
- color: rgba(255,255,255,0.6);
- overflow: hidden;
- background-color: #191515;
- border-top: 0;
- }
- .icl-footer {
- text-align: center;
- bottom: 0;
- width: 100%;
- }
- .icl-copyright {
- color: rgba(255,255,255,0.6);
- font-size: 14px !important;
- text-align: center;
- height: 54px;
- line-height: 54px;
- }
- .icl-contact {
- padding: 10px 0;
- }
- .contact-main {
- margin: 0 auto;
- text-align: left;
- }
- .icl-contact .home-link {
- padding: 14px;
- text-align: center;
- }
- .home-link a {
- padding: 0 20px;
- color:rgba(255,255,255,0.6);
- }
- .contact-link {
- text-align: center;
- margin-top: 10px;
- }
- .join-link {
- text-align: center;
- margin-top: 10px;
- }
- /*footer end */
|