index.css
2.87 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
119
120
121
122
123
124
125
126
127
128
129
.IndexPage .banner {
background-color: #fff;
margin-top: 20px;
}
.IndexPage .banner .box {
border: 1px solid #e1e1e1;
padding: 24px 30px;
}
.IndexPage .banner .avatar {
float: left;
}
.IndexPage .banner .welcome,
.IndexPage .banner .detail {
margin-left: 80px;
}
.IndexPage .banner .welcome {
font-size: 14px;
font-family: Helvetica, "华文细黑", "Microsoft YaHei", "微软雅黑", Tahoma, STXihei;
}
.IndexPage .banner .welcome strong {
display: inline-block;
line-height: 30px;
border-bottom: 1px solid #e6e6e6;
margin-right: 10px;
}
.IndexPage .banner .account-name {
margin-right: 10px;
vertical-align: middle;
}
.IndexPage .banner .detail {
line-height: 30px;
}
.IndexPage .banner .detail .m-security {
margin-right: 15px;
}
.IndexPage .banner .detail .icon-lock {
margin-right: 10px;
}
.IndexPage .banner .detail .state {
font-size: 15px;
margin-right: 20px;
}
.IndexPage .account {
background-color: #FFF;
border: 1px solid #e1e1e1;
border-width: 1px 0;
margin-top: -1px;
}
.IndexPage .account .balance,
.IndexPage .account .bank {
width: 50%;
float: left;
border: 1px solid #e1e1e1;
border-width: 0 1px;
padding: 18px 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.IndexPage .account .balance p {
line-height: 35px;
}
.IndexPage .account .balance strong {
display: inline-block;
width: 90px;
font-size: 14px;
font-family: Helvetica, "华文细黑", "Microsoft YaHei", "微软雅黑", Tahoma, STXihei;
}
.IndexPage .account .balance em {
display: inline-block;
min-width: 60px;
font-size: 16px;
font-weight: 700;
padding: 0 15px;
text-align: left;
font-family: Helvetica, "华文细黑", "Microsoft YaHei", "微软雅黑", Tahoma, STXihei;
}
.IndexPage .account .balance em i {
font-style: normal;
font-size: 13px;
}
.IndexPage .account .balance .unit {
margin-right: 40px;
}
.IndexPage .account .balance .m-btn {
margin-right: 15px;
}
.IndexPage .account .bank {
border-left: none;
line-height: 70px;
}
.IndexPage .account .bank .card-state {
display: inline-block;
vertical-align: middle;
}
.IndexPage .account .bank strong {
display: inline-block;
width: 90px;
font-size: 14px;
font-family: Helvetica, "华文细黑", "Microsoft YaHei", "微软雅黑", Tahoma, STXihei;
}
.IndexPage .account .bank a {
display: inline-block;
font-size: 16px;
font-weight: 700;
padding: 0 15px;
text-align: center;
font-family: Helvetica, "华文细黑", "Microsoft YaHei", "微软雅黑", Tahoma, STXihei;
}
.IndexPage .account .bank .m-btn {
font-size: 12px;
font-weight: normal;
margin-left: 35px;
}
.IndexPage .trend {
margin-bottom: 50px;
}
.IndexPage .trend h2 {
line-height: 50px;
border-bottom: 4px solid #5eba2c;
}
.IndexPage .trend .more {
float: right;
font-size: 12px;
font-weight: normal;
}
.IndexPage .trend .money {
text-align: right;
}