_card-detail.css
3.01 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
.card-detail-page {
.card-detail {
font-family: "黑体";
width: 100%;
height: 120px;
background: #ff575c;
color: #fff;
}
.card-icon {
width: 80px;
height: 80px;
float: left;
margin: 20px 0 0 30px;
}
.card-icon-abc {
background: url("/home/bank-icons/b-ABC.png") no-repeat;
}
.card-icon-boc {
background: url("/home/bank-icons/b-BOC.png") no-repeat;
}
.card-icon-ccb {
background: url("/home/bank-icons/b-CCB.png") no-repeat;
}
.card-icon-ceb {
background: url("/home/bank-icons/b-CEB.png") no-repeat;
}
.card-icon-cgb {
background: url("/home/bank-icons/b-CGB.png") no-repeat;
}
.card-icon-cib {
background: url("/home/bank-icons/b-CIB.png") no-repeat;
}
.card-icon-citic {
background: url("/home/bank-icons/b-CITIC.png") no-repeat;
}
.card-icon-cmbc {
background: url("/home/bank-icons/b-CMBC.png") no-repeat;
}
.card-icon-icbc {
background: url("/home/bank-icons/b-ICBC.png") no-repeat;
}
.card-icon-payh {
background: url("/home/bank-icons/b-PAYH.png") no-repeat;
}
.card-icon-psbc {
background: url("/home/bank-icons/b-PSBC.png") no-repeat;
}
.card-right {
float: left;
margin-left: 10px;
.bank-name {
font-size: 30px;
margin-top: 20px;
}
.card-no {
font-size: 26px;
font-style: normal;
}
}
.card-info {
background: #fff;
border-bottom: 1px solid #e0e0e0;
width: 100%;
height: auto;
overflow: hidden;
padding-left: 30px;
box-sizing: border-box;
li {
height: 88px;
border-bottom: 1px solid #e0e0e0;
line-height: 88px;
.txt-label {
width: 220px;
text-align: left;
font-size: 34px;
color: #444;
float: left;
}
.info-right {
float: left;
color: #444;
font-size: 28px;
}
}
li:last-child {
border-bottom: none;
}
}
.tip-cont {
p {
color: #b0b0b0;
font-size: 22px;
line-height: 30px;
padding: 25px 25px 0;
}
.card-btn {
width: 656px;
margin: 94px auto 0;
font-size: 28px;
line-height: 88px;
}
span {
float: left;
width: 312px;
height: 88px;
border-radius: 10px;
text-align: center;
cursor: pointer;
}
.relieve-btn {
background: #fff;
border: 1px solid #444;
color: #444;
margin-right: 30px;
}
.change-btn {
background: #444;
color: #fff;
}
}
}