iuap-design
Version:
UI Framework Used For Enterprise.
17 lines (15 loc) • 620 B
Markdown
##高度
高度提供了如下数值: 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, auto, 100%
添加如下样式即可实现对应的效果。
* `.height-50`: height高度为50px
* `.height-100`: height高度为100px
* `.height-150`: height高度为150px
* `.height-200`: height高度为200px
* `.height-250`: height高度为250px
* `.height-300`: height高度为300px
* `.height-350`: height高度为350px
* `.height-400`: height高度为400px
* `.height-450`: height高度为450px
* `.height-500`: height高度为500px
* `.height-auto`: height高度为auto
* `.height-full`: height高度为100%