H50071:简单 背景图 icon 的页面 作者签名meta

1,

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />

签名字段
    <meta name="description" content="">
    <meta name="keywords" content="">
    <meta name="author" content="order by dede58.com">
    <meta name="viewport" content="width=device-width,initial-scale=1 user-select=no"/>
    <link rel="icon" href="http://oss.esunar.com/ESUN3D/esun.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="http://oss.esunar.com/ESUN3D/esun.ico" type="image/x-icon"/>
    <title>欢迎光临易尚展示</title></head>
  
  <style type="text/css">

    *{
      /* pointer-events: none; */
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    html {
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
    }
    body {
      margin: 0;
      padding: 0;
      width:100vw;
      height: 100vh;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-image: url('http://oss.esunar.com/ESUN3D/esun.jpg');
      overflow: hidden;

    }

    a {
      text-decoration: none;
      color: #ffffff;
    }

    a:hover {
      transition: 0.5s all;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      -o-transition: 0.5s all;
      text-decoration: none;
      color: #00ff00;
    }
    a:focus {
      outline: 0;
    }
    
  </style>
  <body>
    <div style="text-align: center; margin-top: 10px">
      <a href="https://beian.miit.gov.cn" target="_blank" style="font-size: 16px; ">粤ICP备号</a>
    </div>
  </body>
</html>

 

 

posted @ 2021-03-04 11:21  琥珀君  阅读(45)  评论(0编辑  收藏  举报