新增数据卡片极简底色;

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

@@ -5,8 +5,8 @@
background-color: #fff;
.item {
padding: 15px;
margin : 15px 0;
padding : 0 15px;
text-align: left;
.item-title {
@@ -33,4 +33,8 @@
color: #1E9FFF;
}
}
.item.line {
border-right: 1px solid #eee;
}
}