每天点滴的进行,css+div简单布局...布局
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>博雅互动</title> <link rel="stylesheet" type="text/css" href="css/boya.css" /> </head> <body> <div class="head"> <div class="head_logo_conten"> <ul> <li class="head_logo_logo"></li> <li><a href="#">首页</a></li> <li><a href="#">博雅互动</a></li> <li><a href="#">博雅互动</a></li> <li><a href="#">博雅互动</a></li> <li><a href="#">博雅互动</a></li> <li><a href="#">博雅互动</a></li> <li class="head_logo_right"></li> </ul> </div> </div> <div class="head_banner"> </div> <div class="conten"> <div class="conten_top"> <div class="conten_top_img"> <ul> <li><img src="data:image/bpt1.jpg" /></li> <li>博雅互动</li> <li><a href="#">点我互动</a></li> </ul> </div> <div class="conten_top_img"> <ul> <li><img src="data:image/bpt2.jpg" /></li> <li>博雅互动</li> <li><a href="#">点我互动</a></li> </ul> </div> <div class="conten_top_img"> <ul> <li><img src="data:image/bpt1.jpg" /></li> <li>博雅互动</li> <li><a href="#">点我互动</a></li> </ul> </div> <div class="conten_top_img"> <ul> <li><img src="data:image/bpt2.jpg" /></li> <li>博雅互动</li> <li><a href="#">点我互动</a></li> </ul> </div> </div> <hr /> <div class="conten_footer"> <div class="conten_footer_left"> <ul> <li></li> <li></li> <li></li> <li><p>博雅互动博雅互动博雅互动博雅互动博雅互动<span>11-23 </span></p></li> <li><p>博雅互动博雅互动博雅互动博雅互动博雅互动<span>11-23 </span></p></li> <li><p>博雅互动博雅互动博雅互动博雅互动博雅互动<span>11-23 </span></p></li> </ul> </div> <div class="conten_footer_right"> <ul> <li class="title"><a href="">招聘岗位</a></li> <li><a href="">PHP 专场招聘</a></li> <li><a href="">PHP 专场招聘</a></li> <li><a href="">PHP 专场招聘</a></li> <li><a href="">PHP 专场招聘</a></li> </ul> </div> </div> </div> <div class="top_head"> <a href="#top"><img src="data:image/jiantou.png"/></a> </div> </body> </html>
css:
/*初始化状态*/ body,li,ul,div{ margin: 0px; padding: 0px; list-style: none; } body{ background: url(../image/indexmainbg.jpg) no-repeat center bottom; padding-top: 58px; } /*头部盒子 头部logo部分*/ .head{ text-align: center; width: 100%; height: 58px; background-color:#191d3a; position: fixed; top: 0px; left: 0px; } .head_logo_conten{ width: 1000px; height: 58px; margin: 0px auto; } .head_logo_conten .head_logo_logo{ width:184px ; background: url(../image/logo.png) no-repeat center center; } .head_logo_conten .head_logo_right{ width:184px ; background: url(../image/jrwm.png) no-repeat center center; } .head_logo_conten li{ width: 100px; height: 58px; line-height: 58px; float: left; } a{ text-decoration: none; } a:link,a:visited{ color: gray; } a:hover{ color: white; font-weight: bold; } /*banner部分*/ .head_banner{ margin: 0 auto; background: url(../image/banner.jpg) no-repeat center center; width:100%; height: 465px; } /*conten内容部分*/ .conten{ margin: 0 auto; width: 1100px; height: 650px; } .conten_top{ width: 1100px; height: 320px; text-align: center; } hr{ font-weight: bold; width: 1000px; } .conten_top_img{ width: 220px; height: 260px; margin:50px 0 0 40px; float: left; } .conten_top_img li{ margin-bottom: 10px; } .conten_top_img li a{ color: green; font-size: 12px; padding-right: 10px; background: url(../image/xjt.png) no-repeat right center; } /*底部部分*/ .conten_footer{ width: 1100px; height: 310px; } .conten_footer_left,.conten_footer_right{ width: 500px; height: 310px; margin-left: 30px; float: left; } .conten_footer_left{ background: url(../image/bynewsbg.jpg) no-repeat center; } .conten_footer_left li{ margin-left: 20px; height: 45px; list-style: 45px; } .conten_footer_left li p{ height: 28px; border-bottom: 1px dashed gray; } .conten_footer_left li span{ float: right; } .conten_footer_right{ background: url(../image/zczp.jpg) no-repeat center; } .conten_footer_right li{ margin-left:20px; margin-top: 20px; font-weight: bold; width: 350px; height: 40px; line-height: 40px; padding-left:10px ; } .title{ background: url(../image/jrwm.png) no-repeat right center; } .conten_footer_right .title a{ font-size: 18px; font-weight: bold; color:black; padding-left: 50px; } /*返回顶部 定位*/ .top_head{ width:19px ; height: 19px; border: 1px solid gainsboro; border-radius:19px; position: fixed; right: 50px; bottom: 50px; }
效果图50%窗口:
每天点滴的进行,css+div简单布局...布局的更多相关文章
- HTML CSS + DIV实现整体布局
HTML CSS + DIV实现整体布局 1.技术目标: 开发符合W3C标准的Web页面 理解盒子模型 实现DIV+CSS整体布局 2.什么是W3C标准? W3C:World Wide Web Con ...
- HTML CSS + DIV实现局部布局
HTML CSS + DIV实现局部布局 HTML CSS + DIV实现局部布局 1.本章教大家掌握2种布局方式: 1)顶部导航菜单布局,效果图: 2)购物版块布局,效果图: 2.技术目标: 使用d ...
- 【转载】CSS + DIV 实现局部布局
HTML CSS + DIV实现局部布局 1.本章教大家掌握2种布局方式: 1)顶部导航菜单布局,效果图: 2)购物版块布局,效果图: 2.技术目标:使用div + ul-li实现导航菜单布局 ...
- 【转载】CSS + DIV 实现整理布局
HTML CSS + DIV实现整体布局 1.技术目标: 开发符合W3C标准的Web页面 理解盒子模型 实现DIV+CSS整体布局 2.什么是W3C标准? W3C:World Wide Web Con ...
- HTML CSS + DIV实现整体布局 part1
HTML CSS + DIV实现整体布局 1.技术目标: 开发符合W3C标准的Web页面 理解盒子模型 实现DIV+CSS整体布局 2.什么是W3C标准? W3C:World Wide Web Con ...
- CSS+DIV网页样式布局实战从入门到精通 中文pdf扫描版
CSS+DIV网页样式布局实战从入门到精通通过精选案例引导读者深入学习,系统地介绍了利用CSS和DIV进行网页样式布局的相关知识和操作方法. 全书共21章.第1-5章主要介绍网页样式布局的基础知识,包 ...
- HTML CSS + DIV实现排版布局
HTML CSS + DIV实现排版布局 1.网页可以看成是由一个一个"盒子"组成,如图: 由上图可以看出,页面分为上(网站导航).中.下(版权声明)三个部分,中间部分又分为左(商 ...
- HTML CSS + DIV实现整体布局 part2
9.盒模型的层次关系 我们通过一个经典的盒模型3D立体结构图来理解,如图: 从上往下看,层次关系如下: 第1层:盒子的边框(border), 第2层:元素的内容(content).内边 ...
- css+html简单的布局demo
于html介绍css作风.可以改变html块状布局,局更加美观.接下来看一个基础布局的小样例: <html> <head> <meta http-equiv=" ...
随机推荐
- 轻量级验证码生成插件webutil-licenseImage
轻量级验证码生成插件webutil-licenseImage源码与实例应用 webutil-licenseImage 插件内置4种验证码样式,支持用户扩展.自定义样式实现简单验证码. 源码脱管地址 ...
- C#单例模式的三种写法 以及 继承面试题
1.没有考虑线程安全 public class Singleton { private static Singleton _instance = null; private Singleton(){} ...
- VS2012配色方案
VS2012配色方案 这些天由于公司项目比较忙,所以天天盯着电脑8小时,而且我的开发工具VS2012是白色背景的所以每天下班都搞的眼睛巨疼. 今天在网上找到一个很好的配色方案,所以有同样烦恼的童鞋们可 ...
- Mahout之(四)Taste的架构和部署Demo
Taste简介 Taste是Apache Mahout提供的一个协同过滤算法的高效实现,它是一个基于Java实现的可扩展的,高效的推荐引擎.Taste既实现了最基本的基于用户的和基于内容的推荐算法,同 ...
- WEB相关知识和Tomcat服务器
WEB相关知识 1.Internet上供外界访问的Web资源分为: 静态web资源:指web页面中供人们浏览的数据始终是不变的. 动态web资源:指web页面中供人们浏览的数据是由程序产生的,不同时间 ...
- C#常用的数据格式转换
用DataFormatString格式化GridView 在 GridView里面显示数据,要显示的数据有好多位小数,就想让它只显示两位小数,在delphi里,直接用DisplayFormat就行了, ...
- tar命令,重定向,正则表达式,添加删除用户,tr命令,sort排序
rpm包仅用于 redhat suse redflag 若是源代码包的话,那就都适用linux下面的备份,差不多就是用tar打包 tar命令用途:制作归档文件,释放归档文件格式:tar [选项]... ...
- make deb for debian/ubuntu, package software for debian/ubuntu
here you may find useful information: =====================X8---------------------------------8X==== ...
- magento 小问题解决方案集
magento错误 Mage registry key "_singleton/core/resource" already exists解决方法:1.清理magento的var/ ...
- 用友CDM系统“货位间商品移库单(一步)”表体增加“货位可用数量”字段,根据表头的选择的货位自动带出数值
系统控制台——业务单据定制——货位间商品移库单(一步) 明细字段——增加“可销数量”字段. 然后修改明细字段的“商品编号”自定义查询方案. 增加自定义资料检索方案hwyksp SQL: select ...