Skip to content

Commit

Permalink
fix: 移动端珍卷处理
Browse files Browse the repository at this point in the history
  • Loading branch information
TiAmo-code committed Dec 7, 2024
1 parent ec3265f commit bc989c7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/assets/css/adventure/landscape.less
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
width: 142px;
}
.m-item__text {
top: 133px;
top: 125px;
left: 38px;
}
}
Expand Down Expand Up @@ -510,7 +510,7 @@
}
.m-item__text {
top: 48px;
left: 6;
left: 6px;
}
}
}
Expand Down
24 changes: 23 additions & 1 deletion src/assets/css/adventure/portrait.less
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
width: 142px;
}
.m-item__text {
top: 133px;
top: 125px;
left: 38px;
}
}
Expand All @@ -367,6 +367,28 @@
left: 172px;
}
}
&.kwyh {
top: 295px;
left: 400px;
.u-item__img {
width: 144px;
}
.m-item__text {
top: -6px;
right: 12px;
}
}
&.fgzm {
top: 110px;
left: 302px;
.u-item__img {
width: 211px;
}
.m-item__text {
top: 48px;
left: 6px;
}
}
}
}
.m-qy-box {
Expand Down

0 comments on commit bc989c7

Please sign in to comment.