標籤:des style blog http color io os ar java
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <title></title> 5 <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 6 <meta name="keywords" content="The free Retina Iphone web template, Andriod web template, Smartphone web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" /> 7 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> 8 9 <script src="js/jquery.min.js"></script>10 <script src="js/jquery.magnific-popup.js" type="text/javascript"></script>11 <link href="css/magnific-popup.css" rel="stylesheet" type="text/css">12 13 <script>14 $(document).ready(function() {15 $(‘.popup-with-zoom-anim‘).magnificPopup({16 type: ‘inline‘,17 fixedContentPos: false,18 fixedBgPos: true,19 overflowY: ‘auto‘,20 closeBtnInside: true,21 preloader: false,22 midClick: true,23 removalDelay: 300,24 mainClass: ‘my-mfp-zoom-in‘25 });26 });27 </script>28 29 </head>30 <body>31 <a class="popup-with-zoom-anim" href="#small-dialog" style="font-weight: bold;"> 報名請點擊</a> 32 33 <div id="small-dialog" class="mfp-hide">34 <div class="pop_up">35 <h2>現在還不是報名時間!</h2>36 <p>詳情請關注資訊學院就業事務中心<br>官方:北林資訊人<br/>二維碼:<br/><center><img style="width:150px;" src="./images/xxtw.jpg"/></center></p>37 </div>38 </div>39 40 </body>41 </html>
html彈框效果(移動Web)