mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 20:02:49 +08:00
将数据卡片迁移至新结构
This commit is contained in:
73
source/components/card/ul-card-data-a/_index.scss
Normal file
73
source/components/card/ul-card-data-a/_index.scss
Normal file
@@ -0,0 +1,73 @@
|
||||
.ul-card-data {
|
||||
display: inline-block;
|
||||
border: 1px solid #eee;
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
margin-right: 15px;
|
||||
margin-bottom: 15px;
|
||||
/* height : 70px; */
|
||||
}
|
||||
|
||||
.ul-card-data-a-title {
|
||||
padding-bottom: 15px;
|
||||
color: #6cf;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.ul-card-data-a-item {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.ul-card-data-b-icon {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
font-size: 46px;
|
||||
background-color: #6cf;
|
||||
padding: 8px;
|
||||
color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.ul-card-data-b-info {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
|
||||
}
|
||||
|
||||
.ul-card-data-b-value {
|
||||
font-size: 28px;
|
||||
color: #6cf;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.ul-card-data-b-main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.ul-card-data-b-title {
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
|
||||
.ul-card-data-c-item {
|
||||
display: inline-block;
|
||||
padding: 10px 40px;
|
||||
text-align: center;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.ul-card-data-c-item:not(:last-child) {
|
||||
border-right: 1px solid #ddd;
|
||||
|
||||
}
|
||||
|
||||
.ul-card-data-c-value {
|
||||
font-size: 18px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.ul-card-data-c-title {
|
||||
font-size: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user