天天看點

01.LoT.UI 前背景通用架構分解系列之——小圖檔背景全屏顯示(可自動切換背景)

LOT.UI分解系列彙總: http://www.cnblogs.com/dunitian/p/4822808.html#lotui LoT.UI開源位址如下: https://github.com/dunitian/LoTCodeBase/tree/master/LoTUI 先看在LoT.UI裡面的應用效果圖:

01.LoT.UI 前背景通用架構分解系列之——小圖檔背景全屏顯示(可自動切換背景)
01.LoT.UI 前背景通用架構分解系列之——小圖檔背景全屏顯示(可自動切換背景)
屁話不多說,上核心代碼:(完整代碼: https://github.com/dunitian/LoTCodeBase/blob/master/LoTUI/Manager/Login.html

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <meta charset="utf-8" />
    <link href="/open/supersized/supersized.css" rel="stylesheet" />
</head>
<body>
    
    <script src="http://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"></script>
    <script src="/open/supersized/supersized.3.2.7.min.js"></script>
    <script type="text/javascript">
        $(function () {
            $.supersized({
                slides: [{ image: '/assets/img/backgrounds/1.jpg' },
                        { image: '/assets/img/backgrounds/2.jpg' },
                        { image: '/assets/img/backgrounds/3.jpg' }]
            });
        });
    </script>
</body>
</html>
      

第三方JS插件的位址:

https://github.com/buildinternet/supersized

作者:

毒逆天

出處:

https://www.cnblogs.com/dotnetcrazy

打賞:

18i4JpL6g54yAPAefdtgqwRrZ43YJwAV5z

本文版權歸作者和部落格園共有。歡迎轉載,但必須保留此段聲明,且在文章頁面明顯位置給出原文連接配接!

繼續閱讀