增加卡片视图模式样式,增加间隙
This commit is contained in:
parent
804ab97be1
commit
541b478373
|
@ -26,6 +26,10 @@ a, a:hover, a:focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-view:not(:last-child) {
|
||||||
|
margin-bottom: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
height: 94px;
|
height: 94px;
|
||||||
|
@ -34,7 +38,7 @@ a, a:hover, a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header a {
|
.header a {
|
||||||
transition: all .3s linear;
|
transition: all .25s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header > .dropdown {
|
.header > .dropdown {
|
||||||
|
|
Loading…
Reference in New Issue