冒个泡
小老头 Lv3

冒个泡,证明一下,我并没有忘记我这个小博客,主要是因为最近太忙了,也没空捣鼓这个小博客了,所以看起来这个小博客有点荒废了!!!!!!

还有 《Typora》这个好像不能用了·····好无语!!!!

.article-copyright-info-container { position: relative; width: 100%; box-sizing: border-box; padding: 10px 6px; font-size: 1rem; background: var(--second-background-color); &::after { position: absolute; top: 0; left: 0; content: ''; width: 6px; height: 100%; background: var(--copyright-info-color); } ul { margin-left: 10px; li { margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--default-text-color); .license { font-weight: bold; } &:last-child { margin-bottom: 0; } } } }
 评论