mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
增加操作导航
This commit is contained in:
@@ -1324,10 +1324,10 @@ body .layui-quote-gray {
|
||||
margin-bottom : 15px;
|
||||
margin-right : 15px;
|
||||
cursor : pointer;
|
||||
border: 1px solid transparent;
|
||||
border : 1px solid transparent;
|
||||
}
|
||||
|
||||
.ul-book-item:hover{
|
||||
.ul-book-item:hover {
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
@@ -1378,5 +1378,36 @@ body .layui-quote-gray {
|
||||
|
||||
.ul-book-list.big .ul-book-info {
|
||||
height: 160px;
|
||||
width: 110px;
|
||||
width : 110px;
|
||||
}
|
||||
|
||||
.ul-nav-button-item {
|
||||
display : flex;
|
||||
align-items : center;
|
||||
justify-content : flex-start;
|
||||
margin-bottom : 10px;
|
||||
border-radius : 8px;
|
||||
padding : 10px;
|
||||
box-shadow : 0px 1px 3px #bbb;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.ul-nav-button-icon {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.ul-nav-button-icon .icon {
|
||||
font-size: 38px;
|
||||
color : #999;
|
||||
}
|
||||
|
||||
.ul-nav-button-title {
|
||||
color : #333;
|
||||
font-size : 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.ul-nav-button-desc {
|
||||
color : #666;
|
||||
font-size: 14px;
|
||||
}
|
||||
Reference in New Issue
Block a user