Rieko-wang 2 years ago
parent
commit
9b97f7d8fd
  1. 11
      css/style.css
  2. BIN
      img/1.jpg
  3. BIN
      img/2.jpg
  4. BIN
      img/3.jpg
  5. BIN
      img/4.jpg
  6. BIN
      img/5.jpg
  7. BIN
      img/6.jpg
  8. BIN
      img/7.jpg
  9. BIN
      img/IMG_3619.png
  10. BIN
      img/IMG_3620.jpg
  11. BIN
      img/account.jpg
  12. BIN
      img/loading.png
  13. BIN
      img/lun.jpg
  14. BIN
      img/m1.jpg
  15. BIN
      img/m1.png
  16. BIN
      img/m2.png
  17. BIN
      img/sanjiao.jpg
  18. 6
      index.html

11
css/style.css

@ -428,12 +428,15 @@ img {
padding: 1.5rem;
font-size: 1.3rem;
}
.filter-item {
padding: 1.6vw 4.4vw;
.filter-item,
.filter-item-last {
padding: 1.3vw 4.3vw;
background-color: #fff;
margin-left: 1.5rem;
border-radius: 3rem;
color: rgba(0, 0, 0, 0.7);
display: flex;
align-items: center;
}
.filter-item:first-child {
margin-left: 0;
@ -447,3 +450,7 @@ img {
.moveRight {
left: 0 !important;
}
.filter-item-last {
overflow: hidden;
}

BIN
img/1.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 107 KiB

BIN
img/2.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 51 KiB

BIN
img/3.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 74 KiB

BIN
img/4.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 93 KiB

BIN
img/5.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 88 KiB

BIN
img/6.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 30 KiB

BIN
img/7.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
img/IMG_3619.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 KiB

After

Width:  |  Height:  |  Size: 93 KiB

BIN
img/IMG_3620.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

BIN
img/account.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
img/loading.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
img/lun.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 30 KiB

BIN
img/m1.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
img/m1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

BIN
img/m2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
img/sanjiao.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

6
index.html

@ -29,11 +29,15 @@
<a href="javascript:history.back(-1)" class="account-back back-btn"></a>
<div class="card-box">
<div class="card-number"></div>
<img class="bg" id="m1" src="./img/m1.png" alt="">
<img class="bg" id="m1" src="./img/m1.jpg" alt="">
<div class="filter">
<div class="filter-item active" data-query-key="nearlyWeek">近一周</div>
<div class="filter-item" data-query-key="nearlyMonth">近一月</div>
<div class="filter-item" data-query-key="lastThreeMonths">近三月</div>
<div class="filter-item-last">
筛选
<img style="margin-left: 4px;" width="9" src="./img/sanjiao.jpg" alt="">
</div>
</div>
</div>
</div>

Loading…
Cancel
Save