Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.02 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.02 KB

box



演示

默认

<div class="ui-box">
    <div class="ui-box-head ui-box-head-border">
        <h3 class="ui-box-head-title">
            Note
        </h3>
        <a class="ui-box-head-sidenote" href="">
            More
        </a>
    </div>
    <div class="ui-box-container ui-box-container-padding">
        Thanks for the registration. And welcome to spmjs. Follow the link below to activate your account: <a href="">link</a>
    </div>
</div>

示例一

<div class="ui-box ui-box-colorful">
    <div class="ui-box-head ui-box-head-border">
        <h3 class="ui-box-head-title">
            Note
        </h3>
        <a class="ui-box-head-sidenote" href="">
            More
        </a>
    </div>
    <div class="ui-box-container ui-box-container-padding">
        Thanks for the registration. And welcome to spmjs. Follow the link below to activate your account: <a href="">link</a>
    </div>
</div>