You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
volunteer-pc/src/assets/styles/myTable.scss

59 lines
1.2 KiB

2 years ago
@import "./element-variables.scss";
::v-deep .search-container {
.el-form-item__content {
width: 550px;
}
.el-input-group__append {
padding-left: 15px !important;
padding-right: 15px !important;
background: $--color-primary !important;
border-color: $--color-primary !important;
.search-btn {
color: #fff !important;
}
}
}
2 years ago
::v-deep .el-dialog__header {
background: #f7f5f5;
.dialog-title {
font-size: 17px;
font-family: "Alibaba-PuHuiTi-Bold";
color: #4c4949;
display: flex;
align-items: center;
.title-line {
display: inline-block;
width: 5px;
height: 18px;
background: $--color-primary;
2 years ago
margin-right: 6px;
}
}
}
//详情
.info-box {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
.info-item {
display: flex;
// align-items: center;
margin-bottom: 20px;
.item-lable {
width: 80px;
font-size: 16px;
font-family: "Alibaba-PuHuiTi-Regular";
font-weight: 400;
color: #4c4949;
}
.item-value {
font-size: 16px;
font-family: "Alibaba-PuHuiTi-Regular";
font-weight: 400;
color: #807a7a;
}
}
}