提交 c5d7c170 编写于 作者: C Catouse

* improve UI of document index.

上级 faf72f29
......@@ -2902,7 +2902,7 @@ body.ad-hover.ad-xuanxuan #download .btn-white {
padding: 5px 0;
margin: 0;
font-size: 15px;
font-weight: 500;
font-weight: normal;
line-height: 15px;
-webkit-transition: padding .1s cubic-bezier(.175, .885, .32, 1), color .1s cubic-bezier(.175, .885, .32, 1);
-o-transition: padding .1s cubic-bezier(.175, .885, .32, 1), color .1s cubic-bezier(.175, .885, .32, 1);
......@@ -2930,6 +2930,10 @@ body.ad-hover.ad-xuanxuan #download .btn-white {
color: #fff;
background-color: #808080;
}
#grid .card.choosed .card-heading > h5,
#grid .card.open .card-heading > h5 {
font-weight: bold;
}
#grid .card-content {
height: 0;
padding: 0 10px;
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -1090,9 +1090,9 @@ body.ad-hover.ad-xuanxuan {
color);
line-height: 15px;
font-size: 15px;
font-weight: 500;
margin: 0;
padding: 5px 0;
font-weight: normal;
> a.name {
color: @color-fore;
}
......@@ -1119,6 +1119,10 @@ body.ad-hover.ad-xuanxuan {
}
}
}
.card.choosed .card-heading > h5,
.card.open .card-heading > h5 {
font-weight: bold;
}
.card-content {
height: 0;
padding: 0 10px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册