david-PC\david
2018-06-12 cc7f57619fd09f68582b748a3580402717b84c50
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
@CHARSET "UTF-8";
 
body {
    margin: 0px;
}
 
.list {
    position: absolute;
    left: 0px;
    width: 20%;
    top: 0px;
    bottom: 0px;
    background-color: #fbfafa;
    font-size: 14px;
}
 
.content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 20%;
    right: 0px;
    font: 13px;
}
 
.list-header {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    background-color: #e3e3e3;
}
 
.list-line {
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    cursor: pointer;
}
 
.list-line:HOVER {
    background-color: #f8ebeb;
}
 
.card {
    float: left;
    width: 17%;
    height: 150px;
    margin: 2% 2% 0px 0px;
    border: 1px solid #e3e3e3;
}