213 lines
2.9 KiB
CSS
213 lines
2.9 KiB
CSS
/* 徽标数 */
|
|
.u-badge {
|
|
border-radius: 5px !important;
|
|
}
|
|
|
|
.u-badge--not-dot {
|
|
padding: 4px !important;
|
|
}
|
|
|
|
.u-badge--success {
|
|
background-color: #39ac4f !important;
|
|
}
|
|
|
|
/* tabs标签 */
|
|
.u-tabs__wrapper__nav__line {
|
|
background-color: #39ac4f !important;
|
|
}
|
|
|
|
.uni-tag {
|
|
font-weight: normal !important;
|
|
font-size: 0.6rem !important;
|
|
border: none !important;
|
|
}
|
|
|
|
/* 按钮 */
|
|
|
|
.u-button {
|
|
width: fit-content !important;
|
|
}
|
|
|
|
.u-button--square {
|
|
border-radius: 5px !important;
|
|
}
|
|
|
|
.u-button--large {
|
|
width: 100% !important;
|
|
height: 38px !important;
|
|
}
|
|
|
|
.u-button--normal {
|
|
height: 28px !important;
|
|
}
|
|
|
|
.u-button--small {
|
|
height: 25px !important;
|
|
}
|
|
|
|
.u-button--success {
|
|
background-color: #39ac4f !important;
|
|
border-color: #39ac4f !important;
|
|
}
|
|
|
|
.u-button--plain {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
|
|
/* fixed */
|
|
.fixed {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
}
|
|
|
|
/* 按钮 */
|
|
.btn {
|
|
color: #39ac4f;
|
|
padding: 0 5px;
|
|
border: 1px solid #39ac4f;
|
|
width: fit-content;
|
|
height: 28px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.btn text {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.btn.active {
|
|
background-color: #39ac4f;
|
|
color: #fff;
|
|
}
|
|
|
|
.btn.activeing {
|
|
background-color: #39ac4f;
|
|
color: #fff;
|
|
}
|
|
|
|
/* 字体颜色 */
|
|
.font-red {
|
|
color: #e60012;
|
|
}
|
|
|
|
.font-orange {
|
|
color: #ffa200;
|
|
}
|
|
|
|
.font-green {
|
|
color: #39ac4f;
|
|
}
|
|
|
|
/* 背景颜色 */
|
|
.bg-red {
|
|
border-color: #d43030 !important;
|
|
background-color: #d43030 !important;
|
|
}
|
|
|
|
.bg-orange {
|
|
background-color: #e58626 !important;
|
|
}
|
|
|
|
.bg-green {
|
|
background-color: #39ac4f !important;
|
|
}
|
|
|
|
/* 卡片 */
|
|
.card .uni-collapse,
|
|
.card .uni-list,
|
|
.card .uni-list-item {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
::v-deep .card .uni-collapse-item__wrap {
|
|
border-radius: 0 0 10px 10px;
|
|
}
|
|
|
|
.card,
|
|
.card-grey {
|
|
margin-bottom: 10px;
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
box-shadow: 0 1px 9px rgb(209, 209, 209, 0.5);
|
|
}
|
|
.card{margin: 10px 10px 5px;}
|
|
.card-grey {
|
|
background-color: #f3f3f3;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.card-grey .card-title {
|
|
padding: 10px;
|
|
border-bottom: 1px solid #dedede;
|
|
}
|
|
|
|
.card-grey .card-title .icon {
|
|
color: #39ac4f;
|
|
}
|
|
|
|
.card-grey .card-title .u-row {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.cards-title {
|
|
padding: 10px;
|
|
border-bottom: 1px solid #dedede;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.cards-title view {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.cards-title view .text {
|
|
margin-right: 10px;
|
|
color: #39ac4f;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.cards-title .title-r .uni-tag {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.cards-content {
|
|
padding: 10px;
|
|
}
|
|
|
|
.txt-list {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.txt-list .left {
|
|
color: #666;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.txt-list .left text:first-child {
|
|
width: 80px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.txt-list .right {
|
|
align-content: center;
|
|
height: inherit;
|
|
}
|
|
|
|
.right .iconfont {
|
|
color: #bbb;
|
|
}
|
|
|
|
.card-font {
|
|
height: auto;
|
|
overflow: hidden;
|
|
margin: 10px 0 0 0;
|
|
}
|
|
|
|
.card-font uni-button {
|
|
display: inline-flex;
|
|
float: right;
|
|
margin-left: 10px;
|
|
} |