摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>ball</title> <link rel="stylesheet" type="text/css" href="css/index.css"> <script 阅读全文
posted @ 2017-09-05 21:23 周先生66 阅读(180) 评论(0) 推荐(0) 编辑
摘要: <div class="boxMove"> <div class="rect con-1"></div> <div class="rect con-2"></div> <div class="rect con-3"></div> <div class="rect con-4"></div> <div 阅读全文
posted @ 2017-09-05 21:15 周先生66 阅读(171) 评论(0) 推荐(0) 编辑
摘要: .flip-container { perspective:1000px;/*设置假定人眼到投影平面的距离为1000px,只影响3D元素,不影响2D元素*/ width: 1300px; margin:0 auto;}.front,.back { width:400px; height:400px; 阅读全文
posted @ 2017-09-05 21:07 周先生66 阅读(10365) 评论(0) 推荐(0) 编辑
摘要: .btn { width:120px; height:40px; float:left; color: white; background-color: #3498db; border-radius: 6px; text-align: center; text-decoration: none; } 阅读全文
posted @ 2017-09-05 21:06 周先生66 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 原图 效果 我们可以通过色阶来加大图象的黑白对比 ,用此来确定选取范围 1.打开通道面版 我们首先在红、绿、蓝三个通道中选择出一个颜色对比较明显的复制这个通道,在这里我选择了蓝色通道 2、复制蓝通道,点图象→调整→色阶,可以在上面输入色阶:135/1.00/195 3、人物的轮廓已经基本上和背景分离 阅读全文
posted @ 2017-09-05 21:02 周先生66 阅读(526) 评论(0) 推荐(0) 编辑
摘要: * { margin:0; padding:0;}#wrap { width:800px; height:400px; margin:0 auto; border:5px solid #009999; border-radius:10px; margin-top:10px; position:rel 阅读全文
posted @ 2017-09-05 20:52 周先生66 阅读(121) 评论(0) 推荐(0) 编辑
摘要: body,ul,li,div,a { margin:0px; padding:0px;}body { margin-top:10px; margin-left:15px;}#all { border-left:1px solid #ccc; border-right:1px solid #ccc; 阅读全文
posted @ 2017-09-05 20:49 周先生66 阅读(185) 评论(0) 推荐(0) 编辑