mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 13:42:48 +08:00
新增数据极简卡片;
This commit is contained in:
36
source/scss/card/_ul-card-data-simple.scss
Normal file
36
source/scss/card/_ul-card-data-simple.scss
Normal file
@@ -0,0 +1,36 @@
|
||||
.ul-card-data-simple {
|
||||
display : flex;
|
||||
align-items : center;
|
||||
justify-content : flex-start;
|
||||
background-color: #fff;
|
||||
|
||||
.item {
|
||||
padding: 15px;
|
||||
|
||||
text-align: left;
|
||||
|
||||
.item-title {
|
||||
font-size: 12px;
|
||||
color : #666;
|
||||
}
|
||||
|
||||
.item-value {
|
||||
font-size : 16px;
|
||||
font-weight: 600;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.item-rate {
|
||||
font-size: 12px;
|
||||
|
||||
}
|
||||
|
||||
.item-rate.up {
|
||||
color: #FF5722;
|
||||
}
|
||||
|
||||
.item-rate.down {
|
||||
color: #1E9FFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user