|
@@ -80,7 +80,7 @@
|
|
|
:style="ChinaGeographicInformationCenterBackgroundIamge()"
|
|
|
>
|
|
|
<!-- 平台介绍内容 -->
|
|
|
- <span class="ChinaGeographicInformationCenterTitle userSelect_None" @click="undefindFunction()">中国地理信息平台</span>
|
|
|
+ <span class="ChinaGeographicInformationCenterTitle userSelect_None" @click="undefinedFunction()">中国地理信息平台</span>
|
|
|
</el-card>
|
|
|
<!-- 第三层:服务中心 -->
|
|
|
<el-card class="ComprehensiveDisplayMain_ServiceCenter">
|
|
@@ -91,9 +91,9 @@
|
|
|
</div>
|
|
|
<!-- 服务中心主题 -->
|
|
|
<div class="ServiceCenter_main userSelect_None">
|
|
|
- <div @click="undefindFunction()"><i class="el-icon-s-operation" style="margin-right: 47px"></i>数据管理</div>
|
|
|
- <div @click="undefindFunction()"><i class="el-icon-s-promotion" style="margin-right: 47px"></i>专题发布</div>
|
|
|
- <div @click="undefindFunction()"><i class="el-icon-data-line" style="margin-right: 47px"></i>数据可视化</div>
|
|
|
+ <div @click="undefinedFunction()"><i class="el-icon-s-operation" style="margin-right: 47px"></i>数据管理</div>
|
|
|
+ <div @click="undefinedFunction()"><i class="el-icon-s-promotion" style="margin-right: 47px"></i>专题发布</div>
|
|
|
+ <div @click="undefinedFunction()"><i class="el-icon-data-line" style="margin-right: 47px"></i>数据可视化</div>
|
|
|
</div>
|
|
|
</el-card>
|
|
|
</div>
|
|
@@ -161,6 +161,7 @@ export default {
|
|
|
使用者将“河北省住房和城乡建设厅”网站提供的内容与服务用于非商业用途时,应遵守著作权法以及其他相关法律的规定,不得侵犯“河北省住房和城乡建设厅”网站及相关权利人的权益。</p><p>
|
|
|
凡作者或权利人声明不得转载的文章或图片,任何单位及个人不得转载。</p><p>
|
|
|
未经河北省住房和城乡建设厅授权,任何人不得建立该网站的镜像。</p>`,
|
|
|
+ // 中国地理信息平台背景URL
|
|
|
ChinaGeographicInformationCenterTitleImageUrl:
|
|
|
"https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fpic4.zhimg.com%2Fv2-2240dce589ef3df6b21fe8792135e5bf_1200x500.jpg&refer=http%3A%2F%2Fpic4.zhimg.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1656253614&t=9478020c9c8c6a715fbdd8f49ef26288"
|
|
|
};
|
|
@@ -174,7 +175,7 @@ export default {
|
|
|
ChinaGeographicInformationCenterBackgroundIamge() {
|
|
|
return "background-image: url(" + this.ChinaGeographicInformationCenterTitleImageUrl + ");";
|
|
|
},
|
|
|
- undefindFunction() {
|
|
|
+ undefinedFunction() {
|
|
|
this.$message.info("敬请期待!");
|
|
|
}
|
|
|
}
|
|
@@ -303,7 +304,7 @@ export default {
|
|
|
font-size: 30px;
|
|
|
font-family: Microsoft YaHei;
|
|
|
font-weight: bold;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #ffffff;
|
|
|
line-height: 40px;
|
|
|
text-shadow: 2px 2px 5px #000, 2px 2px 10px white;
|
|
|
transition: all 0.3s;
|
|
@@ -355,7 +356,7 @@ export default {
|
|
|
margin-right: 19px;
|
|
|
}
|
|
|
// 卡片头部样式
|
|
|
- /deep/ .el-card__header{
|
|
|
+ /deep/ .el-card__header {
|
|
|
padding: 15px 20px !important;
|
|
|
}
|
|
|
.clearfix {
|