|
@@ -5,18 +5,10 @@
|
|
.title {text-align: center;}
|
|
.title {text-align: center;}
|
|
.btn-box {width:80%;margin:0 auto;padding-top:20px;}
|
|
.btn-box {width:80%;margin:0 auto;padding-top:20px;}
|
|
.btn-box .van-button {margin-top:30px;}
|
|
.btn-box .van-button {margin-top:30px;}
|
|
- .content-box {height: calc(100vh - 46px);width:100vw;box-sizing: border-box;background-image: url("/static/mobile/images/bg_human.jpg");background-size:cover;background-repeat: no-repeat;}
|
|
|
|
|
|
+ .content-box {height: 100vh;width:100vw;box-sizing: border-box;background-image: url("/static/mobile/images/bg_human.jpg");background-size:cover;background-repeat: no-repeat;}
|
|
</style>
|
|
</style>
|
|
{/block}
|
|
{/block}
|
|
{block name="body"}
|
|
{block name="body"}
|
|
-<van-nav-bar
|
|
|
|
- class="nav-theme"
|
|
|
|
- :placeholder="true"
|
|
|
|
->
|
|
|
|
- <template #title>
|
|
|
|
- <span class="text-white">首页</span>
|
|
|
|
- </template>
|
|
|
|
-</van-nav-bar>
|
|
|
|
<div class="content-box">
|
|
<div class="content-box">
|
|
<div class="title-box">
|
|
<div class="title-box">
|
|
<h3 class="title">民营经济与人力资源服务发展大会</h3>
|
|
<h3 class="title">民营经济与人力资源服务发展大会</h3>
|
|
@@ -42,13 +34,12 @@
|
|
location.href = "{:url('human/institutionForm')}";
|
|
location.href = "{:url('human/institutionForm')}";
|
|
};
|
|
};
|
|
base.toDescribe = () => {
|
|
base.toDescribe = () => {
|
|
- alert('敬请期待');
|
|
|
|
|
|
+ location.href = "{:url('human/describe')}";
|
|
};
|
|
};
|
|
base.toJinjiang = () => {
|
|
base.toJinjiang = () => {
|
|
- alert('敬请期待');
|
|
|
|
|
|
+ location.href = "{:url('human/jinjiang')}";
|
|
};
|
|
};
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+
|
|
return base;
|
|
return base;
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|