hexo-cnortles-source
Version:
一个HEXO博客的静态资源,可随便使用
92 lines (73 loc) • 1.35 kB
CSS
.weibo-new {
background: #ff3852
}
.weibo-hot {
background: #ff9406
}
.weibo-jyzy {
background: #ffc000
}
.weibo-recommend {
background: #00b7ee
}
.weibo-adrecommend {
background: #febd22
}
.weibo-friend {
background: #8fc21e
}
.weibo-boom {
background: #bd0000
}
.weibo-topic {
background: #ff6f49
}
.weibo-topic-ad {
background: #4dadff
}
.weibo-boil {
background: #f86400
}
#weibo .item-content {
text-align: center;
}
#weibo-container {
width: 100%;
height: 140px;
font-size: 95%;
overflow-y: auto;
-ms-overflow-style: none;
scrollbar-width: none
}
.weibo-list-item {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: nowrap
}
.weibo-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-right: auto
}
.weibo-num {
float: right
}
.weibo-hotness {
display: inline-block;
padding: 0 6px;
transform: scale(.8) translateX(-3px);
color: #fff;
border-radius: 8px
}
#weibo-container a {
color: #555;
}
[data-theme='dark'] #weibo-container a {
color: rgba(255, 255, 255, 0.7);
}
/* 隐藏滚动条 */
#weibo-container::-webkit-scrollbar{
display: none;
}