mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-06 20:32:49 +08:00
35 lines
584 B
SCSS
35 lines
584 B
SCSS
|
|
|
|
.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;
|
|
cursor : pointer;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|