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