<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title</title>
<style>
*{
margin:0;
padding: 0;
font-size: 12px;
}
a{
text-decoration: none;
}
a.i{
width: 30px;
height: 29px;
/*background-color: white;*/
display: inline-block;
float: left;
/*margin-top: 2px;*/
}
.ico{
width: 11px;
height: 12px; display: inline-block;
margin-left: 11px;
margin-top: 9px;
background-image: url("http://dig.chouti.com/images/icon.png");
background-repeat: no-repeat;
background-position: 0 -197px;
}
.header{
width: 100%;
height: 44px;
background-color: #2459a2;
position: fixed;
}
.header-content{
width: 1026px;
margin: 0 auto;
/*background-color: grey;*/
height: 44px;;
line-height: 44px;
}
.logo{
width: 121px;
height: 23px;
background: url(http://dig.chouti.com/images/logo.png) no-repeat 0 0;
float: left;
margin-top: 11px;
}
.menu{
float: left;
margin-left: 20px;
}
.menu a{
color: #c0cddf;
padding: 0 13px 0 16px;
display: inline-block;
margin-left: -3px;
}
.menu .menu_0{
background: #204982;
color: white;
}
.menu .menu_1:hover{
color: white;
background-color:#3266ad ;
}
.search{
float: right;
margin-top: 6px;
display: block;
background-color: white;
} .search_text{
color: #333;
padding: 2px 2px 2px 5px;
height: 25px;
width: 91px;
float: left;
}
.content_right a:hover{
background:#3266ad ;
}
.content_right a{
color: white;
float: right;
display: inline-block;
/*margin-left: 20px;*/
padding:0 20px;
}
.
</style>
</head>
<body> <div class="header">
<div class="header-content">
<a href="" class="logo"></a>
<div class="menu">
<a href="" class="menu_0">全部</a>
<a href="" class="menu_1">42区</a>
<a href="" class="menu_1">段子</a>
<a href="" class="menu_1">图片</a>
<a href="" class="menu_1">挨踢1024</a>
<a href="" class="menu_1">你问我答</a>
</div>
<div class="search">
<form action="" method="post" name="search_form">
<input type="text" class="search_text" name="search_text" >
<a href="" class="i">
<span class="ico"></span>
</a>
</form>
</div>
<div class="content_right">
<a href="" class="register">登录</a>
<a href="" class="login">注册</a>
</div>
</div>
</div> </body>
</html>

抽屉header的更多相关文章

  1. iOS开发之抽屉效果实现

    说道抽屉效果在iOS中比较有名的第三方类库就是PPRevealSideViewController.一说到第三方类库就自然而然的想到我们的CocoaPods,今天的博客中用CocoaPods引入PPR ...

  2. tornado web高级开发项目之抽屉官网的页面登陆验证、form验证、点赞、评论、文章分页处理、发送邮箱验证码、登陆验证码、注册、发布文章、上传图片

    本博文将一步步带领你实现抽屉官网的各种功能:包括登陆.注册.发送邮箱验证码.登陆验证码.页面登陆验证.发布文章.上传图片.form验证.点赞.评论.文章分页处理以及基于tornado的后端和ajax的 ...

  3. Android DrawerLayout 抽屉

    Android DrawerLayout 抽屉 DrawerLayout 在supportV4 Lib在.类似的开源slidemenu如,DrawerLayout父类ViewGroup,自定义组件基本 ...

  4. CSS快速入门-前端布局1(抽屉)

    一.效果图 前面对CSS基础知识有了一定的了解,是时候开始实战了!以下我对抽屉(https://dig.chouti.com/)主页进行模拟布局. 官方网站效果图: 模拟网站图: 二.实现步骤 1.整 ...

  5. 使用ViewDragHelper打造属于自己的DragLayout(抽屉开关 )

    使用ViewDragHelper打造属于自己的DragLayout(抽屉开关 ) DrawLayout这个自己定义的空间非经常见.qq,网易新闻.知乎等等,都有这样的效果,那这样的效果是如何实现的呢? ...

  6. day19 Models补充+缓存+信号+序列化+分析抽屉页面

    参考链接: http://www.cnblogs.com/wupeiqi/articles/5237704.html http://www.cnblogs.com/wupeiqi/articles/5 ...

  7. 本博文将一步步带领你实现抽屉官网的各种功能:包括登陆、注册、发送邮箱验证码、登陆验证码、页面登陆验证、发布文章、上传图片、form验证、点赞、评论、文章分页处理以及基于tronado的后端和ajax的前端数据处理。

    本博文将一步步带领你实现抽屉官网的各种功能:包括登陆.注册.发送邮箱验证码.登陆验证码.页面登陆验证.发布文章.上传图片.form验证.点赞.评论.文章分页处理以及基于tronado的后端和ajax的 ...

  8. Flutter学习笔记(18)--Drawer抽屉组件

    如需转载,请注明出处:Flutter学习笔记(18)--Drawer抽屉组件 Drawer(抽屉组件)可以实现类似抽屉拉出和推入的效果,可以从侧边栏拉出导航面板.通常Drawer是和ListView组 ...

  9. RestTemplate发送请求并携带header信息

    1.使用restTemplate的postForObject方法 注:目前没有发现发送携带header信息的getForObject方法. HttpHeaders headers = new Http ...

随机推荐

  1. Oracle:创建存储过程

    1.无参存储过程 create or replace procedure test_procasv_total number(10);begin  select count(*) into v_tot ...

  2. scapy windows install

    最近有点扫描网络的需求,都说scapy好,但是安装是个事(当然指的是windows安装)有个scapy3k,支持python3,可惜需要powershell,也就是说windows xp是没有戏了. ...

  3. mysql日期格式转化

    select DATE_FORMAT( '20170701', '%Y-%m-%d'); 先挖坑

  4. 下一代Apache Hadoop MapReduce框架的架构

    背景 随着集群规模和负载增加,MapReduce JobTracker在内存消耗,线程模型和扩展性/可靠性/性能方面暴露出了缺点,为此需要对它进行大整修. 需求 当我们对Hadoop MapReduc ...

  5. Mac修改默认python版本

    研究python爬虫,需要用到Beautiful Soup 但是Mac默认的python版本为2.7 自己安装了3.6的版本 import 报错 查找资料: Mac在启动,会先加载系统配置文件(包括~ ...

  6. python 基础 4.3 高阶函数下和匿名函数

    一 .匿名函数 顾名思议就是没有名字的函数,那为什么要设立匿名函数,他有什么作用呢?lambda 函数就是一种快速定义单行的最小函数,可以用在任何需要函数的地方.   常规版: def fun(x,y ...

  7. 【BZOJ3091】城市旅行 LCT

    [BZOJ3091]城市旅行 Description Input Output Sample Input 4 5 1 3 2 5 1 2 1 3 2 4 4 2 4 1 2 4 2 3 4 3 1 4 ...

  8. 九度OJ 1169:比较奇偶数个数 (基础题)

    时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:9459 解决:3146 题目描述: 第一行输入一个数,为n,第二行输入n个数,这n个数中,如果偶数比奇数多,输出NO,否则输出YES. 输入 ...

  9. python cookbook第三版学习笔记三:列表以及字符串

    过滤序列元素: 有一个序列,想从其中过滤出想要的元素.最常用的办法就是列表过滤:比如下面的形式:这个表达式的意义是从1000个随机数中选出大于400的数据 test=[] for i in range ...

  10. Java for LeetCode 109 Convert Sorted List to Binary Search Tree

    Given a singly linked list where elements are sorted in ascending order, convert it to a height bala ...