record.css
1.93 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
103
104
105
106
107
108
109
110
111
@import "pikaday.css";
.RecordPage h2 {
line-height: 50px;
text-align: left;
border: 0;
}
.RecordPage .tab {
background-color: #f4f4f4;
border: 1px solid #e1e1e1;
height: 42px;
}
.RecordPage .tab li {
float: left;
padding: 3px 20px;
line-height: 36px;
font-size: 16px;
font-weight: 700;
color: #999;
background-color: #f4f4f4;
}
.RecordPage .tab .on {
color: #333;
background-color: #FFF;
border-top: 3px solid #5eba2c;
padding: 0 20px 5px;
margin: -1px 0 0 -1px;
}
.RecordPage .form {
margin-bottom: 20px;
}
.RecordPage .form .head {
background-color: #fff;
padding: 20px;
margin-bottom: 20px;
}
.RecordPage .form .m-select {
margin-right: 30px;
}
.RecordPage .form p {
margin-bottom: 25px;
}
.RecordPage .form .m-input {
float: left;
padding: 7px 8px;
margin-right: 25px;
}
.RecordPage .form .key {
float: left;
font-weight: 700;
color: #333;
line-height: 38px;
margin-right: 20px;
}
.RecordPage .form .sep {
float: left;
margin-left: -25px;
line-height: 38px;
color: #ccc;
padding: 0 8px;
}
.RecordPage .form .filter,
.RecordPage .form .search {
float: left;
line-height: 28px;
margin: 5px 20px 0 0;
}
.RecordPage .form .search {
border: 1px solid #479a1b;
padding: 0 20px;
}
.RecordPage .form label {
float: left;
margin-right: 15px;
margin-top: 6px;
}
.RecordPage .in-out {
float: right;
font-size: 20px;
font-weight: 700;
line-height: 38px;
color: #666;
}
.RecordPage .in-out span {
float: left;
}
.RecordPage .in-out .in {
margin-right: 55px;
}
.RecordPage .in-out em {
font-size: 24px;
margin-left: 10px;
}
.RecordPage .trend {
margin-bottom: 50px;
}
.RecordPage .trend h2 {
line-height: 50px;
border-bottom: 4px solid #5eba2c;
}
.RecordPage .trend .more {
float: right;
font-size: 12px;
font-weight: normal;
}
.RecordPage .trend .money {
text-align: right;
}
.RecordPage .m-page {
background-color: #f4f4f4;
border-bottom: 1px solid #e1e1e1;
}