|
@ -136,7 +136,9 @@ img { |
|
|
left: 100%; |
|
|
left: 100%; |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
z-index: 99; |
|
|
z-index: 99; |
|
|
background-color: #f7f7f7; |
|
|
background-color: #fff; |
|
|
|
|
|
/* background-color: #f7f7f7; */ |
|
|
|
|
|
|
|
|
/* padding-top: 48px; */ |
|
|
/* padding-top: 48px; */ |
|
|
overflow-y: scroll; |
|
|
overflow-y: scroll; |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
@ -150,7 +152,10 @@ img { |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
z-index: 99; |
|
|
z-index: 99; |
|
|
top: 0; |
|
|
top: 0; |
|
|
background-color: #f7f7f7; |
|
|
|
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
/* background-color: #f7f7f7; */ |
|
|
|
|
|
|
|
|
/* padding-top: 48px; */ |
|
|
/* padding-top: 48px; */ |
|
|
overflow-y: scroll; |
|
|
overflow-y: scroll; |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
@ -189,6 +194,7 @@ img { |
|
|
|
|
|
|
|
|
.account-header { |
|
|
.account-header { |
|
|
position: relative; |
|
|
position: relative; |
|
|
|
|
|
background-color: #f7f7f7; |
|
|
} |
|
|
} |
|
|
.account-back { |
|
|
.account-back { |
|
|
width: 4rem; |
|
|
width: 4rem; |
|
@ -225,6 +231,10 @@ img { |
|
|
transform: rotate(360deg); |
|
|
transform: rotate(360deg); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
.bb-list-box { |
|
|
|
|
|
background-color: #f7f7f7; |
|
|
|
|
|
min-height: 88vh; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.bb-list, |
|
|
.bb-list, |
|
|
.bb-list .item { |
|
|
.bb-list .item { |
|
@ -261,6 +271,8 @@ img { |
|
|
} |
|
|
} |
|
|
.billing-list { |
|
|
.billing-list { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
|
|
|
background-color: #f7f7f7; |
|
|
|
|
|
min-height: 80vh; |
|
|
} |
|
|
} |
|
|
.billing-list .item { |
|
|
.billing-list .item { |
|
|
position: relative; |
|
|
position: relative; |
|
@ -326,7 +338,7 @@ img { |
|
|
.card-number { |
|
|
.card-number { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
z-index: 2; |
|
|
z-index: 2; |
|
|
top: 37%; |
|
|
top: 36.4%; |
|
|
font-size: 1.7rem; |
|
|
font-size: 1.7rem; |
|
|
color: rgba(0, 0, 0, 0.7); |
|
|
color: rgba(0, 0, 0, 0.7); |
|
|
left: 11.2%; |
|
|
left: 11.2%; |
|
@ -410,14 +422,14 @@ img { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
/* background-color: rgba(0, 0, 0, 0.2); */ |
|
|
/* background-color: rgba(0, 0, 0, 0.2); */ |
|
|
left: 0; |
|
|
left: 0; |
|
|
top: 7.8rem; |
|
|
top: 21.4vw; |
|
|
display: flex; |
|
|
display: flex; |
|
|
/* top: 0; */ |
|
|
/* top: 0; */ |
|
|
padding: 1.5rem; |
|
|
padding: 1.5rem; |
|
|
font-size: 1.3rem; |
|
|
font-size: 1.3rem; |
|
|
} |
|
|
} |
|
|
.filter-item { |
|
|
.filter-item { |
|
|
padding: 0.6rem 1.5rem; |
|
|
padding: 1.6vw 4.4vw; |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
margin-left: 1.5rem; |
|
|
margin-left: 1.5rem; |
|
|
border-radius: 3rem; |
|
|
border-radius: 3rem; |
|
|