Cool-Y.github.io/themes/next/source/css/_common/components/third-party/busuanzi-counter.styl
2019-04-02 16:28:32 +08:00

31 lines
439 B
Stylus

if hexo-config("scheme") == Pisces
.busuanzi-count {
+tablet() {
width: auto;
}
+mobile() {
width: auto;
}
}
.site-uv,
.site-pv,
.page-pv {
display: inline-block;
.busuanzi-value {
margin: 0 5px;
}
}
if hexo-config("busuanzi_count.site_pv") and hexo-config("busuanzi_count.site_uv")
.site-uv
{
margin-right: 10px;
&::after {
content: "|";
padding-left: 10px;
}
}