分页按钮美化

综合评论20,876,015字数 30阅读0分6秒
/*页码样式微调*/
.pagenav .current, .pagenav .page-numbers, .pagenav a {
    border: 0;
    padding: 8px 14px;
    background: linear-gradient(148deg, hsla(0, 0%, 100%, 0), var(--main-bg-color));
    -webkit-box-shadow: 0 0 8px 0 rgba(95, 95, 95, .15);
    box-shadow: 0 0 8px 0 rgba(95, 95, 95, .15);
    border-radius: 6px;
}

  文章源自小武站https://1z345.cn/小武站-https://bbs.50-0.cn/858.html

添加微语页面
添加微语页面 综合

添加微语页面

美化教程1、首先在子比主题目录的functions.php里面加入以下代码://微语 add_action('init', 'my_custom_init'); function my_custom_...
  • 本文由 admin 发表于2024年8月17日 17:00:35
  • 转载请务必保留本文链接:https://bbs.50-0.cn/858.html
匿名

发表评论

匿名网友
确定