美文网首页
百度侧栏代码

百度侧栏代码

作者: 赵雪儿 | 来源:发表于2017-01-17 09:21 被阅读0次
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style>
#box{
    width:134px;
    height:1015px;
    }
#title{
    width:134px;
    height:80px;
    background:url(singer/1.gif) no-repeat 15px 20px;
    }
#content1{
    width:134px;
    height:152px;
    background:url(singer/2.gif) no-repeat 27px 42px;
    border-top:2px solid #f0f0f0;
    }   
#content2{
    width:134px;
    height:152px;
    background:url(singer/3.gif) no-repeat 37px 28px;
    border-top:2px solid #f0f0f0;
    }
#content3{
    width:134px;
    height:152px;
    background:url(singer/4.gif) no-repeat 31px 20px;
    border-top:2px solid #f0f0f0;
    }   
#content4{
    width:134px;
    height:152px;
    background:url(singer/5.gif) no-repeat 37px 20px;
    border-top:2px solid #f0f0f0;
    }
#content5{
    width:134px;
    height:152px;
    background:url(singer/6.gif) no-repeat 31px 26px;
    border-top:2px solid #f0f0f0;
    }   
#content6{
    width:134px;
    height:152px;
    background:url(singer/7.gif) no-repeat 35px 24px;
    border-top:2px solid #f0f0f0;
    }   
#content7{
    width:134px;
    height:10px;
    border-top:2px solid #f0f0f0;
    }       
</style>
</head>

<body>
<div id="box">
    <div id="title"></div>
    <div id="content1"></div>
    <div id="content2"></div>
    <div id="content3"></div>
    <div id="content4"></div>
    <div id="content5"></div>
    <div id="content6"></div>
    <div id="content7"></div>
</div>
</body>
</html>

相关文章

  • 百度侧栏代码

  • 侧栏菜单滑动及返回顶部效果

    侧栏菜单 当点击侧栏菜单时,侧栏从右侧平缓划出并且遮罩层使整个页面变暗。 选择侧栏触发器 $('#sidebar_...

  • ios导航栏-侧滑

    参考:iOS导航栏使用总结 一、实现侧滑 直接上代码即可 @interface BaseViewControlle...

  • RN 思路

    数据框架 mobx 代码规范eslint-config-airbnb 网络请求框架apisauce 侧滑栏reac...

  • 25.1-博客前端:封装库--百度分享侧栏

    学习要点: 1.问题所在2.设置代码 百度分享侧栏是目前使用最广泛的一种分享工具,虽然他并不需要我们自己做,只需要...

  • vue侧栏组件实现

    1.效果预览: 2. 已实现功能: 点击顶部工具栏,打开侧栏 点击关闭按钮,关闭侧栏 点击顶部不同工具栏,切换侧栏...

  • iOS 隐藏导航栏

    在需要隐藏导航栏的控制器中加入如下代码。 但是这样隐藏导航栏会出现一个问题:在侧滑返回的时候,导航栏会出现,视觉上...

  • CSS布局

    两栏布局 float+margin position+margin 通过绝对定位将侧栏固定,通过外边距给侧栏腾出空...

  • 图侧栏

    侧栏始终位于图形窗口的左侧。它允许您为Maltego图配置各种视图和布局选项。下图提供了布局侧边栏中每个项目的标签...

  • 15日作业编程题

    实现效果:百度产品更多侧边栏实现(用背景图片的方式插入) 效果 代码实现

网友评论

      本文标题:百度侧栏代码

      本文链接:https://www.haomeiwen.com/subject/qskmbttx.html