• 定位截图


     1 <!DOCTYPE html>
     2 <html>
     3 <head lang="en">
     4     <meta charset="UTF-8">
     5     <title></title>
     6     <style type="text/css">
     7         .imges-styl{
     8             width: 98px;
     9             height: 22px;
    10             margin: 0px auto;
    11             background-image: url("imgs/aio.png");
    12             background-repeat: no-repeat;
    13             background-position:-306px -214px;
    14         }
    15     </style>
    16 </head>
    17 <body>
    18         <div class="imges-styl">
    19         </div>
    20 </body>
    21 </html>

    原图:

    效果图:

  • 相关阅读:
    jQuery应用 代码片段
    正则表达式大全
    js表单编程
    补充回顾
    Socket网路编程
    异常处理
    day18-2 反射详解
    day18-1 面向对象进阶
    day18-1 多态
    day17-2 继承
  • 原文地址:https://www.cnblogs.com/dzlx/p/8031472.html
Copyright © 2020-2023  润新知