body {
  background: url("img_tree.png") no-repeat fixed 50% 50%/cover #ffffff ;
}
等价于
body {
  background-image: url("img_tree.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;  
  background-size: cover;   
  background-color:#fff;
}
 

最新文章

  1. C++函数模版
  2. 全代码实现ios-1
  3. ArcGIS 坐标系统文件
  4. [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.2.3
  5. phpcms栏目调用
  6. C#.NET快速开发框架-企业版V4.0截图打包下载
  7. 属性动画(Property Animation)资源
  8. JS计算两个日期时间之差之天数不正确
  9. (Problem 14)Longest Collatz sequence
  10. 常用PHP变量输出:echo, prinf, sprintf, var_dump
  11. Linux文件类型介绍
  12. Centos环境下搭建Asp.NET Core环境和安装Jexus
  13. 【基础】CSS实现多重边框的5种方式
  14. idea spring boot
  15. maven 分隔环境
  16. Hadoop基础-HDFS的API常见操作
  17. [Tensorflow] Object Detection API - build your training environment
  18. P5057 [CQOI2006]简单题(线段树)
  19. SSH实现隧道功能穿墙
  20. 移动端与PC端的viewport

热门文章

  1. 企业面试问题收集-ssm框架
  2. 设计模式课程 设计模式精讲 22-2 备忘录模式coding
  3. python神器-pycharm安装与使用(全网最新)
  4. Xcode忽略编译警告
  5. SpringMVC:自定义视图及其执行过程
  6. Laradock 使用中遇到的问题汇总
  7. Python 类型转换指南
  8. jQuery Validation Engine(二) checkHello data-errormessage
  9. ROS学习笔记11-写一个简单的服务和客户端(C++版本)
  10. ROS学习笔记6-理解主题