|
@@ -0,0 +1,478 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <title></title>
|
|
|
+ <!-- 引入 Vue -->
|
|
|
+ <script src="https://unpkg.com/vue@2.6.14/dist/vue.min.js"></script>
|
|
|
+ <!-- 引入样式 -->
|
|
|
+ <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
|
|
|
+ <!-- 引入组件库 -->
|
|
|
+ <script src="https://unpkg.com/element-ui/lib/index.js"></script>
|
|
|
+ <link rel="stylesheet" href="swiper/swiper-bundle.css">
|
|
|
+ <!-- jquery-->
|
|
|
+ <script src="js/jquery-3.5.1.min.js"></script>
|
|
|
+ <script src="js/urljson.js"></script>
|
|
|
+ <style>
|
|
|
+ * {
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ }
|
|
|
+
|
|
|
+ ul {
|
|
|
+ list-style-type: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ li {
|
|
|
+ list-style: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ @font-face {
|
|
|
+ font-family: 'DOUYU';
|
|
|
+ src: url('fonts/DOUYUFONT-2.OTF');
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
+
|
|
|
+ @font-face {
|
|
|
+ font-family: 'Source Han Sans SC';
|
|
|
+ src: url('fonts/MSYHL.TTC');
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
+
|
|
|
+ .backbutton img {
|
|
|
+ margin-right: 0.625rem;
|
|
|
+ }
|
|
|
+
|
|
|
+ #indexcygyy {
|
|
|
+ height: 100vh;
|
|
|
+ background-image: url(images/indexcygyy.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ color: #FFFFFF;
|
|
|
+ padding-top: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content {
|
|
|
+ width: 23vw;
|
|
|
+ /* min-width: 402px; */
|
|
|
+ height: auto;
|
|
|
+ background: rgb(4 20 40 / 50%);
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ left: 64%;
|
|
|
+ top: 15vh;
|
|
|
+ position: absolute;
|
|
|
+ border-radius: 1.525rem;
|
|
|
+ padding: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content>div {
|
|
|
+ margin-top: 2%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .title {
|
|
|
+ color: #FFFFFF;
|
|
|
+ position: absolute;
|
|
|
+ left: 12%;
|
|
|
+ top: 15vh;
|
|
|
+ }
|
|
|
+
|
|
|
+ .subtitle {
|
|
|
+ font-family: DOUYU;
|
|
|
+ font-size: 2.225rem;
|
|
|
+ display: inline-block;
|
|
|
+ padding: 2rem 3rem;
|
|
|
+ background-color: #176ED0;
|
|
|
+ border-radius: .5rem;
|
|
|
+ }
|
|
|
+
|
|
|
+ .mainTitle {
|
|
|
+ border-radius: 0px 60px 0px 0px;
|
|
|
+ font-size: 1.225rem;
|
|
|
+ padding: 2rem 3rem;
|
|
|
+ background-color: rgba(0, 0, 0, .5);
|
|
|
+ text-indent: 2em;
|
|
|
+ width: 32vw;
|
|
|
+ margin-top: 20px;
|
|
|
+ line-height: 36px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .contentList {
|
|
|
+ height: auto;
|
|
|
+ justify-content: space-between;
|
|
|
+ line-height: normal;
|
|
|
+ background-color: transparent;
|
|
|
+ color: #FFFFFF !important;
|
|
|
+ font-size: 1.37rem;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ font-weight: 600;
|
|
|
+ padding: 15px;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .listRight{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ .listRight>img{
|
|
|
+ width: 0.7rem;
|
|
|
+ height: 1.2rem;
|
|
|
+ }
|
|
|
+ .el-collapse-item__content {
|
|
|
+ padding: 0 15px 15px 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .listLeft {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .collapseItem {
|
|
|
+ color: #DFDFDF;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ font-size: 0.9rem;
|
|
|
+ }
|
|
|
+
|
|
|
+ .link {
|
|
|
+ cursor: pointer;
|
|
|
+ width: 50%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .listLeft>img {
|
|
|
+ width: 3rem;
|
|
|
+ height: 3rem;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content>.title {
|
|
|
+ /* margin-top: 1.875rem; */
|
|
|
+ font-family: DOUYU;
|
|
|
+ font-weight: normal;
|
|
|
+ font-size: 1.625rem;
|
|
|
+ color: #FFFFFF;
|
|
|
+ /* line-height: 3rem; */
|
|
|
+ /* text-shadow: 0px 2px 4px rgba(11, 96, 169, 0.25); */
|
|
|
+ background: linear-gradient(0deg, rgba(184, 225, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
|
|
|
+ -webkit-background-clip: text;
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content>.line {
|
|
|
+ width: 37.9375rem;
|
|
|
+ height: 1.125rem;
|
|
|
+ /* margin-bottom: 1.25rem; */
|
|
|
+ }
|
|
|
+
|
|
|
+ .content>.text {
|
|
|
+ width: 95%;
|
|
|
+ min-height: 120px;
|
|
|
+ font-size: 1rem;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 1.875rem;
|
|
|
+ text-indent: 2.5rem;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .dialog{
|
|
|
+ width: 76vw;
|
|
|
+ background: rgba(4, 20, 40, .8);
|
|
|
+ position: absolute;
|
|
|
+ height: 71vh;
|
|
|
+ top: 17vh;
|
|
|
+ left: 12vw;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ /* justify-content: center; */
|
|
|
+ }
|
|
|
+ .close>img{
|
|
|
+ width: 1.1rem;
|
|
|
+ height: 1.1rem;
|
|
|
+ }
|
|
|
+ .dialogHeader{
|
|
|
+ display: flex;
|
|
|
+ padding: 25px 25px;
|
|
|
+ justify-content: space-between;
|
|
|
+ color: #176ED0;
|
|
|
+ font-size: 1.375rem;
|
|
|
+ border-bottom: 1px solid #176ED0;
|
|
|
+ width: calc(100% - 45px);
|
|
|
+ margin: auto;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+ .dialogContent{
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns:1fr 1fr 1fr 1fr;
|
|
|
+ grid-template-rows:1fr 1fr 1fr;
|
|
|
+ grid-row-gap: 20px;
|
|
|
+ grid-column-gap: 20px;
|
|
|
+ padding: 3rem;
|
|
|
+ flex: 1;
|
|
|
+ overflow: auto;
|
|
|
+ }
|
|
|
+ .diaBox{
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+
|
|
|
+.diaBox>img{
|
|
|
+ width: 90%;
|
|
|
+ height: 7.5rem;
|
|
|
+ background-color: #fff;
|
|
|
+ }
|
|
|
+ /* 淡出动画 */
|
|
|
+ .fade-out {
|
|
|
+ animation: fadeOut 1s forwards;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 淡入动画 */
|
|
|
+ .fade-in {
|
|
|
+ animation: fadeIn 1s forwards;
|
|
|
+ }
|
|
|
+
|
|
|
+ @keyframes fadeOut {
|
|
|
+ from {
|
|
|
+ opacity: 0.8;
|
|
|
+ }
|
|
|
+
|
|
|
+ to {
|
|
|
+ opacity: 0.6;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ @keyframes fadeIn {
|
|
|
+ from {
|
|
|
+ opacity: 0.6;
|
|
|
+ }
|
|
|
+
|
|
|
+ to {
|
|
|
+ opacity: 0.8;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ @media screen and (max-width:1600px) {
|
|
|
+
|
|
|
+ html,
|
|
|
+ body {
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ @media screen and (max-width:1400px) {
|
|
|
+
|
|
|
+ html,
|
|
|
+ body {
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ @media screen and (max-width:1300px) {
|
|
|
+
|
|
|
+ html,
|
|
|
+ body {
|
|
|
+ font-size: 10px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div class="" id="indexcygyy" :class="{ 'fade-out': fadeOut, 'fade-in': fadeIn }"
|
|
|
+ :style="{ backgroundImage: 'url(' + backgroundImage + ')' }">
|
|
|
+ <div class="title">
|
|
|
+ <span class="subtitle">{{parkName}}</span>
|
|
|
+ <div class="mainTitle">{{parkDesc?parkDesc:''}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="content">
|
|
|
+ <li class="contentList" @click="golink('tsfw.html?id=1')">
|
|
|
+ <div class="listLeft">
|
|
|
+ <img src="images/tsfw.png" /> 特色服务
|
|
|
+ </div>
|
|
|
+ <div class="listRight">
|
|
|
+ <img src="images/arrowR.png" /></div>
|
|
|
+ </li>
|
|
|
+ <li class="contentList" @click="golink('dqfw.html?id=1')">
|
|
|
+ <div class="listLeft">
|
|
|
+ <img src="images/dqfw.png" /> 党群服务
|
|
|
+ </div>
|
|
|
+ <div class="listRight">
|
|
|
+ <img src="images/arrowR.png" /></div>
|
|
|
+ </li>
|
|
|
+ <li class="contentList" @click="golink('wybdb.html?id=1')">
|
|
|
+ <div class="listLeft">
|
|
|
+ <img src="images/bdbfw.png" /> 帮代办服务
|
|
|
+ </div>
|
|
|
+ <div class="listRight">
|
|
|
+ <img src="images/arrowR.png" /></div>
|
|
|
+ </li>
|
|
|
+ <li class="contentList" @click="golink('tdcrlist.html?id=1',1)">
|
|
|
+ <div class="listLeft">
|
|
|
+ <img src="images/tdcrfw.png" /> 土地出让服务
|
|
|
+ </div>
|
|
|
+ <div class="listRight">
|
|
|
+ <img src="images/arrowR.png" /></div>
|
|
|
+ </li>
|
|
|
+ <li class="contentList" @click="golink('ztcrlist.html?id=1',2)">
|
|
|
+ <div class="listLeft">
|
|
|
+ <img src="images/ztfw_index.png" /> 载体服务
|
|
|
+ </div>
|
|
|
+ <div class="listRight">
|
|
|
+ <img src="images/arrowR.png" /></div>
|
|
|
+</li>
|
|
|
+<li class="contentList" @click="dialogVisible=!dialogVisible">
|
|
|
+ <div class="listLeft">
|
|
|
+ <img src="images/mxqy.png" /> 明星企业
|
|
|
+ </div>
|
|
|
+ <div class="listRight">
|
|
|
+ <img src="images/arrowR.png" /></div>
|
|
|
+</li>
|
|
|
+ </div>
|
|
|
+ <div v-if="dialogVisible" class="dialog">
|
|
|
+ <div class="dialogHeader">
|
|
|
+ <div class="dialogTitle">明星企业</div>
|
|
|
+ <div class="close" @click="dialogVisible=!dialogVisible">
|
|
|
+ <img src="images/close.png" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="dialogContent">
|
|
|
+ <div class="diaBox" v-for="(item,index) in mxqyList" @click="item.link?window.open(item.link):''">
|
|
|
+ <img :src="item.logo" alt="">
|
|
|
+ <div>{{item.title}}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</body>
|
|
|
+<script>
|
|
|
+ // 初始化Vue实例
|
|
|
+ new Vue({
|
|
|
+ el: '#indexcygyy',
|
|
|
+ data: function () {
|
|
|
+ return {
|
|
|
+ reqPtah: '',
|
|
|
+ currentTab: -1,
|
|
|
+ contentList: [],
|
|
|
+ currentTitle: '',
|
|
|
+ parkDesc: '',
|
|
|
+ parkName:'',
|
|
|
+ mxqyList: [],
|
|
|
+ backgroundImage: 'images/yqgkBg.png',
|
|
|
+ fadeOut: false,
|
|
|
+ fadeIn: false,
|
|
|
+ id:null,
|
|
|
+ dialogVisible:false
|
|
|
+ };
|
|
|
+ },
|
|
|
+ watch:{
|
|
|
+ dialogVisible:{
|
|
|
+ handler(val){
|
|
|
+ if(val){
|
|
|
+ this.getDetail(this.id)
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ mounted() {
|
|
|
+ const url = new URL(window.location.href);
|
|
|
+ this.id = url.searchParams.get('id');
|
|
|
+ this.getJBQK(this.id)
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ goIndex() {
|
|
|
+ window.location.href = "indexsyyg.html"
|
|
|
+ },
|
|
|
+ back() {
|
|
|
+ window.location.href = "indexsyyg.html"
|
|
|
+ },
|
|
|
+ getDetail(id) {
|
|
|
+ let that = this;
|
|
|
+ $.ajax({
|
|
|
+ url: conpath + "/parkData/details/" + id,
|
|
|
+ type: "get",
|
|
|
+ dataType: "json",
|
|
|
+ success: function (data) {
|
|
|
+ that.mxqyList = data.filter(item => item.moduleType === "3");
|
|
|
+ }
|
|
|
+ });
|
|
|
+ },
|
|
|
+ golink(hrf,val) {
|
|
|
+ if(!val){
|
|
|
+ window.location.href = hrf;
|
|
|
+ }else{
|
|
|
+ if(val===1){
|
|
|
+ let that = this;
|
|
|
+ $.ajax({
|
|
|
+ url: conpath + "/sellLand",
|
|
|
+ type: "post",
|
|
|
+ contentType: 'application/json',
|
|
|
+ data: JSON.stringify({
|
|
|
+ "currentPage": 1,
|
|
|
+ "pageSize": 10000,
|
|
|
+ "parkId": that.id,
|
|
|
+ "keyword": ''
|
|
|
+ }),
|
|
|
+ dataType: "json",
|
|
|
+ success: function (data) {
|
|
|
+ let dataList = data.list;
|
|
|
+ that.contentList = dataList;
|
|
|
+ if(that.contentList&&!that.contentList.length){
|
|
|
+ that.$message.warning('暂无土地出让数据!');
|
|
|
+ }else{
|
|
|
+ window.location.href = hrf;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }else{
|
|
|
+ let that = this;
|
|
|
+ $.ajax({
|
|
|
+ url: conpath + "/sellBuild",
|
|
|
+ type: "post",
|
|
|
+ contentType: 'application/json',
|
|
|
+ data: JSON.stringify({
|
|
|
+ "currentPage": 1,
|
|
|
+ "pageSize": 10000,
|
|
|
+ "parkId": that.id,
|
|
|
+ "space1": null,
|
|
|
+ "application": null
|
|
|
+ }),
|
|
|
+ dataType: "json",
|
|
|
+ success: function (data) {
|
|
|
+ let dataList = data.list;
|
|
|
+ const contentList = dataList;
|
|
|
+ if(contentList&&!contentList.length){
|
|
|
+ that.$message.warning('暂无载体服务数据!');
|
|
|
+ }else{
|
|
|
+ window.location.href = hrf;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ getJBQK(id) {
|
|
|
+ let that = this;
|
|
|
+ $.ajax({
|
|
|
+ url: conpath + "/parkData/" + id,
|
|
|
+ type: "get",
|
|
|
+ dataType: "json",
|
|
|
+ success: function (data) {
|
|
|
+ that.parkDesc = data.desc;
|
|
|
+ that.parkName=data.title
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
+ }
|
|
|
+ });
|
|
|
+</script>
|
|
|
+
|
|
|
+</html>
|