Browse Source

政策切换改为背景图

master
mk 2 months ago
parent
commit
defa4c3f75
  1. 2
      .gitignore
  2. 24
      epmet-apartment-front/index.html
  3. BIN
      epmet-apartment-front/static/03ec6a8d46ed1a7ca22a2576a8caa85-rwBmxPiQ.png
  4. BIN
      epmet-apartment-front/static/banner-BfkLF_XE.png
  5. BIN
      epmet-apartment-front/static/ewm1-DsE8Um6B.png
  6. BIN
      epmet-apartment-front/static/ewm2-CQEnXby4.png
  7. BIN
      epmet-apartment-front/static/ewm3-CgGwTNJO.png
  8. BIN
      epmet-apartment-front/static/ewm4-PQSLn0JY.png
  9. 110
      epmet-apartment-front/static/index-CCwD7VtR.js
  10. 1
      epmet-apartment-front/static/index-C_bTYkSQ.css
  11. BIN
      epmet-apartment-front/static/logo2-2Jumdq6Z.png
  12. BIN
      epmet-apartment-front/static/nav_bottom-zXVBZmS9.png
  13. BIN
      epmet-apartment-front/static/policy-bg-B0ebZFgn.png
  14. 0
      src/assets/images/home/policyBg.png
  15. 6
      src/components/home/PolicyInfo.vue
  16. 5
      src/views/policy/index.vue

2
.gitignore

@ -7,8 +7,8 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
pnpm-debug.log* pnpm-debug.log*
lerna-debug.log* lerna-debug.log*
epmet-apartment-front
node_modules node_modules
epmet-apartment-front
.DS_Store .DS_Store
coverage coverage

24
epmet-apartment-front/index.html

@ -1,24 +0,0 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="alternate icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>青岛市免租金住房保障平台</title>
<script
type="module"
crossorigin
src="/epmet-apartment-front/static/index-CCwD7VtR.js"
></script>
<link
rel="stylesheet"
crossorigin
href="/epmet-apartment-front/static/index-C_bTYkSQ.css"
/>
</head>
<body>
<div id="app"></div>
</body>
</html>

BIN
epmet-apartment-front/static/03ec6a8d46ed1a7ca22a2576a8caa85-rwBmxPiQ.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

BIN
epmet-apartment-front/static/banner-BfkLF_XE.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 MiB

BIN
epmet-apartment-front/static/ewm1-DsE8Um6B.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

BIN
epmet-apartment-front/static/ewm2-CQEnXby4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

BIN
epmet-apartment-front/static/ewm3-CgGwTNJO.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

BIN
epmet-apartment-front/static/ewm4-PQSLn0JY.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

110
epmet-apartment-front/static/index-CCwD7VtR.js

File diff suppressed because one or more lines are too long

1
epmet-apartment-front/static/index-C_bTYkSQ.css

File diff suppressed because one or more lines are too long

BIN
epmet-apartment-front/static/logo2-2Jumdq6Z.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

BIN
epmet-apartment-front/static/nav_bottom-zXVBZmS9.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

BIN
epmet-apartment-front/static/policy-bg-B0ebZFgn.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 MiB

0
src/assets/images/home/d97988c6591e1ca5f88491d7b7283c3f.png → src/assets/images/home/policyBg.png

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 162 KiB

6
src/components/home/PolicyInfo.vue

@ -6,7 +6,7 @@
</div> </div>
<div class="flex"> <div class="flex">
<div <div
class="w-[218px] h-[690px] bg-gradient-to-b from-blue-500 to-blue-300 text-cyan-50 p-6 rounded-l-lg" class="w-[218px] h-[690px] bg-policy text-cyan-50 p-6 rounded-l-lg"
> >
<div class="font-bold text-3xl rou">分类信息</div> <div class="font-bold text-3xl rou">分类信息</div>
<p class="">为您提供当前最新的资讯内容</p> <p class="">为您提供当前最新的资讯内容</p>
@ -69,7 +69,6 @@
import { defineProps, defineEmits } from 'vue' import { defineProps, defineEmits } from 'vue'
import { useRouter } from 'vue-router' import { useRouter } from 'vue-router'
import noDataImg from '@/assets/images/03ec6a8d46ed1a7ca22a2576a8caa85.png' import noDataImg from '@/assets/images/03ec6a8d46ed1a7ca22a2576a8caa85.png'
const router = useRouter() const router = useRouter()
const emit = defineEmits(['tab-change']) const emit = defineEmits(['tab-change'])
@ -109,4 +108,7 @@ const handleClickTab = (item) => {
top: -31px; top: -31px;
font-size: 50px; font-size: 50px;
} }
.bg-policy{
background: url('@/assets/images/home/policyBg.png') no-repeat;
}
</style> </style>

5
src/views/policy/index.vue

@ -7,7 +7,7 @@
<div class="flex"> <div class="flex">
<!-- 分类菜单 --> <!-- 分类菜单 -->
<div <div
class="w-[218px] h-[690px] bg-gradient-to-b from-blue-500 to-blue-300 text-cyan-50 p-6 rounded-l-lg mr-10 mt-2" class="w-[218px] h-[690px] bg-policy text-cyan-50 p-6 rounded-l-lg mr-10 mt-2"
> >
<div class="font-bold text-3xl rou">分类信息</div> <div class="font-bold text-3xl rou">分类信息</div>
<p class="">为您提供当前最新的资讯内容</p> <p class="">为您提供当前最新的资讯内容</p>
@ -234,4 +234,7 @@ img {
background: transparent; background: transparent;
} }
} }
.bg-policy{
background: url('@/assets/images/home/policyBg.png') no-repeat;
}
</style> </style>
Loading…
Cancel
Save