在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
Foundation 提醒框Foundation 可以很简单的创建一个提醒框: 提醒框可以使用 实例<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 data-alert class="alert-box success radius"> <strong>Success!</strong> Alert box with a radius. </div> <div data-alert class="alert-box info round"> <strong>Info!</strong> Alert box that is rounded. </div> 尝试一下 » 关闭提醒框要关闭提醒框,可以在连接或按钮元素上添加 实例<div data-alert class="alert-box"> This is a default alert box with closing functionality. <a href="#" class="close">×</a> </div> <script> // Initialize Foundation JS For Functionality $(document).ready(function() { $(document).foundation(); }) </script> 尝试一下 »
|
请发表评论