苹果官方网站的图片边框CSS样式解析

来源:网络 责任编辑:栏目编辑 发表时间:2013-07-01 08:07 点击:
苹果US官网上的图片大多有如下的边框修饰效果,简单解析CSS后发现实现并不困难。
效果如下:

\
 
CSS源码如下:

/* frames
------------------------*/ 
#main .frame { position:relative; margin-bottom:10px; } 
#main .frame img { display:block; padding:7px; border:1px solid #dedede; } 
#main .frame:after { content:""; display:block; height:12px; position:absolute; z-index:1; left:0; bottom:-10px; } 
 
#main .frame.small:after { width:373px; background:url(/uploads/allimg/201202/20120203095925491.png) no-repeat 0 0; } 
#main .frame.medium:after { width:509px; background:url(/uploads/allimg/201202/20120203095925797.jpg) no-repeat 0 0; } 
#main .frame.large { margin-bottom:16px; } 
#main .frame.large:after { width:782px; height:18px; bottom:-16px; background:url(/uploads/allimg/201202/20120203095925702.jpg) no-repeat 0 0; } 
#main .frame.large img { padding:12px; } 
 
内容中引用frame类即可。
其实整个图片相框包括上下两部分:上面的部分是图片周围加一个padding,边框1px solid 灰色;底下相应地称一张做好的阴影图(有大中小三个尺寸)。
阴影图片之一:(
/uploads/allimg/201202/20120203095925491.png


摘自 陈泽涛的专栏

    相关新闻>>

      发表评论
      请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
      用户名: 验证码:点击我更换图片
      最新评论 更多>>

      推荐热点

      • WordPress添加百度喜欢按钮小技巧
      • Wordpress 博客如何实现自定义Gravatar头像
      • 网站设计分析:建立良好的视觉层级
      • 网站设计分析:“中国式设计”的三个方向
      • 案例分析:奥巴马筹款网站的制作过程
      • 创建不平衡的平衡:在网页设计中使用不对称设计
      • 7大主流B2C首页导航栏设计对比分析
      • Wordpress页面模板制作方法及使用
      • css控制文字前的小图标
      网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
      Copyright © 2008-2015 计算机技术学习交流网. 版权所有

      豫ICP备11007008号-1