修改点击下载传参
This commit is contained in:
2
view/peko/home/css/animate.css
vendored
2
view/peko/home/css/animate.css
vendored
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user