布局框架

时尚邮件收件箱UI设计效果

阿里云


这是一款效果非常现代时尚的邮件收件箱 UI 设计。该邮件收件箱 UI 设计以简洁的列表方式列出所有的邮件,用户点击相应的邮件时会以动画的方式弹出该邮件的详细信息。

HTML 结构

在这个邮件收件箱 UI 设计的 HTML 结构中,每一封邮件都是一个 input[type='checkbox']和

也想出现在这里?联系我们
创客主机
  1. <input id='message-1' type='checkbox'>
  2.   <label for='message-1' href='#move'>
  3.     <div class='container_ui__item'>
  4.       <div class='face'>
  5.         <img src='img/1.jpg'>
  6.         <div class='color_bar one'>
  7.           <p>Now Reading</p>
  8.           <span>Read</span>
  9.         </div>
  10.       </div>
  11.       <h2>
  12.         aspca
  13.       </h2>
  14.       <div class='dot active'></div>
  15.       <!--标题和子标题-->
  16.       <h3>subj: thanks, you are amazing</h3>
  17.       <h4>Your generous donation saved 3 million puppies...</h4>
  18.     </div>
  19.     <!--邮件内容面板-->
  20.     <div class='container_ui__expand' id='close'>
  21.       <div class='heading'>
  22.         <div class='heading_head'></div>
  23.         <label for='message-1'>
  24.           x
  25.         </label>
  26.       </div>
  27.       <div class='body'>
  28.         <div class='user'>
  29.           <div class='face'>
  30.             <img src='img/1.jpg'>
  31.           </div>
  32.           <div class='details'>
  33.             <h2>aspca</h2>
  34.             <h3>subj: thanks you are amazing</h3>
  35.           </div>
  36.         </div>
  37.         <div class='content'>
  38.           <p>邮件内容</p>
  39.           <span>Reply:</span>
  40.           <textarea></textarea>
  41.         </div>
  42.       </div>
  43.     </div>
  44.   </label>

CSS 样式

该邮件列表 UI 设计中没有使用任何的 JavaScript 代码,列表项的点击事件是通过 checkbox hack 来完成的。开始时,邮件内容面板是不可见的。当某个列表项被点击后,它处于:checked 状态,这时,通过 checkbox hack 技术,将面板的透明度和 left 属性进行动画过渡,使其变为可见并向左移动。然后分别对面板中的用户头像图片,邮件标题和邮件内容执行 3 种不同的 CSS animation 动画。

  1. body .container_ui input[type="checkbox"]:checked + label > .container_ui__expand {
  2.   -webkit-transition-property: left,opacity;
  3.           transition-property: left,opacity;
  4.   -webkit-transition-duration: .4s;
  5.           transition-duration: .4s;
  6.   left: 380px;
  7.   z-index: -1;
  8.   opacity: 1;
  9.   -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  10.   pointer-events: none;
  11. }
  12. body .container_ui input[type="checkbox"]:checked + label > .container_ui__expand .body .user .face img {
  13.   -webkit-animation: pop .5s .5s forwards;
  14.           animation: pop .5s .5s forwards;
  15. }
  16. body .container_ui input[type="checkbox"]:checked + label > .container_ui__expand .body .user .details {
  17.   -webkit-animation: popup .5s .5s forwards;
  18.           animation: popup .5s .5s forwards;
  19. }
  20. body .container_ui input[type="checkbox"]:checked + label > .container_ui__expand .body .content {
  21.   -webkit-animation: popup .5s .7s forwards;
  22.           animation: popup .5s .7s forwards;
  23. }

这个效果主要是 checkbox hack 技术和 CSS animation 动画的结合,完整代码请参考下载文件。

时尚邮件收件箱 UI 设计效果

已有 496 人购买
查看演示升级 VIP立刻购买

演示地址 下载地址
收藏
(0)

发表回复

热销模板

Ashade - 作品展示摄影相册WordPress汉化主题
LensNews

本站承接 WordPress / PbootCMS / DedeCMS 等
系统建站、仿站、开发、定制等业务!