feat: first commit
This commit is contained in:
27
src/pages/job/index.less
Normal file
27
src/pages/job/index.less
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user