statistics3.css
1.42 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
.main {
background: url(../img/nbg3.png) no-repeat;
background-size: 100% 100%;
width: 1280px;
height: 685px;
position: relative;
font-size: 0;
overflow: hidden;
}
.logo{
width: 198px;
height: 61px;
position: absolute;
top: 16px;
left: 50%;
margin-left: -99px;
}
.mBox{
width: 1013px;
height: 601px;
position: absolute;
top: 65px;
left: 50%;
margin-left: -506.5px;
overflow: hidden;
}
.mBoxBg{
width: 1013px;
height: 601px;
position: absolute;
left: 0;
top: 0;
}
.mBoxList{
width: 995px;
height: 560px;
position: relative;
margin: 25px auto 0;
overflow: hidden;
}
.mBoxListCon{
width: 100%;
height: 100%;
transition: 2s all;
position: absolute;
left: 0;
top: 0;
}
.mBoxDetail{
position: relative;
width: 100%;
height: 68px;
line-height: 68px;
font-size: 0;
transition: 2s all;
}
.mBoxDetail span{
position: absolute;
top: 0;
height: 68px;
line-height: 68px;
color: #69c8ff;
font-size: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mBoxDetail .mBoxImg{
width: 50px;
height: 50px;
position: absolute;
left: 20px;
top: 12px;
}
.mBoxDetail .name{
left: 93px;
width: 200px;
}
.mBoxDetail .now{
left: 306px;
width: 120px;
}
.mBoxDetail .yesterday{
left: 430px;
width: 120px;
}
.mBoxDetail .month{
left: 554px;
width: 120px;
}
.mBoxDetail .money{
right: 0;
width: 226px;
}
.mBoxDetail .line{
width: 854px;
height: 1px;
position: absolute;
left: 93px;
bottom: 0;
}