zoukankan      html  css  js  c++  java
  • 专题页移动端适配实例

    <html>

        <head>
            <title>一元购专题页</title>
            <meta charset="utf-8">
            <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <style>
            html,body {
                margin:0;
                padding:0;
                background-size:cover;
            }
            .content {
                100%;
                height: 100%;
            }
            .content img {
                display: block;
                outline: none;
                border:0;
                100%;
            }
        </style>
        </head>

        <body>
            
        
            <table id="__01" class="content"   border="0" cellpadding="0" cellspacing="0">
                <tbody>
                    <tr>
                        <td>
                            <img src="images/1yg_01.png" alt=""   border="0" usemap="#Map"></td>
                    </tr>
                    <tr>
                        <td>
                            <img src="images/1yg_02.png" alt=""   border="0" usemap="#Map2"></td>
                    </tr>
                    <tr>
                        <td>
                            <img src="images/1yg_03.png" alt=""   border="0" usemap="#Map3"></td>
                    </tr>
                    <tr>
                        <td>
                            <img src="images/1yg_04.png" alt=""   border="0" usemap="#Map4"></td>
                    </tr>
                </tbody>
            </table>
            <!-- End Save for Web Slices -->

            <map name="Map">
              <area shape="rect" coords="2,2,627,499" href="#">
            </map>
            
            <map name="Map2">
              <area shape="rect" coords="6,2,616,242" href="#">
            </map>
            
            <map name="Map3">
              <area shape="rect" coords="1,1,632,254" href="#">
            </map>
            
            <map name="Map4">
              <area shape="rect" coords="2,2,651,316" href="#">
            </map>

        </body>

    </html>

  • 相关阅读:
    【转载】[C#]Log4net中的RollingFileAppender解析
    【转载】大数据量传输时配置WCF的注意事项
    Sql 数据引擎中删除用户名、密码信息
    win10 HTTP 错误 500.21
    SQL Server 将Id相同的字段合并,并且以逗号隔开
    C#中2个日期类型相减
    sql server 查询本年的每个月的数据
    sql server 查询本周、本月所有天数的数据
    sql server中的日期函数
    Sql Server 逻辑文件 '' 不是数据库 '' 的一部分。请使用 RESTORE FILELISTONLY 来列出逻辑文件名。
  • 原文地址:https://www.cnblogs.com/gxywb/p/10723119.html
Copyright © 2011-2022 走看看