专注web开发10年
花晨月夕
花晨月夕
专注web开发,可开发网站、小程序、app、oa、erp等各种系统
花晨月夕
2021-01-12 20:18:11

使用缩略图是为了节省服务器带宽和流量,也会让页面加载速度更快

花晨月夕
2021-01-01 20:07:25
@花晨月夕不行你砍我,你要自己弄不对,就别来砍了
花晨月夕
2021-01-01 20:03:40
@media (max-width: 767px){
  .module.parallax {
  display: none!important;
  }
}

花晨月夕
2021-01-01 19:55:46

主题配置-其它配置-自定义css

@media (max-width: 767px){
.module.parallax {
    display: none;
}
}

花晨月夕
2020-12-30 22:51:16

这是调用的页面伪静态规则,要改的话就改该规则,在静态管理中心插件里改

花晨月夕
2020-12-29 22:56:06
@心驰神往.lg-sub-html{display:none}
花晨月夕
2020-12-29 22:23:32

相册配置-自定义css

.lg-rotate-right{display:none} /**顺时针旋转**/
.lg-rotate-left{display:none} /**逆时针旋转**/
.lg-flip-hor{display:none} /**左右翻转**/
.lg-flip-ver{display:none} /**上下翻转**/
#lg-share{display:none} /**分享**/
#lg-actual-size{display:none} /**原图大小**/
#lg-zoom-out{display:none} /**缩小**/
#lg-zoom-in{display:none} /**缩小**/
#lg-zoom-in{display:none} /**缩小**/
.lg-fullscreen{display:none} /**全屏**/
.lg-autoplay-button{display:none} /**播放**/
#lg-download{display:none} /**下载**/
.lg-close{display:none} /**关闭**/

想隐藏的按钮复制进去就好了

那个关闭按钮只能是关闭图片,不能关闭窗口

花晨月夕
2020-12-29 14:57:15

主题配置-其它配置-自定义css,填写进去就隐藏了

.article-meta .item:nth-child(3){display:none}    
.entry-footer a:nth-child(2){display:none}

花晨月夕
2020-12-29 14:55:26
<a href="http://beian.miit.gov.cn/" rel="nofollow" target="_blank">苏ICP备xxxxxxx号</a>

花晨月夕
2020-12-10 12:56:27
.livechat-girl .livechat-control__link:hover{opacity:1}
.livechat-girl{right:90px!important}

填写在主题配置自定义css里,下面的那行css是可以让头像再往左边点,这样不被nice主题的菜单给挡住