Files
layui-ul/source/components/card/ul-card-money/_index.scss
2023-04-17 14:04:27 +08:00

50 lines
902 B
SCSS

.ul-card-money {
padding: 26px;
background-color: #1E9FFF;
border-radius: 16px;
color: #fff;
.main {
.title {
font-weight: 600;
font-size: 12px;
}
.option {
display: flex;
align-items: flex-end;
justify-content: flex-start;
margin-top: 10px;
.value {
font-size: 26px;
font-weight: 600;
}
.button {
margin-left: 16px;
padding-bottom: 6px;
}
}
}
.footer {
display: flex;
align-items: center;
justify-content: space-between;
text-align: center;
margin-top: 18px;
.label {
font-size: 12px;
}
.value {
margin-top: 8px;
font-size: 16px;
}
}
}