<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>
原文地址:https://www.cnblogs.com/cloud-dev/p/de-zhizu-jianltaddressgt--kuai-ying-yong-zu-jian-k.html