修改点击下载传参

This commit is contained in:
Dragon
2024-01-23 15:59:37 +08:00
parent 08656587a1
commit c08811e593
5 changed files with 22 additions and 22 deletions

File diff suppressed because one or more lines are too long

View File

@@ -245,14 +245,14 @@
html .h5 .pagesBox {
width: 100%;
height: 100%;
transition: all .6s;
transition: all .4s;
transform: translateY(0%);
}
body .h5 .pagesBox .page1,
html .h5 .pagesBox .page1 {
width: 100%;
height: 100%;
background: url(../images/h51.png) no-repeat center;
background: url(../images/h51.png) no-repeat;
background-size: 100% 17.78667rem;
position: relative;
overflow: hidden;

View File

@@ -260,13 +260,13 @@
width: 100%;
height: 100%;
// overflow: hidden;
transition: all .6s;
transition: all .4s;
transform: translateY(-0%);
.page1 {
width: 100%;
height: 100%;
background: url(../images/h51.png) no-repeat center;
background: url(../images/h51.png) no-repeat ;
background-size: 100% px2rem(1334);
position: relative;
overflow: hidden;