站点导航组件兼容手机端样式;

This commit is contained in:
augushong
2022-01-28 20:29:01 +08:00
parent f229055573
commit eb04374a14

View File

@@ -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;