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.
bocai_supplyChain/components/job-sub/index.wxss

38 lines
588 B
Plaintext

@import "../../app.wxss";
@import "../../pages/firstBill/index.wxss";
.jobOne {
margin: 0px 10px 10px 10px;
line-height: 1;
padding: 0;
border-radius: 8px;
1 year ago
/* margin-top: -1px; */
}
.jobIn {
padding: 10px 10px;
}
1 year ago
.cusFlexStart {
justify-content: start;
}
1 year ago
.cusFlexStart .fss {
margin-right: 6px;
1 year ago
}
.markTag {
height: 14px;
padding: 2px 4px;
font-size: 12px;
line-height: 14px;
border-radius: 4px;
margin-right: 4px;
}
.sanfang {
border: 1px solid #666;
color: #333;
}
.zhenxuan {
border: 1px solid #1677ff;
background-color: #1677ff;
color: #fff;
}