Rieko-wang 2 years ago
parent
commit
c06993f7ed
  1. 22
      css/style.css
  2. 3
      index.html

22
css/style.css

@ -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;

3
index.html

@ -16,11 +16,14 @@
<a href="#home" class="account-back account-back-bb"></a> <a href="#home" class="account-back account-back-bb"></a>
<img class="bg" src="./img/account.jpg" alt=""> <img class="bg" src="./img/account.jpg" alt="">
</div> </div>
<div class="bb-list-box">
<div class="bb-list"> <div class="bb-list">
</div> </div>
<img class="bg" style="margin-top: 10px;" src="./img/IMG_3620.jpg" alt=""> <img class="bg" style="margin-top: 10px;" src="./img/IMG_3620.jpg" alt="">
</div> </div>
</div>
<div id="list" class="billing list-class"> <div id="list" class="billing list-class">
<div class="account-header billing-header"> <div class="account-header billing-header">
<a href="javascript:history.back(-1)" class="account-back back-btn"></a> <a href="javascript:history.back(-1)" class="account-back back-btn"></a>

Loading…
Cancel
Save