hjg
2023-11-18 bb48edb3d9faaaeab0088151c86fc24137acdb08
提交 | 用户 | 时间
58d006 1 @media print {
A 2  .navbar {
3     display: none !important;
4     /**
5     background: transparent none !important;
6     border-bottom: 1px solid #DDD;
7     
8     .navbar-brand {
9         color: @text-color !important;
10     }
11
12     .ace-nav {
13         display: none !important;
14     }
15     */
16  }
17  
18  .sidebar {
19     display: none !important;
20  }
21  .main-content {
22     margin-left: 0 !important;
23     margin-right: 0 !important;
24     
25     .nav-search {
26         display: none !important;
27     }
28     
29     .breadcrumbs {
30         float: right;
31         border-width:  0 !important;
32         
33         .breadcrumb > li + li:before {
34             content: "/";
35         }
36         .breadcrumb .home-icon {
37             display: none;
38         }
39     }
40  }
41  .ace-settings-container {
42     display: none !important;
43  }
44  
45  
46
47  .footer {
48    width: 100%;
49    height: auto;
50    position: relative;
51  }
52  .footer .footer-inner, .footer .footer-inner .footer-content {
53     width: 100%;
54  }
55  
56
57  .btn-scroll-up {
58    display: none !important;
59  }
60
61
62
63  .btn, .btn.btn-app {
64     background: transparent none !important;
65     border-width: 1px !important;
66     border-radius: 0 !important;
67     color: #555 !important;
68  }
69  .label {
70     border: 1px solid #666 !important;
71  }
72  .label[class*=arrowed]:before, .label[class*=arrowed]:after {
73     display: none !important;
74  }
75  
76 }