flat: css

This commit is contained in:
Apcallover
2025-12-28 20:19:17 +08:00
parent 544b2dfb4f
commit bbf6fc57c8
5 changed files with 182 additions and 157 deletions

View File

@@ -4,12 +4,12 @@
<!-- 顶部头部区域 -->
<view class="container-header">
<view class="header-top">
<view class="header-btnLf button-click" @click="seemsg(0)" :class="{ active: state.current === 0 }">
<!-- <view class="header-btnLf button-click" @click="seemsg(0)" :class="{ active: state.current === 0 }">
现场招聘
</view>
<view v-if="!isMachineEnv" class="header-btnLf button-click" @click="seemsg(1)" :class="{ active: state.current === 1 }">
VR虚拟招聘会
</view>
</view> -->
</view>
<view class="header-input btn-feel">
<my-icons class="iconsearch" color="#666666" type="search" size="36"></my-icons>
@@ -116,18 +116,18 @@ const { longitudeVal, latitudeVal } = storeToRefs(useLocationStore());
import useUserStore from '@/stores/useUserStore';
const { isMachineEnv } = storeToRefs(useUserStore());
const { $api, navTo, cloneDeep, debounce } = inject('globalFunction');
import useScreenStore from '@/stores/useScreenStore'
import useScreenStore from '@/stores/useScreenStore';
const screenStore = useScreenStore()
const showTabbar = ref(false)
const screenStore = useScreenStore();
const showTabbar = ref(false);
watch(
() => screenStore.isWideScreen,
(newVal) => {
showTabbar.value = newVal
showTabbar.value = newVal;
},
{ immediate: true }
)
);
const weekList = ref([]);
const fairList = ref([]);
@@ -582,4 +582,4 @@ function getNextDates({ startDate = '', count = 6 }) {
margin-top: 0
}
}
</style>
</style>