"地址"组件:<address> —— 快应用组件库H-UI

<import name="address" src="../Common/ui/h-ui/advance/c_address"></import><template> <div class="container"> <address header-text="联系作者" header-styles="danger font60"> <a href="mailto:fastapp@139.com">Email:fastapp@139.com</a> </address> </div></template><style lang="less"> @import '../Common/styles/container.less';</style>

<import name="address" src="../Common/ui/h-ui/advance/c_address"></import><template> <div class="container"> <address header-text="H-UI" header-styles="default font60" main-text="广东省 深圳市 福田区" main-styles="default" abbr-text="P:" abbr-styles="default" abbr-title="移动电话" footer-text=" 13500189618" footer-styles="info"> <a href="mailto:fastapp@139.com" class="info">Email:fastapp@139.com</a> </address> </div></template><style lang="less"> @import '../Common/styles/container.less'; @import '../Common/styles/color.less';</style>
扫码体验

赞 (0)