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.
38 lines
588 B
Plaintext
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;
|
|
/* margin-top: -1px; */
|
|
}
|
|
.jobIn {
|
|
padding: 10px 10px;
|
|
}
|
|
|
|
.cusFlexStart {
|
|
justify-content: start;
|
|
}
|
|
.cusFlexStart .fss {
|
|
margin-right: 6px;
|
|
}
|
|
.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;
|
|
}
|