基于jquery bootstrap hullabaloo实现的自适应弹出提示通知消息效果代码
代码语言:html
所属分类:弹出层
代码描述:基于jquery bootstrap hullabaloo实现的自适应弹出提示通知消息效果代码
代码标签: jquery bootstrap hullabaloo 自适应 弹出 提示 通知 消息
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-4.7.0/css/font-awesome.min.css"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.4.3.1.min.css"> <style> body,html { font-size:100%; padding:0; margin:0; } /* Reset */*,*:after,*:before { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } .clearfix:before,.clearfix:after { content:" "; display:table; } .clearfix:after { clear:both; } body { background:#494A5F; color:#D5D6E2; font-weight:500; font-size:1.05em; font-family:"Microsoft YaHei","Segoe UI","Lucida Grande",Helvetica,Arial,sans-serif; } body { padding-top:20px; padding-bottom:20px; } /* Everything but the jumbotron gets side spacing for mobile first views */.header,.footer { padding-right:15px; padding-left:15px; } /* Custom page header */.header { padding-bottom:20px; border-bottom:1px solid #e5e5e5; } /* Make the masthead heading the same height as the navigation */.header h3 { margin-top:0; margin-bottom:0; line-height:40px; } .content { padding:40px 0; } /* Custom page footer */.footer { padding-top:19px; color:#777; border-top:1px solid #e5e5e5; } /* Customize container */@media (min-width:768px) { .container { max-width:730px; } }.container-narrow >hr { margin:30px 0; } /* Main marketing message and sign up button */.jumbotron { text-align:center; border-bottom:1px solid #e5e5e5; } .jumbotron .btn { padding:14px 24px; font-size:21px; } /* Responsive:Portrait tablets and up */@media screen and (min-width:768px) { /* Remove the padding we set earlier */ .header,.footer { padding-right:0; padding-left:0; } /* Space out the masthead */ .header { margin-bottom:30px; } /* Remove the bottom border on the jumbotron for visual effect */ .jumbotron { border-bottom:0; } } </style> </head> <body> <div class="container"> <div class=.........完整代码请登录后点击上方下载按钮下载查看
网友评论0