文章缩略图鼠标滑过图片动画!兼容7B2主题和子比主题

文章缩略图鼠标滑过图片动画!兼容7B2主题和子比主题
这篇文章将详细介绍如何在7B2子比主题中实现文章缩略图的鼠标滑过动画效果。这种效果不仅能为你的文章展示增添视觉吸引力,还可以提升用户体验。通过简单的设置和代码,你的网站将拥有更加动感的缩略图展示效果,无论是7B2还是子比主题,兼容性都非常好,让你的网站更具吸引力!
都是添加到主题的style.css文件里面,也可以在后台添加到自定义css里~

B2修改方法

  1. /*B2文章划过动画图片开始 – 90LHD.COM-惦记博客*/
  2. .postmodulethumb:after {
  3. content: “”;
  4. position: absolute;
  5. top: 50%;
  6. left: 50%;
  7. width: 50px;
  8. height: 50px;
  9. margin: 25px 0 0 25px;
  10. background: url(https://www.90lhd.com/favicon.ico);
  11. backgroundrepeat: norepeat;
  12. backgroundsize: 100% 100%;
  13. zindex: 3;
  14. webkittransform: scale(2);
  15. transform: scale(2);
  16. transition: opacity .75s, webkittransform .75s;
  17. transition: transform .75s, opacity .75s;
  18. transition: transform .75s, opacity .75s, webkittransform .75s;
  19. opacity: 0;
  20. pointerevents: none;
  21. }
  22. .postmodulethumb:before {
  23. content: “”;
  24. position: absolute;
  25. top: 0;
  26. left: 0;
  27. right: 0;
  28. bottom: 0;
  29. background: rgba(0, 0, 0, 0);
  30. transition: background .35s;
  31. borderradius: 8px;
  32. zindex: 2;
  33. maxwidth: 765px;
  34. margin: 0 auto;
  35. pointerevents: none;
  36. }
  37. .postmodulethumb:hover:before {
  38. background: rgba(0,0,0,.5)
  39. }
  40. .postmodulethumb:hover:after {
  41. webkittransform: scale(1);
  42. transform: scale(1);
  43. opacity: 1
  44. }
  45. /*B2文章划过动画图片结束*/

子比修改方法

  1. /*文章主图hover美化开始*/
  2. .itemthumbnail:after {
  3. content: ;
  4. position: absolute;
  5. top: 50%;
  6. left: 50%;
  7. width: 50px;
  8. height: 50px;
  9. margin: 25px 0 0 25px;
  10. background: url(https://www.90lhd.com/favicon.ico);
  11. backgroundrepeat: norepeat;
  12. backgroundsize: 100% 100%;
  13. zindex: 3;
  14. webkittransform: scale(2);
  15. transform: scale(2);
  16. transition: opacity .75s, webkittransform .75s;
  17. transition: transform .75s, opacity .75s;
  18. transition: transform .75s, opacity .75s, webkittransform .75s;
  19. opacity: 0;
  20. pointerevents: none;
  21. }
  22. .itemthumbnail:before {
  23. content: ;
  24. position: absolute;
  25. top: 0;
  26. left: 0;
  27. right: 0;
  28. bottom: 0;
  29. background: rgba(0, 0, 0, 0);
  30. transition: background .35s;
  31. borderradius: 8px;
  32. zindex: 2;
  33. maxwidth: 765px;
  34. margin: 0 auto;
  35. pointerevents: none;
  36. }
  37. .itemthumbnail:hover:before {
  38. background: rgba(0,0,0,.5)
  39. }
  40. .itemthumbnail:hover:after {
  41. webkittransform: scale(1);
  42. transform: scale(1);
  43. opacity: 1
  44. }
  45. /*文章主图hover美化结束*/

给TA打赏
共{{data.count}}人
人已打赏
美化教程

使用css代码美化全站字体:更换为优雅的中文字体

2024-12-8 23:24:22

技术教程美化教程

子比主题美化 – 自定义一个背景文字声明介绍的样式代码

2024-12-10 0:07:45

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索