feat: first commit

This commit is contained in:
eleanor.mao
2025-03-31 22:34:22 +08:00
commit d25187c9c8
390 changed files with 57031 additions and 0 deletions

27
src/pages/job/index.less Normal file
View File

@ -0,0 +1,27 @@
@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;
}
}
}