diff --git a/src/project/wuxi/AppMeeting/AppAgenda.vue b/src/project/wuxi/AppMeeting/AppAgenda.vue index 49265828..0a293eca 100644 --- a/src/project/wuxi/AppMeeting/AppAgenda.vue +++ b/src/project/wuxi/AppMeeting/AppAgenda.vue @@ -55,6 +55,7 @@ export default { } }, mounted() { + document.title = '活动议程' }, methods: { diff --git a/src/project/wuxi/AppMeeting/AppCheckInfo.vue b/src/project/wuxi/AppMeeting/AppCheckInfo.vue index 0795fbe8..bf55c22d 100644 --- a/src/project/wuxi/AppMeeting/AppCheckInfo.vue +++ b/src/project/wuxi/AppMeeting/AppCheckInfo.vue @@ -21,67 +21,66 @@

春申大道421号

-
- - -
- -
+
@@ -145,22 +144,45 @@ uni-page-body{ position: fixed; bottom: 0; left: 0; + pointer-events: none; } } - ::v-deep .amap-icon { - img { - width: 100%; - height: 100%; - } - } + ::v-deep .marker { + border-radius: 52px; + background: #F46159; + color: #fff; + font-size: 22px; + padding: 4px 16px; + white-space: nowrap; + position: relative; - ::v-deep .amap-marker-label { - border: 1px solid #fff; - font-size: 28px; - line-height: 48px; - padding: 0 16px; - border-radius: 4px; + &:before { + position: absolute; + left: calc(50% - 30px); + bottom: -34px; + z-index: -1; + width: 60px; + height: 60px; + border-radius: 50%; + background-color: #F46159; + animation: mapWarn 1s ease-out 0s infinite; + content: " "; + } + + &:after { + position: absolute; + display: block; + content: " "; + bottom: -8px; + left: 50%; + transform: translateX(-50%); + border: 8px solid transparent; + border-bottom: none; + border-top-color: #F46159; + height: 0; + width: 0; + } } } diff --git a/src/project/wuxi/AppMeeting/AppDetail.vue b/src/project/wuxi/AppMeeting/AppDetail.vue index c9ff4807..892f17b4 100644 --- a/src/project/wuxi/AppMeeting/AppDetail.vue +++ b/src/project/wuxi/AppMeeting/AppDetail.vue @@ -91,6 +91,7 @@ export default { }, mounted() { + document.title = '了解巫溪' }, methods: { @@ -108,7 +109,7 @@ uni-page-body{ width: 100%; background-image: url("./img/detail-bg.png"); background-size: 100% 100%; - padding-top: 32px; + padding: 32px 0 64px 0; box-sizing: border-box; .top-title { font-family: PingFangSC-SNaNpxibold; diff --git a/src/project/wuxi/AppMeeting/AppIntroduce.vue b/src/project/wuxi/AppMeeting/AppIntroduce.vue index e93e0178..ef2d2b67 100644 --- a/src/project/wuxi/AppMeeting/AppIntroduce.vue +++ b/src/project/wuxi/AppMeeting/AppIntroduce.vue @@ -20,7 +20,7 @@
座位表
- +
@@ -35,15 +35,20 @@ export default { data() { return { tabList: ['了解会议', '座位表'], - tabIndex: 0 + tabIndex: 0, } }, - mounted() { + document.title = '会议介绍' }, methods: { - + previewImage() { + uni.previewImage({ + urls: ['https://cdn.cunwuyun.cn/dvcp/h5/seat-img.jpg'], + current: 'https://cdn.cunwuyun.cn/dvcp/h5/seat-img.jpg' + }) + }, } } diff --git a/src/project/wuxi/AppMeeting/AppMeeting.vue b/src/project/wuxi/AppMeeting/AppMeeting.vue index 6809c017..66176416 100644 --- a/src/project/wuxi/AppMeeting/AppMeeting.vue +++ b/src/project/wuxi/AppMeeting/AppMeeting.vue @@ -1,6 +1,6 @@ @@ -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; diff --git a/src/project/wuxi/AppMeeting/img/home-bg.png b/src/project/wuxi/AppMeeting/img/home-bg.png index 31496b26..6fbad809 100644 Binary files a/src/project/wuxi/AppMeeting/img/home-bg.png and b/src/project/wuxi/AppMeeting/img/home-bg.png differ diff --git a/src/project/wuxi/AppMeeting/img/seat-img.jpg b/src/project/wuxi/AppMeeting/img/seat-img.jpg new file mode 100644 index 00000000..54c05ff2 Binary files /dev/null and b/src/project/wuxi/AppMeeting/img/seat-img.jpg differ diff --git a/src/project/wuxi/AppMeeting/img/seat-img.png b/src/project/wuxi/AppMeeting/img/seat-img.png deleted file mode 100644 index c18ae217..00000000 Binary files a/src/project/wuxi/AppMeeting/img/seat-img.png and /dev/null differ