Skip to content

Commit

Permalink
fix: treasure
Browse files Browse the repository at this point in the history
  • Loading branch information
TiAmo-code committed May 9, 2024
1 parent 03c65c9 commit 453b091
Show file tree
Hide file tree
Showing 88 changed files with 706 additions and 108 deletions.
10 changes: 7 additions & 3 deletions src/assets/css/treasure/landscape.less
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
.m-body {
padding: 200px 0;
zoom: 0.7;
}
.m-content {
position: relative;
margin: 0 auto;
transform: translateY(-100%) rotate(90deg);
width: max-content;
height: 900px;
background-image: url(../../img/treasure/bg.png);
background-image: url(../../img/treasure/landscape/bg.png);
background-size: auto 100%;
background-position: center;
display: flex;
Expand Down Expand Up @@ -120,8 +119,9 @@
.m-qy-box {
margin-top: 88px;
margin-left: 60px;
position: relative;
z-index: 1;
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: flex-end;
.m-qy {
Expand Down Expand Up @@ -165,6 +165,9 @@
}
}
}
.u-no-qy {
width: 47px;
}
.m-qy-count {
position: relative;
height: max-content;
Expand All @@ -186,6 +189,7 @@
}
}
&.m-ordinary {
min-height: 343px;
.m-qy-list {
.m-qy__row {
.m-qy__item {
Expand Down
Loading

0 comments on commit 453b091

Please sign in to comment.