|
@@ -97,12 +97,21 @@
|
|
|
}
|
|
|
|
|
|
.floatingButton{
|
|
|
- width: 300px;
|
|
|
- height: 300px;
|
|
|
- border: #333;
|
|
|
-
|
|
|
+ width: 120px;
|
|
|
+ height: 120px;
|
|
|
+ border: 1px solid #fff;
|
|
|
+ line-height: 120px;
|
|
|
+ text-align: center;
|
|
|
+ border-radius: 60px;
|
|
|
+ background: #125DB2;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 16px;
|
|
|
+ position: fixed;
|
|
|
+ z-index: 9999;
|
|
|
+ left: 1700px;
|
|
|
+ top: 600px;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
-
|
|
|
</style>
|
|
|
</head>
|
|
|
<body style="background-color: #fff;">
|
|
@@ -220,7 +229,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 重庆市公共数据开发平台-->
|
|
|
- <div class="floatingButton">公共数据平台</div>
|
|
|
+ <div class="floatingButton" onclick="goGgsjpt()">公共数据平台</div>
|
|
|
</div>
|
|
|
</body>
|
|
|
<script src="js/jquery-3.5.1.min.js" type="text/javascript" charset="utf-8"></script>
|
|
@@ -249,5 +258,8 @@
|
|
|
function goShjz(){
|
|
|
window.open(PATH+"/dataCenter/socialAssistance.html")
|
|
|
}
|
|
|
+ function goGgsjpt(){
|
|
|
+ window.open("https://data.cq.gov.cn/rop/assets")
|
|
|
+ }
|
|
|
</script>
|
|
|
</html>
|