|
@@ -82,7 +82,6 @@
|
|
|
<!-- 第二层:中国地理信息平台 -->
|
|
|
<el-card
|
|
|
class="ComprehensiveDisplayMain_ChinaGeographicInformationCenter"
|
|
|
- :style="ChinaGeographicInformationCenterBackgroundIamge()"
|
|
|
>
|
|
|
<!-- 平台介绍内容 -->
|
|
|
<span class="ChinaGeographicInformationCenterTitle userSelect_None" @click="undefinedFunction()">中国地理信息平台</span>
|
|
@@ -170,10 +169,7 @@ export default {
|
|
|
他人将“河北省住房和城乡建设厅”网站提供的内容与服务用于商业、盈利、广告性目的时,需征得河北省住房和城乡建设厅或相关权利人许可,注明作者及文章出处,并依法向权利人支付报酬。</p><p>
|
|
|
使用者将“河北省住房和城乡建设厅”网站提供的内容与服务用于非商业用途时,应遵守著作权法以及其他相关法律的规定,不得侵犯“河北省住房和城乡建设厅”网站及相关权利人的权益。</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"
|
|
|
+未经河北省住房和城乡建设厅授权,任何人不得建立该网站的镜像。</p>`
|
|
|
};
|
|
|
},
|
|
|
computed: {},
|
|
@@ -182,9 +178,6 @@ export default {
|
|
|
Jump(jumpUrl) {
|
|
|
window.open(jumpUrl);
|
|
|
},
|
|
|
- ChinaGeographicInformationCenterBackgroundIamge() {
|
|
|
- return "background-image: url(" + this.ChinaGeographicInformationCenterTitleImageUrl + ");";
|
|
|
- },
|
|
|
undefinedFunction() {
|
|
|
this.$message.info("敬请期待!");
|
|
|
}
|
|
@@ -231,9 +224,9 @@ export default {
|
|
|
width: 100%;
|
|
|
position: absolute;
|
|
|
bottom: 20px;
|
|
|
- background: linear-gradient(90deg,#409eff,#409eff64);
|
|
|
+ background: linear-gradient(90deg, #409eff, #409eff64);
|
|
|
span {
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #ffffff;
|
|
|
margin: 5px 10px;
|
|
|
font-size: 14px;
|
|
|
overflow: hidden;
|
|
@@ -326,6 +319,7 @@ export default {
|
|
|
flex-direction: row-reverse;
|
|
|
align-items: center;
|
|
|
margin: 10px 0px;
|
|
|
+ background-image: url(~@/assets/images/ChinaGeographicInformationCenterTitleImage.png);
|
|
|
.ChinaGeographicInformationCenterTitle {
|
|
|
font-size: 30px;
|
|
|
font-family: Microsoft YaHei;
|