jsy-app/static/scss/app.css

86 lines
1.1 KiB
CSS
Raw Normal View History

2024-09-18 10:30:10 +08:00
/* 徽标数 */
2024-09-18 18:52:48 +08:00
.u-badge {
border-radius: 5px !important;
}
.u-badge--not-dot {
padding: 4px !important;
}
.u-badge--success {
background-color: #39ac4f !important;
}
2024-09-18 10:30:10 +08:00
/* tabs标签 */
2024-09-18 18:52:48 +08:00
.u-tabs__wrapper__nav__line {
background-color: #39ac4f !important;
}
2024-09-18 10:30:10 +08:00
/* 按钮 */
2024-09-18 18:52:48 +08:00
.u-button {
width: fit-content !important;
}
.u-button--square {
border-radius: 5px !important;
}
.u-button--small {
height: 25px !important;
}
2024-09-18 10:30:10 +08:00
.u-button--success[data-v-5ce41ee6] {
2024-09-18 18:52:48 +08:00
background-color: #39ac4f !important;
border-color: #39ac4f !important;
2024-09-18 10:30:10 +08:00
}
2024-09-18 18:52:48 +08:00
2024-09-18 10:30:10 +08:00
/* 列表 */
2024-09-18 18:52:48 +08:00
.u-collapse-item {
&>.u-line {
border-bottom: none !important;
}
2024-09-18 10:30:10 +08:00
}
/* fixed */
2024-09-18 18:52:48 +08:00
.fixed {
display: flex;
align-items: center;
flex-direction: row;
}
/* 字体颜色 */
.font-red {
color: #e60012;
}
.font-orange {
color: #ffa200;
}
.font-green {
color: #39ac4f;
}
/* 卡片 */
.card,
.card-grey {
margin-bottom: 10px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 1px 9px rgb(209, 209, 209, 0.5);
}
.card-grey {
background-color: #f3f3f3;
}
.card-grey {
.title {
padding: 10px;
border-bottom: 1px solid #c7c7c7;
.icon {
color: #39ac4f;
}
}
}