码迷,mamicode.com
首页 > Web开发 > 详细

CSS样式

时间:2017-02-28 13:14:39      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:span   样式   png   url   ott   for   osi   style   背景   

//背景图全屏显示

body {
  content: ‘ ‘;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/bg.png) center 0 no-repeat;
  background-size: cover;
}

body:before{
  content: ‘ ‘;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/bg.png) center 0 no-repeat;
  background-size: cover;
}

//head图片

.headImg {
  content: ‘ ‘;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/bg.png) center 0 no-repeat;
  background-size: 100%;
}

CSS样式

标签:span   样式   png   url   ott   for   osi   style   背景   

原文地址:http://www.cnblogs.com/gaodehao/p/6478180.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!