manage.css
742 Bytes
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
.chartsTop{
float: left;
margin-left: 10px;
font-size: 20px;
border-bottom: 1px solid #dad8d8;
width: 99%;
}
.chartsButtom{
}
.leftTree{
width: 15%;
float: left;
border-right: 1px solid #dad8d8;
}
.index{
width: 84%;
float: right;
margin-top: -5px;
}
.tab{
height: 10px;
padding: 17px 10px;
font-weight: 500;
border-bottom: 1px solid #dad8d8;
text-align: center;
}
.tab .modelist,.tab .modepage{
height:25px;
}
.tab .modelist:hover,.tab .modepage:hover {
border-bottom: 2px solid #30b5ff;
cursor: pointer;
}
.list{
float: left;
width: 15%;
height: 100%;
border-right: 1px solid #dad8d8;
}
.detail{
float:right;
height:100%;
width: 84%;
}