问题模块 框架类型 问题类型 终端类型 微信版本 基础库版本
框架 微信小程序 Bug 工具 6.7.0 2.2.5
代码片段已经给上了,
wechatide://minicode/8Hz8cAmS752W
这里也可以给一个简单的demo复现,100%复现的,在模拟器上是可以的,但是在真机上是不行的
模拟器:
真机:
page {
width: 100%;
height: 100%;
overflow: hidden;
}
.content {
width: 100%;
height: 100%;
overflow: hidden;
}
.content video {
width: 100%;
height: 100%;
position: relative;
}
.goods-shelves {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
transition: transform ease .4s;
transform: translate(0, 912rpx);
height: 912rpx;
color: #303030;
background: red;
}
.wrap {
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
}
.player-area {
flex: 1;
}
.other-info {
height: 248rpx;
width: 100%;
}
.content.show .goods-shelves{
transform: translate(0, 0);
}
.content.show video {
top: -664rpx;
}
代码片段
wechatide://minicode/8Hz8cAmS752W
微信小程序开发问题解答
微信小程序开发者回答:
你好,这边测试问题未复现,请提供具体机型及微信版本号
微信小程序开发者回答:
类似这样的写法,直接写在外面
微信小程序开发者回答:
没有影响的,我那个只是一个动画,不是现实隐藏的意思,你先看下代码片段吧
本文网址:http://www.91bianli.com/weixinxiaochengxu/45966.html