D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
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
#navSort {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -300px;
    width: 1120px;
    background-color: #FFFFFF;
    z-index: 300;
}
#navSort .navSort-title {
    padding-top: .6em;
    padding-bottom: .6em;
    text-indent: 1em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    font-size: 12px;
    background: url(../../images/table_th_bg.gif) repeat-x;
}
#navSort .navSort-title .navSort-close:hover {
    color: #FF0000;
    cursor: pointer;
}
#navSort .navSort-title .navSort-close:active {
    color: #3d90df;
}
#navSort .navSort-content {
    padding: 10px;
    height: 500px;
    overflow-y: auto;
}
.navSort-content-item {
    padding-left: 15px;
    padding-right: 15px;
}
#navSortShadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CCCCCC;
    opacity: .3;
    z-index:299;
}
/************ul模块***************/
.list {
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
}
.list li {
    padding-top: .5em;
    padding-bottom: .5em;
}
.list-default li{
    background-color: #FFFFFF;
    border-bottom: 1px dotted #cccccc;
}
.list-success li {
    background-color: #8af76f;
    background-image: linear-gradient(#8af76f, #80da69);
}
.list li.noStyle {
    border: 0;
    padding: 0;
}
.list li:hover {
    background-color: #e9e5e5;
}
.list li.noStyle:hover {
    background-color: none;
}
.addPage {
    font-size: 12px;
    padding-top: .5em;
    padding-bottom: .5em;
    text-align: center;
}
.addPage input[type=text] {
    width: 240px;
    height: 24px;
    border: 1px solid #bbbbbb;
}
.addPage input[type=checkbox] {
    vertical-align: middle;
}