| 1234567 |
- <!-- <view style="width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.4);display: flex;align-items: center;">
- <view style="width: 50vh;">
- 111122121111
- <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="" />
- <image style="display: block;width: 100%;" src="{{posterUrl}}" bind:tap="handlePosterTap" />
- </view>
- </view> -->
|