mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
站点导航组件兼容手机端样式;
This commit is contained in:
@@ -1480,6 +1480,16 @@ body .layui-quote-gray {
|
||||
color : #666;
|
||||
}
|
||||
|
||||
@media screen and (max-width:450px) {
|
||||
.ul-site-item{
|
||||
width: 49%;
|
||||
}
|
||||
.ul-site-item-desc{
|
||||
font-size: 11px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.ul-timeline-rowstyle {
|
||||
display : flex;
|
||||
flex-wrap : nowrap;
|
||||
|
||||
Reference in New Issue
Block a user