仿Ios assistiveTouch 悬浮辅助球工具

<!DOCTYPE html>
<html> <head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
.assistive-wrap{
width: 58px;
height: 58px;
position: fixed;
top: 50%;
margin-top: -29px;
left: 1px;
} .assistive-touch{
width: 100%;
height: 100%;
background: #343434;
border-radius: 10px;
opacity: .3;
position: relative;
} .assistive-touch:before, .assistive-touch:after, .assistive-touch span{
content: '';
position: absolute;
border-radius: 100%;
box-shadow: 0 0 2px rgba(30, 30, 30, .5);
display: block;
background: rgba(255, 255, 255, .6);
} .assistive-touch:before{
width: 42px;
height: 42px;
left: 8px;
top: 8px;
opacity: .5;
} .assistive-touch span{
width: 34px;
height: 34px;
left: 12px;
top: 12px;
} .assistive-touch:after{
width: 26px;
height: 26px;
left: 16px;
top: 16px;
background: #fff;
}
</style>
</head> <body>
<div class="assistive-wrap">
<div class="assistive-touch">
<span></span>
</div>
</div>
</body> </html>

最新文章

  1. div滚动底部加载li,window滚动底部加载li
  2. Weibo SDK WP版本回调参数没有uid的解决方法
  3. Python交互式编程导论----事件驱动编程
  4. CC1310的RSSI值问题
  5. ServiceStack.OrmLite中的一些&quot;陷阱&quot;(1)
  6. Android悬浮窗实现 使用WindowManager
  7. Linux账号密码过期会导致crontab作业不能执行
  8. 传智播客JavaWeb day06-jstl
  9. Github个人使用经历
  10. 分布式数据库hbase详解
  11. Android ContentProvider和Uri详解 (绝对全面)
  12. 编译ycm库
  13. 在vue 中使用Stylus
  14. SAP文件的上传下载 SMW0,二进制文件
  15. DNS主从服务部署
  16. 用Arduino制作一个二维码显示器
  17. C++版 - 剑指offer面试题28: 字符串的排列
  18. Spring-Cloud-Netflix
  19. blender 操作快捷键
  20. es倒排索引和正排索引

热门文章

  1. 搭建CAS单点登录服务器
  2. Android studio 程序升级和sdk manager 升级方法
  3. codeforces B. Routine Problem 解题报告
  4. zabbix 修改管理员用户密码
  5. phpstorm取消自动保存并标识修改的文件为星星标记
  6. hdu 2050:折线分割平面(水题,递归)
  7. DB2修改表字段
  8. .NET Framework 4.6的新东西
  9. SQL_Server_2005_函数大全(描述及实例)
  10. HDFS机架感知功能原理(rack awareness)