#独家
总裁主题卡片列表页添加小眼睛查看渐变效果

原始主题的卡片列表很单调,鼠标移上去没任何变化,完美主义者的我总感觉少了点什么,于是加了加了这么一个效果,具体效果请查看本站

 

第一步:

找到 /ceomax/static/css/diy.css 文件,在文件内添加如下代码,或在后台 主题设置美化设置 里添加都可以

/*----------------------------卡片列表----------------------------*/
.post-has-demo { position: relative; }
.post-has-demo:hover span {
z-index: 1;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);}
.post-has-demo span {
border-radius:4px 4px 0 0;
width: 100%;
height: 100%;
position: absolute;
background: rgb(0 0 0 / 40%) url(https://2hzd.oss-cn-shenzhen.aliyuncs.com/2021/03/2021031518121081.png) center no-repeat;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(2);
-ms-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
-webkit-transition: all .25s ease-out;
-ms-transition: all ease-out .25s;
-o-transition: all ease-out .25s;
transition: all .25s ease-out;}
/*----------------------------卡片列表----------------------------*/

 

第二步:

1、搜索 loop-card.php 文件,打开找到 <?php if($post_has_video)echo ‘post-has-video ‘ ?> 改为 post-has-demo

2、把如下代码改为 <span></span>

<?php
                if(!empty($my_post_video_options['video_url'])){
                    echo '<span></span>';
                }
            ?>

 

不明白的同学QQ1080199384群咨询

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (18)

模板 WordPress教程 总裁主题卡片列表页添加小眼睛查看渐变效果 https://cs.2hzd.cn/1575.html

一家有态度的精品资源分享平台

常见问题

相关文章