个人随笔
2025
- 12-04 最近被抖音里的一首民间小调吸引了
- 11-20 更新一下我的小破站
- 10-09 发现一个感觉非常好的视频分享给你
- 10-06 中秋节快乐
- 09-08 家里的台式机折腾日记
- 03-27 好看的AI短片-白蛇序章
- 03-01 利用腾讯元宝和即梦AI生成的视频
- 03-01 备份hexo本地文件到GitHub
- 02-22 记录搭建docsify
- 02-17 最近入手一个短域名-36k-net
.footer {
display flex
flex-direction column
align-items center
justify-content center
padding 1rem 0
color var(--text-color-4)
font-size 1rem
a {
color var(--text-color-4)
&:hover {
color var(--primary-color)
}
&.no-pointer {
pointer-events none
}
}
.info-item {
position relative
display flex
flex-wrap wrap
align-items center
justify-content center
box-sizing border-box
margin 0.2rem 0
color var(--text-color-4)
&.count-info {
display flex
.count-item {
&.uv
&.pv {
display none
}
}
}
&.deploy-info {
display flex
a
.tooltip {
display flex
align-items center
}
img {
height 1.08rem
margin 0 0.4rem
}
}
&.count-info
&.record-info {
.count-item
.record-item {
margin-right 15px
&::before {
position absolute
top 50%
left -10px
box-sizing border-box
transform translateY(-56%)
content '|'
}
&:first-child {
&::before {
display none
}
}
&:last-child {
margin-right 0
}
.item-type {
margin-right 4px
}
}
}
}
.icon-animate {
animation heartbeat-animate 1.2s ease-in-out infinite
}
}