飞流 发表于 2025-10-8 17:42:44

子比主题 – 编辑器三点美化样式

一款给子比主题的自带编辑器的左上角加上三点样式,非常的美观,喜欢的自行部署吧!


代码部署
直接将下面的代码放到:子比主题–>>自定义CSS样式即可!
.enlighter::before {
    content: "";
    display: block;
    background: #fc625d;
    top: 9px;
    left: 15px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    margin: 0px 2px -7px;
    z-index: 1;
    position: absolute;
}
.enlighter-overflow-scroll.enlighter-v-standard .enlighter {
    padding: 35px 0 12px 0;
}

页: [1]
查看完整版本: 子比主题 – 编辑器三点美化样式