zoukankan      html  css  js  c++  java
  • (模板)首页的友情链接模板

    首页的友情链接(静态模板)

    <style>
      div,ul,li{padding:0; margin:0}
      .area {
        margin: 0 auto;
         width: 1200px; 
        margin-top:30px;
        height:34px;
    }
    .clearfix {
        display: block;
    }
         
    .friends { padding:12px  0;  padding-bottom:6px;border-top: #3f475b solid 1px; border-bottom: #3f475b solid 1px;}
    .friends_l { float: left; width: 94px; height: 32px; line-height: 32px; color:#8699cb; font-size: 16px; }
    .friends_r { float: right; overflow: hidden; width: 1104px; height: 32px;}
    .friends_r ul { display: block; height:32px; width: 12000em;}
    .friends_r li { float: left; overflow: hidden; width: 93px; height: 28px;}
    .friends_r a img { width: 75px; height: 26px; /*border:#fff solid 1px;*/  }
    
    li {
        display: list-item;}
          </style>
    <section class="area clearfix friends">
      <div class="friends_l">友情链接:</div>
      <div class="friends_r friends_scroll">
        <ul>
          <li><a target="_blank" title="猫扑" href="http://www.baidu.com"><img src="http://fmz.qyggame.com/wp-content/uploads/2016/11/moplogo.png"></a></li>
        </ul>
      </div>
    </section>
  • 相关阅读:
    Oracle 10g 体系结构及安全管理
    Oracle 10g数据库概述
    jQuery Ajax应用
    ASP.NET Ajax核心对象
    ASP.NET XML
    jQuery插件的使用和编写
    jQuery中的Ajax应用
    弹窗下面的页面滚动问题
    报文过长,华为手机自动拦截报文
    手机抓包 配置步骤
  • 原文地址:https://www.cnblogs.com/roluce/p/6106660.html
Copyright © 2011-2022 走看看