#
whycq
2023-08-01 320ed3f4782f9662f79ecfe14d2cf3f34dd288c5
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
*{
    margin: 0;
}
#root {
 
}
body {
    background-color: #2e4e7e;
    width: 100%;
    /*min-height: 1080px;*/
    /*height: auto !important;*/
    height: 1080px;
    margin-bottom: 100px;
}
.header {
    height: 8rem;
    width: 100%;
    background-color: #3F3F3F
}
.main {
    width: 100%;
    overflow: scroll;
    background-color: #7a8191;
 
}
.kuai {
    height: 100%;
    width: 20%;
    display: inline-block;
    background-color: #2D93CA;
}
.zuo {
    float: left;
}
.you {
    float: right;
}
.th  {
    height: 6rem;
    width: 100px;
    border: 1px solid #000000;
}
.td {
    height: 8rem;
    width: 15rem;
    border: 1px solid #000000;
}
 
 
 
.float {
    left: 0;
    top: 50px;
    position: absolute;
    width: 92%;
    margin-left: 4%;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    background-color: #FFFFFF;
}
.colors {
    position: relative;
    /*width: 100%;*/
    background-color: #FFFFFF;
    /*box-shadow: 0px 0px 20px #888888;*/
}