|
@@ -6,9 +6,10 @@
|
|
|
|
|
|
<div class="bg bg4 animate__animated animate__backInUp">
|
|
<div class="bg bg4 animate__animated animate__backInUp">
|
|
<p class="duanluo">嘉宾入场时间:8月22日 14:30</p>
|
|
<p class="duanluo">嘉宾入场时间:8月22日 14:30</p>
|
|
- <p class="duanluo">
|
|
|
|
- 地址:航天基地京东大道和少陵路十字西北角西安航天国际会议中心东方红会议厅
|
|
|
|
- </p>
|
|
|
|
|
|
+ <div class="duanluo">
|
|
|
|
+ <p class="left">地址:</p>
|
|
|
|
+ <p class="right">航天基地京东大道和少陵路十字西北角西安航天国际会议中心东方红会议厅</p>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<van-button style="margin-top: 7.9vh;" type="primary" block color="#61BFE9" @click="toDaohang">
|
|
<van-button style="margin-top: 7.9vh;" type="primary" block color="#61BFE9" @click="toDaohang">
|
|
@@ -20,7 +21,6 @@
|
|
import skeleton from './skeleton.vue';
|
|
import skeleton from './skeleton.vue';
|
|
|
|
|
|
function toDaohang() {
|
|
function toDaohang() {
|
|
- console.log(window.wx);
|
|
|
|
if (!window.wx) return;
|
|
if (!window.wx) return;
|
|
window.wx.checkJsApi({
|
|
window.wx.checkJsApi({
|
|
jsApiList: ['openLocation'],
|
|
jsApiList: ['openLocation'],
|
|
@@ -70,6 +70,17 @@ function toDaohang() {
|
|
.bg4 {
|
|
.bg4 {
|
|
.duanluo {
|
|
.duanluo {
|
|
text-indent: 0 !important;
|
|
text-indent: 0 !important;
|
|
|
|
+
|
|
|
|
+ .left,
|
|
|
|
+ .right {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 3.3em;
|
|
|
|
+ vertical-align: top;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .right {
|
|
|
|
+ width: calc(100% - 3.3em);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|