@media screen and (max-width: 320px) {
.cloud{position: fixed;left:;top: 70%;width: 150px;}
.cloud2{position: fixed;right:;top: 30%;width: 50px;}
.cloud3{position: fixed;left:;top: 23%;width: 100px;}
}
@media screen and (min-width: 321px) and (max-width: 375px) {
.cloud{position: fixed;left:;top: 72%;width: 150px;}
.cloud2{position: fixed;right:;top: 32%;width: 50px;}
.cloud3{position: fixed;left:;top: 25%;width: 100px;}
}
@media screen and (min-width: 376px) {
.cloud{position: fixed;left:;top: 68%;width: 150px;}
.cloud2{position: fixed;right:;top: 32%;width: 50px;}
.cloud3{position: fixed;left:;top: 25%;width: 100px;}
}
@media screen and (max-height: 480px) {
.cloud{position: fixed;left:;top: 81%;width: 150px;}
.cloud2{position: fixed;right:;top: 35%;width: 50px;}
.cloud3{position: fixed;left:;top: 27%;width: 100px;}
}

最新文章

  1. 第二次团队作业——预则立&&他山之石
  2. mysql删除重复记录,保存Id最小的一条
  3. 电脑技巧:Win8/Win10无法打开这个应用|无法使用内置管理员账户的完美解决方法
  4. js通过sessionStorage实现的返回上一页
  5. 专注docker安全:Security Scanning
  6. wsp反编译
  7. PHP CI框架学习笔记-分页实现程序
  8. 关于优化sql查询的一个方法。
  9. Oracle 11gR2 RAC修改SCAN IP
  10. jQuery树结构插件推荐zTree
  11. 高效 css 整理
  12. Hibernate框架 主配置文件(Hibernate.cfg.xml) 映射配置 说明
  13. Unity性能优化的N种武器
  14. 树莓派3B(2)- 配置多个wifi,自动寻找可用网络
  15. c#通用配置文件读写类与格式转换(xml,ini,json)
  16. GitHub 代码上传
  17. linux系统日常维护常用命令
  18. Oracle PL/SQL异常、存储过程和触发器
  19. Spring ApplicationContext(五)invokeBeanFactoryPostProcessors
  20. android studio 开发经常使用快捷键使用分享

热门文章

  1. 设计模式之原型模式(c++)
  2. 爬虫 之Requests库的详细使用
  3. Ubuntu18.04安装mysql5.7
  4. python数据结构与算法第三天【时间复杂度计算方法】
  5. Java之ArrayList自定义排序,通过实现comparator比较器接口
  6. jQuery方法区别:click() bind() live() delegate()区别
  7. Apache ab 单测 分布式
  8. sed命令参数之-r -i
  9. codeforces581C
  10. 简单介绍一下在CentOS上安装Docker。