新增数据卡片极简底色;

This commit is contained in:
2022-04-04 16:59:25 +08:00
parent b77112cb34
commit 8ea310ae4d
5 changed files with 81 additions and 4 deletions

View File

@@ -0,0 +1,35 @@
.ul-card-data-simple-bg-black {
background-color: #393D49;
color : #fff;
border-radius : 15px;
padding : 15px;
box-shadow: 0 0 4px #999;
.item {
padding : 15px;
margin-right: 0 10px;
.item-title {
color: #fff;
}
.item-value {
font-size: 20px;
}
}
.item.main {
background-color: #fff;
color : #393D49;
border-radius : 15px;
box-shadow : 1px 1px 3px #999;
margin-right: 25px;
.item-title {
color: #393D49;
}
}
}