mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 13:42:48 +08:00
新增横版时间轴;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user