巫溪
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="AppMeeting">
|
||||
<div class="top-title">2024巫溪老鹰茶文旅消费节</div>
|
||||
<!-- <div class="top-title">2024巫溪老鹰茶文旅消费节</div> -->
|
||||
<div class="home-content">
|
||||
<div class="home-logo">
|
||||
<img src="./img/home-logo.png" alt="">
|
||||
@@ -18,10 +18,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="home-footer">
|
||||
<!-- <div class="home-footer">
|
||||
<p>主办单位</p>
|
||||
<div>中共巫溪县委员会 巫溪县人民政府</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
export default {
|
||||
name: 'AppMeeting',
|
||||
appName: '会议首页',
|
||||
appName: '2024巫溪老鹰茶文旅消费节',
|
||||
|
||||
data() {
|
||||
return {
|
||||
@@ -59,6 +59,7 @@ export default {
|
||||
},
|
||||
|
||||
mounted() {
|
||||
document.title = '2024巫溪老鹰茶文旅消费节'
|
||||
},
|
||||
|
||||
methods: {
|
||||
@@ -78,7 +79,7 @@ uni-page-body{
|
||||
width: 100%;
|
||||
background-image: url("./img/home-bg.png");
|
||||
background-size: 100% 100%;
|
||||
padding-top: 16px;
|
||||
padding-top: 32px;
|
||||
box-sizing: border-box;
|
||||
.top-title {
|
||||
font-family: PingFangSC-SNaNpxibold;
|
||||
@@ -93,7 +94,7 @@ uni-page-body{
|
||||
margin-bottom: 52px;
|
||||
}
|
||||
.home-content {
|
||||
height: calc(100% - 316px);
|
||||
height: calc(100% - 216px);
|
||||
width: calc(100% - 64px);
|
||||
margin: 0 32px;
|
||||
background: #FFF;
|
||||
@@ -103,7 +104,7 @@ uni-page-body{
|
||||
img {
|
||||
width: 132px;
|
||||
height: 132px;
|
||||
margin: 56px 0 42px 0;
|
||||
margin: 32px 0 24px 0;
|
||||
}
|
||||
}
|
||||
.home-title {
|
||||
@@ -111,12 +112,12 @@ uni-page-body{
|
||||
img {
|
||||
width: 574px;
|
||||
height: 128px;
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
}
|
||||
.home-welcome {
|
||||
text-align: center;
|
||||
margin: 42px 0 90px 0;
|
||||
margin: 24px 0 30px 0;
|
||||
img {
|
||||
width: 132px;
|
||||
height: 40px;
|
||||
@@ -129,16 +130,16 @@ uni-page-body{
|
||||
font-size: 36px;
|
||||
color: #222;
|
||||
text-align: center;
|
||||
margin-bottom: 82px;
|
||||
margin-bottom: 41px;
|
||||
}
|
||||
|
||||
.flex-content {
|
||||
padding-left: 32px;
|
||||
.item {
|
||||
width: calc(50% - 32px);
|
||||
height: 280px;
|
||||
height: 260px;
|
||||
background-size: 100% 100%;
|
||||
margin: 0 32px 32px 0;
|
||||
margin: 0 32px 16px 0;
|
||||
text-align: center;
|
||||
float: left;
|
||||
img {
|
||||
@@ -172,11 +173,16 @@ uni-page-body{
|
||||
|
||||
}
|
||||
.home-footer {
|
||||
width: 100%;
|
||||
padding: 88px 0 20px 0;
|
||||
text-align: center;
|
||||
font-size: 28px;
|
||||
color: #FFF;
|
||||
line-height: 40px;
|
||||
box-sizing: border-box;
|
||||
position: fixed;
|
||||
bottom: 44px;
|
||||
left: 0;
|
||||
p {
|
||||
font-family: PingFangSC-Regular;
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user