Rieko-wang 2 years ago
parent
commit
877b32b97f
  1. 18
      css/style.css
  2. BIN
      img/1.jpg
  3. 4
      index.html

18
css/style.css

@ -48,11 +48,11 @@ body {
img { img {
margin: 0; margin: 0;
} }
.header { /* .header {
width: 100%; width: 100%;
height: 48px; height: 48px;
background-color: #000; background-color: #000;
} } */
.container { .container {
width: 100%; width: 100%;
padding-bottom: 6rem; padding-bottom: 6rem;
@ -115,18 +115,18 @@ img {
.banner .account { .banner .account {
position: absolute; position: absolute;
z-index: 11; z-index: 11;
width: 4rem; width: 12vw;
height: 4rem; height: 12vw;
top: 17rem; top: 58.5vw;
left: 13vw; left: 13vw;
} }
.mx { .mx {
position: absolute; position: absolute;
z-index: 11; z-index: 11;
width: 4rem; width: 12vw;
height: 4rem; height: 12vw;
top: 17rem; top: 58.5vw;
left: 55vw; left: 55vw;
} }
@ -354,7 +354,7 @@ img {
width: 30%; width: 30%;
left: 25%; left: 25%;
height: 3rem; height: 3rem;
top: 0.5rem; top: 12.7vw;
font-size: 1.3rem; font-size: 1.3rem;
color: #fff; color: #fff;
overflow: hidden; overflow: hidden;

BIN
img/1.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

After

Width:  |  Height:  |  Size: 200 KiB

4
index.html

@ -39,9 +39,9 @@
</div> </div>
<div id="home" class="container"> <div id="home" class="container">
<div class="header"> <!-- <div class="header">
</div> </div> -->
<div class="banner"> <div class="banner">
<!-- <img class="bg top-header" src="./img/t.jpg" alt=""> --> <!-- <img class="bg top-header" src="./img/t.jpg" alt=""> -->
<a href="#bb" id="my_account_rn" class="account"></a> <a href="#bb" id="my_account_rn" class="account"></a>

Loading…
Cancel
Save