微信小程序开发指南

基于ColorUI的组件化页面开发


视频背景

视频背景

  • 样式图例

  • 示例代码
<view class="bg-video bg-mask flex align-center" style="height: 422rpx;">
  <video src="https://yz.lol.qq.com/v1/assets/videos/aatrox-splashvideo.webm" autoplay loop muted show-play-btn="{{false}}" controls="{{false}}" objectFit="cover"></video>
  <cover-view class="padding-xl text-white ">
    <cover-view class="padding-xs  text-xxl text-bold">
      暗裔剑魔
    </cover-view>
    <cover-view class="padding-xs">
      我必须连同希望一起毁坏……
    </cover-view>
  </cover-view>
</view>

页面列表

ITEM_HTML