Skip to content

Commit

Permalink
fix UI
Browse files Browse the repository at this point in the history
  • Loading branch information
tanglingxiu committed Dec 6, 2024
1 parent 65f8cfa commit 8e6adaa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
Binary file modified docs/en/assets/images/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 16 additions & 12 deletions overrides/assets/stylesheets/custom.7c86dd97.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
transform: translate(-50%, -50%);
/* background-color: #0a1d34; */
background: linear-gradient(180deg, #1a3455 0%, #0a213d 100%);
padding: 20px 20px 32px 3%;
padding: 20px 20px 32px 32px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
z-index: 1000;
width: 54.6rem;
Expand All @@ -129,7 +129,7 @@
align-items: center;
}
.popup_title {
font-size: 1.2rem;
font-size: 28px;
font-weight: normal;
line-height: normal;
letter-spacing: 0em;
Expand Down Expand Up @@ -171,34 +171,38 @@
}
.cont_info {
/* background: #070f20; */
padding: 16px 32px 0 0;
padding: 0 32px 0 0;
border-radius: 8px 0 0 8px;
}
.popup_cont_img {
width: 32.7rem;
border-radius: 8px;
}
.cont_info_title {
font-size: 1rem;
font-size: 16px;
font-weight: 500;
line-height: normal;
letter-spacing: 0em;
color: #ffffff;
color: #37d4cf;
margin-top: 0.7rem;
background: rgba(55, 212, 207, 0.2);
padding: 4px 12px;
border-radius: 8px;
margin-bottom: 8px;
display: inline-block;
}
.cont_info_desc {
font-size: 0.7rem;
font-size: 16px;
font-weight: normal;
line-height: 1rem;
letter-spacing: 0em;

color: rgba(255, 255, 255, 0.6);
hyphens: auto;
}
.cont_info_device {
font-size: 0.7rem;
font-weight: 500;
line-height: normal;
font-weight: normal;
line-height: 1rem;
letter-spacing: 0em;
color: #ffffff;
margin-top: 0.33rem;

color: rgba(255, 255, 255, 0.6);
}
2 changes: 1 addition & 1 deletion overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
</div>
<div class="popup_content">
<div class="cont_info">
<div class="cont_info_title"></div>
<div class="cont_info_desc"></div>
<div class="cont_info_title">Support devices</div>
<div class="cont_info_device"></div>
</div>
<img src="" class="popup_cont_img" alt="" />
Expand Down

0 comments on commit 8e6adaa

Please sign in to comment.