full-screen.wxml 477 B

1234567
  1. <!-- <view style="width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.4);display: flex;align-items: center;">
  2. <view style="width: 50vh;">
  3. 111122121111
  4. <image bind:tap="handlePosterTap" style="position: absolute; width: 100rpx;height: 100rpx;top: 50%; left: 49%;transform: translate(-50%,-50%);" src="/assets/images/icon-video-play.png" mode="" />
  5. <image style="display: block;width: 100%;" src="{{posterUrl}}" bind:tap="handlePosterTap" />
  6. </view>
  7. </view> -->