zoukankan      html  css  js  c++  java
  • 简单的页面

    <html>
    <head>
    <title>简单的页面</title>
    <style>
       .QAQ{
        840px;
        height:390px;
        background:red;
        margin:0 auto;
       }
      .A{
       840px;
       height:100px;
       background:#EDEDED;
       }
      .B{
       840px;
       height:40px;
      background:green;
       }
      .B-A{
       280px;
       height:40px;
       background:url(day/111_01.png);
       float:left;
       margin:0 auto;
      }

      .B-B{
       280px;
       height:40px;
       background:url(day/111_03.png);
        float:left;
      }
      .B-C{
       280px;
       height:40px;
       background:url(day/111_05.png);
        float:left;
      }
     
      .C{
       840px;
       height:200px;
       background :black;
       }
     
      .D{
       840px;
       height:50px;
       background:yellow;
       }
     
     
     
    </style>
    </head>
    <body>
     
      <div class="QAQ">
        <div class="A"></div>
        <div class="B">
          <div class="B-A"></div>
          <div class="B-B"></div>
          <div class="B-C"></div>
        </div>
        <div class="C"></div>
        <div class="D"></div>
       
       </div>
    </body>
    </html>

  • 相关阅读:
    4.代理模式
    替换文中指定字段实例
    常用正则表达式
    1.简单工厂模式
    ftp 发生意外错误 0x8ffe2740
    《人月神话》1
    3.装饰模式
    简易JS版多级菜单
    UEditor 百度富文本编辑器
    奉献一个窗口置顶的小工具
  • 原文地址:https://www.cnblogs.com/bingg/p/5373190.html
Copyright © 2011-2022 走看看