网站响应式页面查看工具源代码

这是一个用于查看网站响应式设计的源代码,包括电脑、平板和手机不同设备的预览模式。用户可以通过点击相应的设备图标切换显示,便于在不同分辨率下测试网页布局。
摘要由CSDN通过智能技术生成
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>网站响应式页面查看工具源代码</title>
<script type="text/javascript" src="http://sc.chinaz.com/style/js/jquery-1.2.pack.js"></script>

<script type="text/javascript">
var theme_list_open = false;

$(document).ready(function() {

    function fixHeight() {

        var headerHeight = $("#switcher").height();

        $("#iframe").attr("height", $(window).height() - 84 + "px");

    }

    $(window).resize(function() {

        fixHeight();

    }).resize();

    //响应式预览
    $('.icon-monitor').addClass('active');

    $(".icon-mobile-3").click(function() {

        $("#by").css("overflow-y", "auto");

        $('#iframe-wrap').removeClass().addClass('mobile-width-3');

        $('.icon-tablet,.icon-mobile-1,.icon-monitor,.icon-mobile-2,.icon-mobile-3').removeClass('active');

        $(this).addClass('active');

        return false;

    });

    $(".icon-mobile-2").click(function() {

        $("#by").css("overflow-y", "auto");

        $('#iframe-wrap').removeClass().addClass('mobile-width-2');

        $('.icon-tablet,.icon-mobile-1,.icon-monitor,.icon-mobile-2,.icon-mobile-3').removeClass('active');

        $(this).addClass('active');

        return false;

    });

    $(".icon-mobile-1").cli
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值