Skip to content

iwe7/iwe7-box

Repository files navigation

iwe7-box-x

指定宽度

iwe7-box-y

指定高度

配置 说明 默认
ratio 比率 0.618
params 附加 1
reversal 反转 false
color 背景色
<div>
  <iwe7-box-y style="height: 30px;" color="red">
  </iwe7-box-y>
  <iwe7-box-y style="height: 30px;" color="green">
  </iwe7-box-y>
  <iwe7-box-y style="height: 30px;" color="black">
  </iwe7-box-y>
</div>

<div>
  <iwe7-box-y reversal style="height: 30px;" color="red">
  </iwe7-box-y>
  <iwe7-box-y reversal style="height: 30px;" color="green">
  </iwe7-box-y>
  <iwe7-box-y reversal style="height: 30px;" color="black">
  </iwe7-box-y>
</div>

<div>
  <iwe7-box-x style="width: 33.33%;" color="red">
  </iwe7-box-x>
  <iwe7-box-x style="width: 33.33%;" color="green">
  </iwe7-box-x>
  <iwe7-box-x style="width: 33.33%;" color="black">
  </iwe7-box-x>
</div>

<div>
  <iwe7-box-x reversal style="width: 33.33%;" color="black">
  </iwe7-box-x>
  <iwe7-box-x reversal style="width: 33.33%;" color="red">
  </iwe7-box-x>
  <iwe7-box-x reversal style="width: 33.33%;" color="green">
  </iwe7-box-x>
</div>
组件名 说明 地址
iwe7-flex flex布局组件 https://github.com/iwe7/iwe7-flex
iwe7-map 百度地图组件 https://github.com/iwe7/iwe7-map
iwe7-im IM组件 https://github.com/iwe7/iwe7-im
iwe7-icss rxjs操作css https://github.com/iwe7/iwe7-icss
iwe7-core 核心库 https://github.com/iwe7/iwe7-core
iwe7-script 加载css和js https://github.com/iwe7/iwe7-script
iwe7-util 工具 https://github.com/iwe7/iwe7-util
iwe7-square 正方形组件 https://github.com/iwe7/iwe7-square
iwe7-better-scroll 滑动组件 https://github.com/iwe7/iwe7-better-scroll
iwe7-web-storage 缓存相关 https://github.com/iwe7/iwe7-web-storage
iwe7-url api链接便签 https://github.com/iwe7/iwe7-url
iwe7-video 视频播放 https://github.com/iwe7/iwe7-video
iwe7-box 长方形组件 https://github.com/iwe7/iwe7-box