Files
boluo-app-main/src/pages/job/index.less
chashaobao fde2027588 feat:
2025-10-26 22:23:14 +08:00

47 lines
872 B
Plaintext

@import '@/styles/variables.less';
.job {
&__tabs {
.taroify-tabs__wrap__scroll {
max-width: 70%;
}
.taroify-tabs__tab {
display: flex;
flex-direction: column;
flex: 0 0 auto !important;
font-size: 40px;
--tab-color: @blColorG2;
--tabs-active-color: @blColor;
}
.taroify-tabs__line {
width: 100%;
position: relative;
margin-top: -5px;
height: 8px;
background-color: @blTabLineColor;
border-radius: 0;
}
.taroify-dialog.taroify-popup {
position: absolute;
}
}
&__tab-icon {
width: 32px;
height: 32px;
border-radius: 50%;
background: rgba(255, 80, 81, 0.16);
display: inline-flex;
justify-content: center;
align-items: center;
margin-right: 8px;
> image {
width: 14.4px;
height: 19.2px;
}
}
}