bank-card.scss
2.81 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
.bank-card-page {
.bank-card-list {
padding: 30px 30px 0;
}
.card-tips {
width: 100%;
height: 88px;
background-color: #ff8080;
font-size: 24px;
padding: 10px 25px;
.left {
float: left;
height: 68px;
line-height: 34px;
font-size: 24px;
color: #fff;
}
.right {
float: right;
width: 170px;
height: 68px;
line-height: 68px;
text-align: right;
.iconfont {
color: #fff;
font-size: 20px;
}
}
}
.card-nav {
width: 100%;
height: 200px;
margin-bottom: 30px;
position: relative;
background: #000;
border-radius: 10px;
background-size: contain;
display: block;
span {
position: absolute;
right: 30px;
bottom: 30px;
color: #fff;
font-size: 40px;
}
.out-of-service {
width: 120px;
height: 40px;
border-radius: 6px;
background-color: #fff;
font-size: 24px;
color: #ff575c;
line-height: 40px;
text-align: center;
position: absolute;
top: 20px;
right: 20px;
}
}
.card-bg-abc {
background: url("img/home/bank-icons/bank-ABC.png") no-repeat;
background-size: contain;
}
.card-bg-boc {
background: url("img/home/bank-icons/bank-BOC.png") no-repeat;
background-size: contain;
}
.card-bg-ccb {
background: url("img/home/bank-icons/bank-CCB.png") no-repeat;
background-size: contain;
}
.card-bg-cgb {
background: url("img/home/bank-icons/bank-CGB.png") no-repeat;
background-size: contain;
}
.card-bg-cib {
background: url("img/home/bank-icons/bank-CIB.png") no-repeat;
background-size: contain;
}
.card-bg-citic {
background: url("img/home/bank-icons/bank-CITIC.png") no-repeat;
background-size: contain;
}
.card-bg-cmbc {
background: url("img/home/bank-icons/bank-CMBC.png") no-repeat;
background-size: contain;
}
.card-bg-ceb {
background: url("img/home/bank-icons/bank-CEB.png") no-repeat;
background-size: contain;
}
.card-bg-icbc {
background: url("img/home/bank-icons/bank-ICBC.png") no-repeat;
background-size: contain;
}
.card-bg-payh {
background: url("img/home/bank-icons/bank-PAYH.png") no-repeat;
background-size: contain;
}
.card-bg-psbc {
background: url("img/home/bank-icons/bank-PSBC.png") no-repeat;
background-size: contain;
}
}