<view class="container">
<video autoplay="{{true}}" src="xx.mp4">
<input class="input-test" />
</video>
</view>
.input-test {
position: fixed;
z-index: 111;
top: 50px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 50vw;
height: 30rpx;
background-color: turquoise;
color: red;
}
解决了吗楼主
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)