boluo-app-main/src/fragments/job/base/index.less
2025-05-15 01:02:00 +08:00

149 lines
2.4 KiB
Plaintext

@import '@/styles/variables.less';
@import '@/styles/common.less';
.all-job-fragment {
&__container {
position: relative;
.all-job-fragment__type-tabs {
padding: 0 20px;
margin-top: 20px;
.taroify-tabs__wrap {
height: 40px;
}
.taroify-tabs__wrap__scroll {
max-width: 100%;
}
.taroify-tabs__tab {
display: flex;
flex-direction: column;
flex: 0 0 auto !important;
font-size: 28px;
--tab-color: @blColorG1;
--tabs-active-color: @blColor;
&:first-child {
padding-left: 0;
}
}
.taroify-tabs__line {
height: 0;
background-color: transparent;
border-radius: 0;
}
.taroify-tabs__content {
padding: 20px 0;
}
}
}
&__top-search-bar {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 0 20px;
}
&__search {
flex: 1 0;
}
&__salary-select,
&__search-city {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
font-size: 28px;
line-height: 32px;
color: @blColor;
margin-left: 20px;
.title {
margin-right: 5px;
}
}
&__sort-type {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
border-left: solid 2px #e0e0e0;
font-size: 28px;
line-height: 32px;
color: @blColor;
margin-left: 20px;
.selected {
color: @blHighlightColor;
}
}
&__sort-item {
margin-left: 32px;
&:first-child {
margin-left: 20px;
}
}
&__overlay-outer {
top: 82px;
}
&__overlay-inner {
width: 100%;
}
&__tips-container {
width: 100%;
height: 100vh;
padding-top: 218px;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
}
&__empty-box {
width: 386px;
height: 278px;
}
&__tips-title {
font-size: 28px;
font-weight: 500;
line-height: 40px;
color: @blColor;
margin-top: 50px;
}
&__tips-desc {
font-size: 24px;
line-height: 40px;
color: @blColorG1;
margin-top: 16px;
}
&__add-group-button {
font-size: 28px;
line-height: 40px;
color: #ffffff;
background-color: @blHighlightColor;
border-radius: 48px;
padding: 20px 30px;
margin-top: 30px;
}
}