This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var getData = function(url, flag,fn) { | |
| if (isAjax == true) { | |
| isAjax = false; | |
| $(".loading").css("display", "none"); | |
| $.ajax({ | |
| url: url, | |
| type: "GET", | |
| dataType: "html", | |
| success: function(html) { | |
| $(".dlist").append(html); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $(document).ready(function(){ | |
| var setting_img = function(dom_width,allimg,scale){ | |
| var dt_width = dom_width[0].offsetWidth; | |
| if(scale){ | |
| var n1 = parseInt(scale.split(':')[0]),n2 = parseInt(scale.split(':')[1]); | |
| var img_height = (dt_width / n1) * n2; | |
| }else{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .swipe_text {position: relative;width:300px;overflow: hidden;} | |
| .swipe_text .c_b {float:left;position: relative;overflow: hidden;} | |
| .swipe_text .c_b li {float:left;width:300px;background:#fff;position: relative;} | |
| <div class="swipe_text"> | |
| <div id="swipeText"> | |
| <ul class="c_b"> | |
| <li><a href="###" title="">全部(1)</a><a href="###" title="">全部(1)</a><a href="###" title="">全部(1)</a></li> | |
| <li><a href="###" title="">电影(1)</a><a href="###" title="">电影(1)</a><a href="###" title="">电影(1)</a></li> | |
| <li><a href="###" title="">综艺(1)</a><a href="###" title="">综艺(1)</a><a href="###" title="">综艺(1)</a></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <!--允许全屏--> | |
| <meta content="yes" name="apple-mobile-web-app-capable"/> | |
| <meta content="yes" name="apple-touch-fullscreen"/> | |
| <!--禁止电话号码和邮箱识别--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sdafdsa fdsaf dsafsa fsad |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| save |