feat: 迁移ul-card-a

This commit is contained in:
augushong
2025-08-15 09:47:29 +08:00
parent e30bc1e2a3
commit c6506c6a26
9 changed files with 103 additions and 25 deletions

View File

@@ -664,6 +664,41 @@
border-left-color: #ddd;
}
.ul-card-a {
width: 180px;
display: flex;
justify-content: space-between;
border: 1px solid #bbb;
box-shadow: 2px 2px 5px #999;
color: #516073;
padding: 15px;
cursor: pointer;
margin-right: 15px;
margin-bottom: 15px;
position: relative;
}
.ul-card-a-left {
width: 40%;
}
.ul-card-a-right {
display: flex;
align-items: center;
text-align: center;
width: 50%;
}
.ul-card-a-title {
font-size: 18px;
}
.ul-card-a-desc {
margin-top: 5px;
font-size: 14px;
white-space: nowrap;
}
.ul-card-avatar-info .main {
padding: 12px;
background-color: #1E9FFF;

File diff suppressed because one or more lines are too long