mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-04 11:33:29 +08:00
41 lines
722 B
SCSS
41 lines
722 B
SCSS
.ul-card-data-simple {
|
|
display : flex;
|
|
align-items : center;
|
|
justify-content : flex-start;
|
|
background-color: #fff;
|
|
|
|
.item {
|
|
|
|
margin : 15px 0;
|
|
padding : 0 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;
|
|
}
|
|
}
|
|
|
|
.item.line {
|
|
border-right: 1px solid #eee;
|
|
}
|
|
} |