未分類

Hexo hueman 主題優化

修改表格 css 樣式

預設的表格沒有框線,我想要有框線,行與行之間有點顏色變化,
編輯 themes/hueman/source/css/_partial/article.styl

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
table
border-collapse collapse
border-spacing 0
empty-cells show
width 100%
th
white-space normal
color color-font
font-weight 600
background #eee
td,
th
border 1px solid lighten(color-border, 2)
padding 8px 16px
tr:nth-child(2n)
background #eee

表格結果如下,

收入 支出 餘額
3 萬 2 萬 1 萬
4 萬 2 萬 3 萬
3 萬 3 萬 3 萬
3 萬 2 萬 4 萬

參考
https://carlos.mynet.tw/hexo-light%E4%B8%BB%E9%A1%8C%E6%96%B0%E5%A2%9Ehighlight-js%E8%AA%9E%E6%B3%95%E7%AA%81%E9%A1%AF%E6%95%88%E6%9E%9C%E5%92%8Ccss%E8%A1%A8%E6%A0%BC%E6%A8%A3%E5%BC%8F/

分享到