| @@ -20,7 +20,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -1,5 +1,5 @@ | |||
| .main{ | |||
| background: url("../../images/bigData_bg.png") no-repeat center; | |||
| background: #000426 url("../../images/bigData_bg2.png") no-repeat center; | |||
| background-size: 100% 100%; | |||
| width: 100vw; | |||
| height: 100vh; | |||
| @@ -205,6 +205,185 @@ select{ | |||
| color: #ffffff!important; | |||
| } | |||
| .topTit_content{ | |||
| width: 98%; | |||
| border: 1px solid #0071ff; | |||
| margin: 2vh auto 0; | |||
| display: flex; | |||
| justify-content: space-between; | |||
| align-items: center; | |||
| } | |||
| .topTit_content_left{ | |||
| display: flex; | |||
| justify-content: space-between; | |||
| width: 60%; | |||
| align-items: center; | |||
| } | |||
| .topTit_content_left p:first-child{ | |||
| color: #9cc8ff; | |||
| background-image: linear-gradient(#001f7c,#003686,#001f7c); | |||
| padding: 2vh .7vw; | |||
| } | |||
| .topTit_content_left p:nth-child(2){ | |||
| color: #ffa90b; | |||
| font-size: 3vh; | |||
| width: 70%; | |||
| text-align: center; | |||
| } | |||
| .topTit_content_left p:nth-child(3){ | |||
| color: #00144e; | |||
| background: #21d2ea; | |||
| padding: .5vh 1vw; | |||
| border-radius: 5px; | |||
| } | |||
| .topTit_content_center{ | |||
| width: 19%; | |||
| border-left: 1px solid #0071ff; | |||
| text-align: center; | |||
| } | |||
| .topTit_content_center p{ | |||
| color: #9cc8ff; | |||
| } | |||
| .topTit_content_center p:nth-child(2){ | |||
| color: #ffa90b; | |||
| } | |||
| .topTit_content_center p:nth-child(2) span{ | |||
| font-size: 5vh; | |||
| font-weight: bold; | |||
| } | |||
| .content_box{ | |||
| display: flex; | |||
| width: 98%; | |||
| margin: 1vw auto 0; | |||
| justify-content: space-between; | |||
| } | |||
| .content_box_right{ | |||
| border: 1px solid #0071ff; | |||
| width: 38%; | |||
| } | |||
| .content_box_right_tit{ | |||
| background: #133194; | |||
| padding: 1vh 2vw; | |||
| color: #21d3ed; | |||
| font-weight: bold; | |||
| margin-top: 1vh; | |||
| } | |||
| .content_box_right_titBox{ | |||
| background: #133194; | |||
| padding: 1vh 2vw; | |||
| color: #21d3ed; | |||
| font-weight: bold; | |||
| margin-top: 1vh; | |||
| display: flex; | |||
| justify-content: space-between; | |||
| } | |||
| .content_box_right_titBox_check{ | |||
| display: flex; | |||
| align-items: center; | |||
| color: #ffa90b; | |||
| } | |||
| .content_box_right_tit span{ | |||
| } | |||
| .content_box_right_tit2{ | |||
| color: #dddddd; | |||
| text-align: center; | |||
| font-weight: bold; | |||
| margin: 2vh 0; | |||
| } | |||
| .content_box_right_time{ | |||
| color: #dddddd; | |||
| text-align: center; | |||
| margin-bottom: 2vh; | |||
| } | |||
| .content_box_right_time span{ | |||
| color: #ffa90b; | |||
| font-weight: bold; | |||
| font-size: 3vh; | |||
| background: #133194; | |||
| padding: 1vh .5vw; | |||
| margin-right: .3vw; | |||
| } | |||
| .content_box_right_money{ | |||
| display: flex; | |||
| text-align: center; | |||
| padding: 0 2vw; | |||
| justify-content: space-between; | |||
| margin-bottom: 2vh; | |||
| } | |||
| .content_box_right_money div{ | |||
| background: rgba(0,48,134,0.6); | |||
| width: 48%; | |||
| padding: 2vh 0 1vh; | |||
| border-radius: 5px; | |||
| } | |||
| .content_box_right_num{ | |||
| text-align: center; | |||
| background: rgba(0,48,134,0.6); | |||
| padding: 2vh 0 1vh; | |||
| border-radius: 5px; | |||
| width: calc(100% - 4vw); | |||
| margin: 0 auto; | |||
| } | |||
| .content_box_right_num p{ | |||
| color: #dddddd; | |||
| } | |||
| .content_box_right_num p:last-child{ | |||
| color: #25e8ff; | |||
| font-weight: bold; | |||
| font-size: 2.5vh; | |||
| } | |||
| .content_box_right_money p{ | |||
| color: #dddddd; | |||
| } | |||
| .content_box_right_money p:last-child{ | |||
| color: #ffa90b; | |||
| font-weight: bold; | |||
| font-size: 2.5vh; | |||
| } | |||
| .ruleTable{ | |||
| width: calc(100% - 4vw); | |||
| margin: 0 auto; | |||
| margin-top: 1vh; | |||
| } | |||
| .ruleTable tr td{ | |||
| padding: 1vh 0; | |||
| } | |||
| .ruleTable tr td:nth-child(odd){ | |||
| color: #9cc8ff; | |||
| } | |||
| .ruleTable tr td:nth-child(even){ | |||
| color: #ffffff; | |||
| } | |||
| @keyframes horizontalAnmia1 { | |||
| 0% { | |||
| opacity: 1; | |||
| @@ -24,7 +24,26 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -56,7 +56,27 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -26,7 +26,27 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -26,7 +26,27 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -26,7 +26,27 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -26,7 +26,27 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -110,7 +110,26 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -63,7 +63,26 @@ define(['jquery', "template", "Tools", "demandApi", "paging", 'swiper'], functio | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -42,7 +42,26 @@ define(['jquery', "template", "Tools", "demandApi", "paging","user", 'swiper'], | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -203,8 +203,28 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -215,6 +235,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
| }) | |||
| } | |||
| } | |||
| //焦点图数据 | |||
| @@ -324,7 +345,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
| //标的物所在地 | |||
| module.deptLocation = function (data) { | |||
| console.log(data) | |||
| //console.log(data) | |||
| if (data.code == 200) { | |||
| var content = data.data ; | |||
| var contentList = []; | |||
| @@ -448,9 +469,9 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
| for (let i = 0 ; i < 5 ; i++){ | |||
| console.log(content[i]) | |||
| //console.log(content[i]) | |||
| if (content[i]==undefined){ | |||
| console.log('aaaaaaaaaa') | |||
| //console.log('aaaaaaaaaa') | |||
| module.data.collectiveAssetsList.push({ | |||
| id :'', | |||
| projectName :'', | |||
| @@ -655,7 +676,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
| focusListNext.push({img:serverApi+imgStrs,title:data.data[i].projectName,id:data.data[i].id}) | |||
| } | |||
| } | |||
| console.log(data) | |||
| //console.log(data) | |||
| module.data.focusListNext = focusListNext; | |||
| var bannerFocusBottomData = template('bannerFocusBottomData', module.data); | |||
| $("#bannerFocusNextContent").html(bannerFocusBottomData); | |||
| @@ -699,7 +720,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
| var newTop = oldTop + 1; | |||
| divScroll.scrollTop = newTop; | |||
| var counst = divScroll.scrollHeight - divScroll.scrollTop - divScroll.clientHeight; | |||
| console.log(counst) | |||
| //console.log(counst) | |||
| if (2 > counst) { | |||
| divScroll.scrollTop = 0; | |||
| } | |||
| @@ -50,7 +50,26 @@ define(['jquery', "template", "Tools", "interactApi", "paging", 'swiper'], funct | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -31,7 +31,26 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -46,7 +46,26 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -143,7 +143,26 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -24,7 +24,26 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'swiper'], function | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -41,7 +41,26 @@ define(['jquery', "template", "Tools", "newApi", "paging", 'swiper'], function ( | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -28,7 +28,26 @@ define(['jquery', "template", "Tools", "newApi", 'swiper'], function ($, templat | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -61,7 +61,26 @@ define(['jquery', "template", "Tools", "policyApi", "paging", 'swiper'], functio | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -39,7 +39,26 @@ define(['jquery', "template", "Tools", "newApi", 'swiper'], function ($, templat | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -68,7 +68,26 @@ define(['jquery', "template", "Tools", "user", "paging","cupload","kindeditor", | |||
| //焦点图数据 | |||
| module.focusNewsTop = function (data) { | |||
| if (data.code == 200) { | |||
| module.data.focusListTop = data.data; | |||
| let focusArray = []; | |||
| if(data.data.length<1){ | |||
| focusArray.push({ | |||
| picUrl:'../../../static/images/banner1.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner2.png' | |||
| },{ | |||
| picUrl:'../../../static/images/banner3.png' | |||
| }) | |||
| }else{ | |||
| data.data.forEach(res=>{ | |||
| focusArray.push({ | |||
| picUrl:'/api'+res.picUrl | |||
| }) | |||
| }) | |||
| } | |||
| module.data.focusListTop = focusArray; | |||
| var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
| $("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
| @@ -23,7 +23,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -20,7 +20,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -20,7 +20,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -20,7 +20,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -20,7 +20,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -20,7 +20,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -0,0 +1,170 @@ | |||
| <!DOCTYPE html | |||
| PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||
| <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN"> | |||
| <head> | |||
| <meta charset="utf-8"> | |||
| <title>农燊高科-新闻列表</title> | |||
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
| <meta name="keywords" content="" /> | |||
| <meta name="description" cxontent="" /> | |||
| <link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||
| <link href="../../static/css/bidding/biddingBigData.css" rel="stylesheet" type="text/css" /> | |||
| <link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||
| </head> | |||
| <body> | |||
| <div class="main" id="page"> | |||
| <div id="userLogin" style="display: none;"></div> | |||
| <div id="userInfo" style="display: none;"></div> | |||
| <div class="head"> | |||
| <div class="head_bg"></div> | |||
| <p class="head_tit">线上竞价交易动态</p> | |||
| <div class="horizontal"> | |||
| <div class="axis anmia1"></div> | |||
| <div class="axis anmia2"></div> | |||
| <div class="axis anmia3"></div> | |||
| </div> | |||
| <div class="horizontal1"> | |||
| <div class="axis1 anmia1"></div> | |||
| <div class="axis1 anmia2"></div> | |||
| <div class="axis1 anmia3"></div> | |||
| </div> | |||
| <img src="../../static/images/bigData_logo.png" alt="" class="logoData"> | |||
| <div class="time"> | |||
| <div>2023.03.20</div> | |||
| <div>13:44:00</div> | |||
| <img src="../../static/images/home.png" alt=""> | |||
| </div> | |||
| </div> | |||
| <div class="topTit_content"> | |||
| <div class="topTit_content_left"> | |||
| <p>当<br/>前<br/>项<br/>目</p> | |||
| <p>平度市田庄镇拥有的南京路13-5平度市田庄镇拥有的南京路13-5号106户商铺出租项目</p> | |||
| <p>终止项目</p> | |||
| </div> | |||
| <div class="topTit_content_center" style="margin-left: auto;"> | |||
| <p>当前项目有效报名人数</p> | |||
| <p><span>9</span>人</p> | |||
| </div> | |||
| <div class="topTit_content_center"> | |||
| <p>已参与出价人数</p> | |||
| <p><span>9</span>人</p> | |||
| </div> | |||
| </div> | |||
| <div class="content_box"> | |||
| <div class="bidding" style="width: 61%;margin: 0;border: 1px solid #0071ff;"> | |||
| <div class="content_box_right_titBox" style="margin-bottom: 1vh;"> | |||
| <p>实时出价记录</p> | |||
| <p class="content_box_right_titBox_check"><input type="checkbox"/>显示出价人姓名、联系电话</p> | |||
| </div> | |||
| <table width="100%" class="tableHead" style="table-layout: fixed;" > | |||
| <tr> | |||
| <td>状态</td> | |||
| <td>出价人</td> | |||
| <td>联系电话</td> | |||
| <td>出价编号</td> | |||
| <td>出价(元)</td> | |||
| <td>出价时间</td> | |||
| </tr> | |||
| </table> | |||
| <div class="tableList" id="tableList" style="height: calc(100vh - 130px - 27vh)!important"> | |||
| <table width="100%;" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> | |||
| <tr class="notStart-row"> | |||
| <td>进行中</td> | |||
| <td>张三</td> | |||
| <td>15314031111</td> | |||
| <td>006510009</td> | |||
| <td>16,316,535.00</td> | |||
| <td>2023.05.03</td> | |||
| </tr> | |||
| <tr class="notStart-row"> | |||
| <td>进行中</td> | |||
| <td>张三</td> | |||
| <td>15314031111</td> | |||
| <td>006510009</td> | |||
| <td>16,316,535.00</td> | |||
| <td>2023.05.03</td> | |||
| </tr> | |||
| </table> | |||
| </div> | |||
| </div> | |||
| <div class="content_box_right"> | |||
| <p class="content_box_right_tit">服务器时间:2303-03-30 14:17:29</p> | |||
| <p class="content_box_right_tit2">距结束还有</p> | |||
| <p class="content_box_right_time"> | |||
| <span>0</span> | |||
| <span>0</span> | |||
| <span>0</span>天 | |||
| <span>0</span> | |||
| <span>0</span>时 | |||
| <span>0</span> | |||
| <span>0</span>分 | |||
| <span>0</span> | |||
| <span>0</span>秒 | |||
| </p> | |||
| <div class="content_box_right_money"> | |||
| <div> | |||
| <p>底价</p> | |||
| <img src="../../static/images/tt_border.png" alt=""> | |||
| <p>345,113.00</p> | |||
| </div> | |||
| <div> | |||
| <p>目前最低出价</p> | |||
| <img src="../../static/images/tt_border.png" alt=""> | |||
| <p>345,113.00</p> | |||
| </div> | |||
| </div> | |||
| <div class="content_box_right_num"> | |||
| <p>当前最新出价人编号</p> | |||
| <img src="../../static/images/tt_border.png" alt=""> | |||
| <p>345,113.00</p> | |||
| </div> | |||
| <p class="content_box_right_tit">竞价规则</p> | |||
| <table width="100%;" cellpadding="0" cellspacing="0" class="ruleTable"> | |||
| <tr> | |||
| <td>竞价类型:</td> | |||
| <td>反向在线自由竞价</td> | |||
| <td>减价幅度:</td> | |||
| <td>100元</td> | |||
| </tr> | |||
| <tr> | |||
| <td>最低限价:</td> | |||
| <td>3232,33,22.00元</td> | |||
| <td>出价延时:</td> | |||
| <td>20秒/次</td> | |||
| </tr> | |||
| <tr> | |||
| <td>已延时次数:</td> | |||
| <td>0次</td> | |||
| <td>最高限价:</td> | |||
| <td>3232,33,22.00元</td> | |||
| </tr> | |||
| <tr> | |||
| <td>自由竞价期:</td> | |||
| <td colspan="3">2023-03-15 14:00:00 — 2023-03-15 15:00:00</td> | |||
| </tr> | |||
| </table> | |||
| </div> | |||
| </div> | |||
| </div> | |||
| </body> | |||
| <!--target-module="./static/js/project/index.js"--> | |||
| <!--<script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page"--> | |||
| <!-- target-module="../../static/js/project/bidding/biddingBigData.js" defer type="text/javascript"></script>--> | |||
| </html> | |||
| @@ -23,7 +23,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -21,7 +21,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -21,7 +21,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -21,7 +21,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -20,7 +20,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -26,7 +26,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -25,7 +25,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -20,7 +20,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -20,7 +20,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -21,7 +21,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -23,7 +23,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -20,7 +20,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -23,7 +23,7 @@ | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||