2025-08-21 17:57:40 +08:00

239 lines
5.2 KiB
Plaintext

.flex{
display: flex;
align-items: center;
justify-content: space-between;
}
.flex2{
display: flex;
align-items: center;
}
.flex3{
display: flex;
justify-content: space-between;
}
.flex4{
display: flex;
}
.right2{
margin-left: 16px;
width: calc(100% - 346px);
height: 100%;
box-sizing: border-box;
.title{
padding: 0 22px;
height: 41px;
line-height: 41px;
// background: #fff;
border-bottom: 1px solid #e6e6e6;
.team_number{
opacity: 0.7;
font-size: 14px;
text-align: left;
font-family: PingFangSC-Regular;
.number{
color: @--color-primary;
opacity: 1;
}
}
}
.team_list{
padding: 9px 20px;
// background: #fff;
margin-bottom: 8px;
position: relative;
height: 71px;
.team_addBtn{
display: grid;
padding: 10px 0;
width: 86px;
min-width: 70px;
height: 70px;
border-radius: 3px;
color: #3390FF;
/deep/ i{
font-size: 16px;
}
/deep/ span{
// opacity: 0.7;
font-size: 12px;
display: block;
width: 100%;
margin: 0;
}
}
.team_addBtn:hover{
/deep/ span{
color: #fff;
}
}
.list_wrap{
flex-grow: 22;
flex-wrap: wrap;
overflow: hidden;
cursor: pointer;
.list{
width: 86px;
height: 70px;
margin-left: 20px;
box-sizing: border-box;
padding: 7px 0;
font-size: 14px;
text-align: center;
border-radius: 3px;
background-color: #F7F7F7;
color: #1A1A1A;
display: flex;
flex-direction: column;
justify-content: center;
div{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0 5px;
}
.flex-center {
display: flex;
align-items: center;
justify-content: center;
}
}
.checkedTeam{
background-color: #5181F6!important;
color: white;
}
}
}
.laborComponent_table_wrap{
box-sizing: border-box;
// background: #fff;
height: calc(100% - 140px);
position: relative;
padding-bottom: 46px;
.search_wrap{
padding: 20px;
border-bottom: 2px solid #E5ECFE;
.el-form {
margin-top: 20px !important;
}
.el-button + .el-button{
margin-left: 5px;
}
}
.values{
opacity: 0.9;
}
}
.table_wrap_bottom{
padding: 0 13px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 46px;
.table_wrap_btn{
margin-left: 20px;
}
}
/deep/ .el-form-item{
margin-bottom:0;
}
.show_teamList{
width: calc( 100% - 128px);
flex-grow: 22;
flex-wrap: wrap;
cursor: pointer;
float: left;
z-index: 1000;
position: absolute;
left: 110px;
top:7px;
background: #fff;
border: 1px solid #E5ECFE;
border-radius: 5px;
padding-top: 12px;
padding-right: 12px;
}
.height_79{
height: 79px;
}
}
.el-form_item {
margin-left: 20px;
.el-button:not(:last-child) {
margin-right: 20px;
}
}
.table-header_left {
display: flex;
align-items: center;
font-weight: 500;
font-size: 16px;
color: #272d45;
position: relative;
}
.table-header_left::after {
content: "";
width: 3px;
height: 15px;
background: #4181fe;
position: absolute;
left: -10px;
top: 50%;
transform: translateY(-50%);
}
.hint{
opacity: 0.5;
color: rgba(42, 46, 63, 1);
font-size: 12px;
text-align: left;
font-family: PingFangSC-Regular;
}
.bigImageDialog{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
text-align: center;
z-index: 1000000;
overflow-y: auto;
// padding-bottom: 50px;
height: 100%;
.bigImageContent{
height: 100%;
margin:0 auto; text-align:center
}
img{
// margin-top: 10%;
position: relative;
top: 10%;
max-height: 80%;
max-width: 80%;
}
}
.margin_top35{
margin-top: -35px;
}
/deep/ .identity_card .el-upload-list__item-name {
width: 100px;
}
.upload_btn_wrap{
position: relative;
width: 100%;
.High_btn{
position:absolute;
right: 70px;
top: 2px;
height: 28px;
}
}
.personItemBottom{
margin-top: 10px;
}