修改发布按钮图层点击问题

This commit is contained in:
A1300399510
2023-11-10 13:50:23 +08:00
parent 72aa4006b7
commit 1138eac28f
6 changed files with 6 additions and 5 deletions

View File

@@ -113,7 +113,8 @@ nav {
height: 1.4667rem;
border-radius: 2.56rem;
position: fixed;
right: 0.4rem;
// right: 0.4rem;
right: calc((100vw - 10rem)/2 + 0.4rem);
bottom: 10%;
font-size: 0.32rem;
z-index: 6;