mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
feat: 增加平台信息跳转
This commit is contained in:
@@ -121,3 +121,54 @@
|
||||
list-style: inherit;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.ul-nav-card-item {
|
||||
padding: 0 15px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 6px;
|
||||
height: 82px;
|
||||
margin-bottom: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.ul-nav-card-item-left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.ul-nav-card-item-icon {
|
||||
font-size: 28px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 5px;
|
||||
line-height: 50px;
|
||||
text-align: center;
|
||||
background: #2E4158;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.ul-nav-card-item-info {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.ul-nav-card-item-title {
|
||||
font-size: 14px;
|
||||
color: #253647;
|
||||
font-weight: 700;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.ul-nav-card-item-desc {
|
||||
color: #666;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.ul-nav-card-item.disabled .ul-nav-card-item-icon {
|
||||
background-color: #908b8b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user