mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 05:12:48 +08:00
新增站点导航;
This commit is contained in:
@@ -1426,4 +1426,51 @@ body .layui-quote-gray {
|
||||
.ul-nav-button-desc {
|
||||
color : #666;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.ul-site-group {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.ul-site-list {
|
||||
display : flex;
|
||||
align-items : flex-start;
|
||||
justify-content: flex-start;
|
||||
flex-wrap : wrap;
|
||||
margin-top : 8px;
|
||||
}
|
||||
|
||||
.ul-site-item {
|
||||
width : 24%;
|
||||
margin-right : 1%;
|
||||
display : flex;
|
||||
align-items : flex-start;
|
||||
justify-content: flex-start;
|
||||
margin-bottom : 14px;
|
||||
}
|
||||
|
||||
.ul-site-item-logo {
|
||||
width : 24px;
|
||||
height : 24px;
|
||||
margin-right : 4px;
|
||||
margin-top : 4px;
|
||||
background-size : cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
|
||||
.ul-site-item-info {
|
||||
width: calc(100% - 34px);
|
||||
|
||||
}
|
||||
|
||||
.ul-site-item-title {
|
||||
color : #4662d9;
|
||||
font-weight : bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.ul-site-item-desc {
|
||||
font-size: 12px;
|
||||
color : #666;
|
||||
}
|
||||
Reference in New Issue
Block a user