【调度系统】广东民航医疗快线调度系统源代码
wzp
2024-12-05 8a09f655eace34e9c90bbfc711eedb7a69e4e068
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
/**
* 覆盖
*/
.jumbotron {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #006600 0%, #3366FF 100%) repeat scroll 0 0;
}
.bs-docs-sidenav > .nav-list {
    padding: 0px;
    margin: 0px;
}
.bs-docs-sidenav > .nav-list > li > a {
    border: 1px solid #e5e5e5;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;
}
.bs-docs-sidenav > .nav-list > .active > a {
    border: 0 none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    padding: 9px 15px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.bs-docs-sidenav > .nav-list:first-child > li:first-child > a {
    border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > .nav-list:last-child > li:last-child > a {
    border-radius: 0 0 6px 6px;
}
td{padding:0 6px 0;}
/*一级菜单*/
.menu-first,.bs-docs-sidenav .nav li .menu-first, .bs-docs-sidenav .nav .active .menu-first{
    height:45px;
    line-height:45px;
    background-color: #e9e9e9;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #000;
}
.menu-first:first-child {
    border-radius: 6px 6px 0 0;
}
.menu-first:last-child {
    border-radius: 0 0 6px 6px;
}
/*一级菜单鼠标划过状态*/
.menu-first:hover, .bs-docs-sidenav .nav li .menu-first:hover{
    text-decoration: none;
    background-color: #d6d4d5;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #acacac;
    color: #000;
}
.menu-first:focus {
    text-decoration: none;
    outline: thin dotted #333;
    outline-offset: -2px; 
}
.page-title {
    border-top: 1px solid #eee;
    margin: 30px 0 -20px;
    color: #5a5a5a;
}