zoukankan      html  css  js  c++  java
  • 图片全屏背景 代码实例

    <!DOCTYPE html>
    <html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>图片展示</title>
        <meta name="Keywords" content="关键词1,关键词2">
        <meta name="description" content="网页的描述内容">
        <!--响应式mate标签-->
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
        <meta name="apple-mobile-web-app-capable" content="yes">
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <base target="_blank"/>
    
        <style>
        </style>
    </head>
    <body>
        <div id="loginbg" style="overflow: hidden; position: absolute; top: 0px;
        left: 0px;  100%; height: 100%; z-index: -1; display: block;
         background-image: url('77.jpg'); background-size: cover;">
    
        </div>
    
    <script src="http://cdn.bootcss.com/jquery/2.1.3/jquery.min.js"></script>
    <script type="text/javascript">
    
    
    
    
    </script>
    </body>
    
    
    </html>

    效果图:

    IT技术和行业交流群 417691667

  • 相关阅读:
    哲学家进餐
    文件系统
    文件读写原理(转)
    数据库join种类
    http与https区别
    数字证书(转)
    B. Rebranding
    扩展欧几里德算法、证明及其应用
    CodeForces 7C Line
    UVALive 7147 World Cup
  • 原文地址:https://www.cnblogs.com/sun-rain/p/5738584.html
Copyright © 2011-2022 走看看