Commit 04c175e1 authored by shilei's avatar shilei

1200替换926

parent af98b3c3
......@@ -29,6 +29,6 @@
@apply h-[22px] items-center justify-center rounded-sm px-3 text-sm flex;
}
.main-width {
@apply w-[926px];
@apply w-[1200px];
}
}
<template>
<div class="footer bg-[#1A1A1A] pb-4 pt-3 mt-[30px]">
<div class="mx-auto w-[926px]">
<div class="mx-auto w-[1200px]">
<div class="flex justify-between">
<div class="flex flex-col justify-between">
<div class="flex pt-3 text-sm text-white">
......
......@@ -300,7 +300,7 @@ const handleMenuChange = (menu: HeaderMenuItem) => {
.header-view {
box-shadow: 0 2px 8px 0 rgba(90, 0, 0, 0.1);
position: relative;
// width: 926px;
// width: 1200px;
// margin: 0 auto;
::v-deep {
.el-menu--horizontal > .el-menu-item {
......
<template>
<div class="filter-view" :style="{ width: isSmallView ? '652px' : '926px' }">
<div class="filter-view" :style="{ width: isSmallView ? '652px' : '1200px' }">
<div class="mb-1 h-[108px] overflow-hidden" :class="{ 'spread-view': isSpread }">
<div v-if="selected.length" class="flex text-xs text-black/[.65]">
<span class="w-[100px] shrink-0 leading-9 text-black/[.65]" :class="{ w80: isSmallView }">
......@@ -407,7 +407,7 @@ watch(
background: #fbfbfb;
padding-top: 10px;
padding-left: 20px;
width: 926px;
width: 1200px;
padding-bottom: 10px;
}
.selected {
......
......@@ -234,7 +234,7 @@ onUnmounted(() => {
</script>
<style lang="scss" scoped>
#container {
width: 926px;
width: 1200px;
height: 300px;
background: #fff;
}
......
<!-- 关于立业云 -->
<template>
<div>
<div class="mx-auto w-[926px]">
<img class="h-[200px] w-[926px]" src="@/assets/images/banner-aboutUs.png" alt="" />
<div class="mx-auto w-[1200px]">
<img class="h-[200px] w-[1200px]" src="@/assets/images/banner-aboutUs.png" alt="" />
</div>
<!-- 关于我们 -->
<div class="mx-auto w-[826px] pb-[100px]">
......
<!-- 载体 -->
<template>
<div class="mx-auto w-[926px]">
<div class="mx-auto w-[1200px]">
<CommonTitle class="my-[30px]" type-name="载体" @search="handleNameSearch"></CommonTitle>
<FilterView
class="mb-6"
......
<!-- 联系我们 -->
<template>
<div>
<div class="mx-auto w-[926px]">
<img class="h-[200px] w-[926px]" src="@/assets/images/banner-contactUs.png" alt="" />
<div class="mx-auto w-[1200px]">
<img class="h-[200px] w-[1200px]" src="@/assets/images/banner-contactUs.png" alt="" />
</div>
<!-- 联系我们 -->
<div class="mx-auto w-[826px] pb-[100px]">
......
......@@ -78,7 +78,7 @@
</div>
</div>
</div>
<div class="mx-auto mt-5 w-[926px]">
<div class="mx-auto mt-5 w-[1200px]">
<!-- 数量展示 -->
<div class="flex justify-between py-2.5">
<div class="flex h-[131px] w-[245px] items-center justify-center">
......
<!-- 产业分类 -->
<template>
<div class="mx-auto w-[926px]">
<div class="mx-auto w-[1200px]">
<CommonTitle class="my-[30px]" type-name="产业分类" :show-search="false"></CommonTitle>
<div class="flex">
<!-- 左侧搜索 -->
......
<!-- 土地列表 -->
<template>
<div class="mx-auto w-[926px]">
<div class="mx-auto w-[1200px]">
<div>
<CommonTitle class="my-[30px]" type-name="土地" @search="handleNameSearch"></CommonTitle>
<FilterView
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment