花晨月夕
专注web开发,可开发网站、小程序、app、oa、erp等各种系统
相册插件如何修改小图标
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主题的菜单给挡住
2020-12-08 16:16:09
这里需要改两个地方
1、主题配置,其它配置,自定义css
.entry-media .placeholder{ padding-bottom:100%important; }
2、缩略图尺寸目前不支持用户自定义,只能改一下主题include.php里的缩略图尺寸
一个是宽,一个是高
2020-12-08 16:12:39
问答插件自定义css
.q-content .edui-default .edui-editor{ z-index:0!important }
2020-12-08 16:10:33
问答插件自定义css
.q-content .q-add-input input, .q-content .q-add-input select { line-height: initial; }
2020-12-03 10:35:41
如果你网站链接在站外是http协议,并且放置在https协议的页面中,这种情况下浏览器在打开链接时是不会带上referer头的,所以插件也就无法检测到是从站外点击入站的。解决方法就是将你的站点使用https协议,并且,将你在其它站上的链接也都要改为https
2020-11-13 16:48:08
自定义css
.article-focusbox.bgimg-fixed{ background-image:none!important }