<div style="padding:20px;">
<h2>提醒框</h2>
<div data-alert="" class="alert-box">
This is a default alert box.
</div>
<div data-alert="" class="alert-box secondary">
This is a secondary alert box.
</div>
<div data-alert="" class="alert-box success">
<strong>Success!</strong> This alert box indicates a successful or positive action.
</div>
<div data-alert="" class="alert-box info">
<strong>Info!</strong> This alert box indicates a neutral informative change or action.
</div>
<div data-alert="" class="alert-box warning">
<strong>Warning!</strong> This alert box indicates a warning that might need attention.
</div>
<div data-alert="" class="alert-box alert">
<strong>Alert!</strong> This alert box indicates a dangerous or potentially negative action.
</div>
</div>