You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
1.8 KiB
Plaintext

.g-components-yi-list-job {
height: 100%;
}
.g-components-yi-list-job .label_btn {
display: inline-block;
height: 20px;
box-sizing: border-box;
font-size: 12px;
font-weight: 400;
color: #666;
background: #f1faff;
border-radius: 2px;
padding: 0 4px 0px;
line-height: 20px;
margin-right: 6px;
margin-bottom: 0px;
position: relative;
top: 1px;
}
.g-components-yi-list-job .b_btn {
width: 72px;
height: 24px;
background-color: #ff4400;
font-size: 14px;
border-radius: 99px;
line-height: 24px;
color: #fff;
text-align: center;
}
.g-components-yi-list-job .collect {
border: 1px solid #ecebeb;
border-radius: 2px;
height: 20px;
box-sizing: border-box;
text-align: center;
margin: 0;
padding: 0px;
background-color: #fff;
line-height: 20px;
width: 52px;
}
.g-components-yi-list-job .collect .icon {
font-size: 10px;
line-height: 38px;
}
.g-components-yi-list-job .collect .f10 {
font-size: 10px !important;
}
.g-components-yi-list-job .collect .lh12 {
line-height: 12px;
}
.g-components-yi-list-job .collectred {
background: #ffeee9;
color: #ff4400;
border: 1rpx solid #ff4400;
}
.g-components-yi-list-job .r-obj {
width: 28px;
background-color: #ff4400;
position: absolute;
right: 0;
top: 0px;
border-radius: 0;
color: #fff;
font-size: 12px;
zoom: 0.85;
padding: 0px;
text-align: center;
}
.u-switch-text .u-switch {
border: 0;
}
.checkBox {
position: absolute;
left: 9px;
top: 50%;
transform: translateY(-50%);
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.biggerSize {
position: relative;
}
.biggerSize .biggerSize::after {
content: "";
/* display: inline-block; */
width: 40px;
height: 100px;
position: absolute;
left: 50%;
top: 50%;
z-index: 99;
transform: translate(-50%, -50%);
}