mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 21:52:48 +08:00
站点导航组件兼容手机端样式;
This commit is contained in:
@@ -1480,6 +1480,16 @@ body .layui-quote-gray {
|
|||||||
color : #666;
|
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 {
|
.ul-timeline-rowstyle {
|
||||||
display : flex;
|
display : flex;
|
||||||
flex-wrap : nowrap;
|
flex-wrap : nowrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user