新增横版时间轴;

This commit is contained in:
augushong
2022-01-28 20:09:57 +08:00
parent 6596d6cc82
commit 9beffba127
2 changed files with 67 additions and 0 deletions

View File

@@ -1478,4 +1478,20 @@ body .layui-quote-gray {
.ul-site-item-desc {
font-size: 12px;
color : #666;
}
.ul-timeline-rowstyle {
display : flex;
flex-wrap : nowrap;
overflow-x: auto;
width : 100%;
}
.ul-timeline-rowstyle .layui-timeline-item {
margin-right: 15px;
min-width : 300px;
}
.ul-timeline-rowstyle .layui-timeline-item:last-child::before {
display: block;
}