mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
优化站点导航
This commit is contained in:
@@ -1323,18 +1323,19 @@ body .layui-quote-gray {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ul-site-item {
|
.ul-site-item {
|
||||||
width : 24%;
|
width : 20%;
|
||||||
margin-right : 1%;
|
margin-right : 5%;
|
||||||
display : flex;
|
display : flex;
|
||||||
align-items : flex-start;
|
align-items : flex-start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
margin-bottom : 14px;
|
margin-bottom : 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ul-site-item-logo {
|
.ul-site-item-logo {
|
||||||
width : 30px;
|
width : 24px;
|
||||||
height : 30px;
|
height : 24px;
|
||||||
margin-right : 4px;
|
margin-right : 8px;
|
||||||
|
margin-top : 4px;
|
||||||
background-size : cover;
|
background-size : cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user