限时免费试用:欢迎注册 api.bigmodel.org ,快速体验大模型 API 接入服务。

小程序

小程序组件 | mask遮罩层组件

定义组件 wxml: wxss .container{ background-color: #000; position: fixed; top: 0; opacity: 0.6; width: 100%; height: 100%; z-index: 99 } 无js设置 组件使用 在json中引入: { "usingComponents":{ "v-ma

作者
王明昌
发布时间
定义组件
wxml:


wxss
.container{
  background-color: #000;
  position: fixed;
  top: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 99
}

无js设置
组件使用
在json中引入:
{
  "usingComponents":{
    "v-mask": "/components/mask/index"
  }
}

使用:


0/500
友善分享您的看法。
反馈邮箱