Blogger Information
Blog 85
fans 0
comment 0
visits 94788
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
微信小程序官方组件展示之视图容器match-media
软件事业部
Original
376 people have browsed it

以下将展示微信小程序之视图容器match-media官方组件能力,组件样式仅供参考,开发者可根据自身需求定义组件样式,具体属性参数详见小程序开发文档。
功能描述:
media query 匹配检测节点。可以指定一组 media query 规则,满足时,这个节点才会被展示。
通过这个节点可以实现“页面宽高在某个范围时才展示某个区域”这样的效果。
属性说明:

示例代码

  1. <match-media min-width="300" max-width="600">
  2. <view>当页面宽度在 300 ~ 500 px 之间时展示这里</view>
  3. </match-media>
  4. <match-media min-height="400" orientation="landscape">
  5. <view>当页面高度不小于 400 px 且屏幕方向为纵向时展示这里</view>
  6. </match-media>

版权声明: 本站所有内容均由互联网收集整理、上传,如涉及版权问题,我们第一时间处理。
原文链接地址:https://developers.weixin.qq.com/miniprogram/dev/component/match-media.html

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post