mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 20:02:49 +08:00
48 lines
860 B
SCSS
48 lines
860 B
SCSS
.ul-card-avatar-info {
|
|
.main {
|
|
padding: 12px;
|
|
background-color: #1E9FFF;
|
|
color: #fff;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
}
|
|
|
|
.main-title {
|
|
font-size: 22px;
|
|
display: flex;
|
|
margin-bottom: 14px;
|
|
align-items: center;
|
|
|
|
.item {
|
|
margin-right: 6px;
|
|
}
|
|
}
|
|
|
|
.item-title {
|
|
font-size: 14px;
|
|
display: flex;
|
|
margin-bottom: 8px;
|
|
align-items: center;
|
|
|
|
.item {
|
|
margin-right: 6px;
|
|
}
|
|
}
|
|
|
|
.footer-title {
|
|
display: flex;
|
|
font-size: 12px;
|
|
justify-content: space-between;
|
|
margin-top: 12px;
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.fixed-container {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
padding: 15px;
|
|
z-index: 9;
|
|
}
|
|
} |