mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 21:52:48 +08:00
增加用户头像信息卡片
This commit is contained in:
48
source/components/card/ul-card-avatar-info/_index.scss
Normal file
48
source/components/card/ul-card-avatar-info/_index.scss
Normal file
@@ -0,0 +1,48 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user