


- 戶型5室2廳1衛(wèi)
- 樓層(共1層)
- 面積約257.91平米
- 裝修 毛坯
- 朝向南北
- 建筑年代 2014年
277萬 22834元/㎡
300萬 18188元/㎡
300萬 20862元/㎡
300萬 25210元/㎡
288萬 20426元/㎡
300萬 20983元/㎡
300萬 15421元/㎡
280萬 14089元/㎡
" page.document.write(html); } // 獲取元素距離頁面左邊的距離 var getOffsetLeft = function (obj) { var tmp = obj.offsetLeft; var node = obj.offsetParent; while (node != null) { tmp += node.offsetLeft; node = node.offsetParent; } return tmp; } //獲取元素距離頁面頂部的距離 var getOffsetTop = function (obj) { var tmp = obj.offsetTop; var node = obj.offsetParent; while (node != null) { tmp += node.offsetTop; node = node.offsetParent; } return tmp; } var smallBox = document.querySelector('.mySmallBox') var bigBox = document.querySelector('.MyBigBox') var bigImg = document.querySelector('.MyBigBox>img') var moveBox = document.querySelector('.moveBox') var showbox = document.querySelector('#myShow_img') var MyBigBoxImg = document.querySelector('.MyBigBoxImg') var move = new Fangdajing(smallBox, bigBox, moveBox, bigImg) move.fangda() // 小元素 大元素 遮罩層盒子 比例 function Fangdajing(smallBox, bigBox, moveBox, bigImg) { this.smallBox = smallBox this.bigBox = bigBox this.moveBox = moveBox this.bigImg = bigImg this.moveMax; this.bigBoxMax; Fangdajing.prototype.fangda = function () { //鼠標(biāo)移入顯示 if (smallBox) { smallBox.onmouseover = function (e) { if (e.currentTarget.firstElementChild.src == 'https://szimg.xhj.com/xhj/images/2023-01-09/8a3292b0-b408-40aa-8e8f-a16f62061859.jpg') { smallBox.style.cursor = 'auto' return false; } MyBigBoxImg.src = e.currentTarget.firstElementChild.src moveBox.style.display = 'block' bigBox.style.display = 'block' MyBigBoxImg.style.width = Number(bigBox.offsetWidth) * (Number(showbox.offsetWidth) / Number(moveBox.offsetWidth)) + 'px' MyBigBoxImg.style.height = Number(bigBox.offsetHeight) * (Number(showbox.offsetHeight) / Number(moveBox.offsetHeight)) + 'px' } } //鼠標(biāo)移出消失 smallBox.onmouseout = function () { moveBox.style.display = 'none' bigBox.style.display = 'none' } this.fnMove() } Fangdajing.prototype.fnMove = function () { var _offsetLeft = showbox.onmousemove = function (e) { e = e || window.event var moveBoxX = e.pageX - getOffsetLeft(this) - moveBox.offsetWidth / 2 var moveBoxY = e.pageY - getOffsetTop(this) - moveBox.offsetHeight / 2 moveMax = smallBox.offsetWidth - moveBox.offsetWidth moveMaxY = smallBox.offsetHeight - moveBox.offsetHeight bigBoxMax = bigImg.offsetWidth - bigBox.offsetWidth bigBoxMaxY = bigImg.offsetHeight - bigBox.offsetHeight if (moveBoxX <= 0) { moveBoxX = 0 } else if (moveBoxX >= moveMax) { moveBoxX = moveMax } if (moveBoxY <= 0) { moveBoxY = 0 } else if (moveBoxY >= moveMaxY) { moveBoxY = moveMaxY } var ProportionX = moveBoxX * bigBoxMax / moveMax var ProportionY = moveBoxY * bigBoxMaxY / moveMaxY bigImg.style.left = -ProportionX + 'px' // if(ProportionY>=305){ // ProportionY=305 // } bigImg.style.top = -ProportionY + 'px' moveBox.style.left = moveBoxX + 'px' moveBox.style.top = moveBoxY + 'px' } } } // 相冊點擊 let imgarr = []; let currendIndex = 0; $('#bigimg1').click(function (e) { // let my = $(this).children('.bigimg').children('#bigimg1'); if (e.target.currentSrc == "https://szimg.xhj.com/xhj/images/2023-01-09/8a3292b0-b408-40aa-8e8f-a16f62061859.jpg") { return false; } $('.back_model1').show(); imgarr.push($('.imgList_item img')) $('.imgList_item').addClass('dimback') $('.imgList_item').eq(0).removeClass('dimback') $('.typename11').html('' + imgarr[0][0].dataset.lab + ' ' + parseInt(parseInt(imgarr[0][0].dataset.index) + 1) + '/' + imgarr[0].length) for (let k in imgarr[0]) { console.log(imgarr[0][k].currentSrc) if (imgarr[0][k].currentSrc == e.target.currentSrc) { currendIndex = k $('#myimg').attr('src', e.target.currentSrc); $('.imgList_item').addClass('dimback') $('.imgList_item').eq(k).removeClass('dimback') $('.typename11').html('' + imgarr[0][k].dataset.lab + ' ' + parseInt(parseInt(imgarr[0][k].dataset.index) + 1) + '/' + imgarr[0].length) if (currendIndex >= 10) { $('.imgList1').scrollLeft(currendIndex * 70) } } else { } } }) $('.del').click(function () { $('.imgList1').scrollLeft(0) $('.back_model1').hide(); imgarr = [] }) $('.imgList_item img').click(function (e) { console.log(e) console.log($(this).data("index")) $('.imgList_item').addClass('dimback') $(this).parent().removeClass('dimback') currendIndex = $(this).data("index"); $('.imgList1').scrollLeft(Math.floor(currendIndex / 10) * 700) $('.typename11').html('' + imgarr[0][currendIndex].dataset.lab + ' ' + parseInt(parseInt(imgarr[0][currendIndex].dataset.index) + 1) + '/' + imgarr[0].length) $('#myimg').attr('src', e.target.currentSrc); }) // 點擊右邊 $('.rightnow').click(function () { ++currendIndex // console.log(imgarr[0][currendIndex]) if (currendIndex >= imgarr[0].length) { currendIndex = 0 $('.imgList1').scrollLeft(currendIndex * 50) $('#myimg').attr('src', imgarr[0][currendIndex].currentSrc); $('.imgList_item').addClass('dimback') $('.imgList_item').eq(currendIndex).removeClass('dimback') $('.typename11').html('' + imgarr[0][currendIndex].dataset.lab + ' ' + parseInt(parseInt(imgarr[0][currendIndex].dataset.index) + 1) + '/' + imgarr[0].length) } else { if (currendIndex >= 10 && currendIndex % 10 == 0) { $('.imgList1').scrollLeft(currendIndex * 70) } $('#myimg').attr('src', imgarr[0][currendIndex].currentSrc); $('.imgList_item').addClass('dimback') $('.imgList_item').eq(currendIndex).removeClass('dimback') $('.typename11').html('' + imgarr[0][currendIndex].dataset.lab + ' ' + parseInt(parseInt(imgarr[0][currendIndex].dataset.index) + 1) + '/' + imgarr[0].length) } }) // 點擊左邊 $('.leftnow').click(function () { if (currendIndex % 10 == 0) { console.log('動起來!123') console.log(currendIndex - 10) $('.imgList1').scrollLeft((currendIndex - 10) * 70) } --currendIndex console.log(currendIndex) if (currendIndex < 0) { currendIndex = imgarr[0].length - 1 $('.imgList1').scrollLeft(currendIndex * 50) $('#myimg').attr('src', imgarr[0][currendIndex].currentSrc); $('.imgList_item').addClass('dimback') $('.imgList_item').eq(currendIndex).removeClass('dimback') $('.typename11').html('' + imgarr[0][currendIndex].dataset.lab + ' ' + parseInt(parseInt(imgarr[0][currendIndex].dataset.index) + 1) + '/' + imgarr[0].length) } else { // if( currendIndex % 10 ==0){ // console.log('動起來!123') // console.log(currendIndex-9) // $('.imgList1').scrollLeft((currendIndex-9)*70) // } // $('.imgList1').scrollLeft(currendIndex*50) $('#myimg').attr('src', imgarr[0][currendIndex].currentSrc); $('.imgList_item').addClass('dimback') $('.imgList_item').eq(currendIndex).removeClass('dimback') $('.typename11').html('' + imgarr[0][currendIndex].dataset.lab + ' ' + parseInt(parseInt(imgarr[0][currendIndex].dataset.index) + 1) + '/' + imgarr[0].length) } })
277萬 22834元/㎡
300萬 18188元/㎡
300萬 20862元/㎡
300萬 25210元/㎡
288萬 20426元/㎡
300萬 20983元/㎡
300萬 15421元/㎡
280萬 14089元/㎡
房價走勢
本房源單價
11205.46元/㎡環(huán)比0%
小區(qū)成交均價
11205.46環(huán)比0%
商圈均價
11205.46元/㎡環(huán)比0%
(金科天湖新城) 樓盤問答
重要風(fēng)險提示
本站旨在為廣大用戶提供更豐富的信息,但由于部分信息通過技術(shù)手段生成,部分信息由第三方提供,我們持續(xù)通過技術(shù)和管理手段提升信息的準(zhǔn)確度,但我們無法確保信息的真實性、準(zhǔn)確性和完整性。
1、關(guān)于參考戶型圖
本站呈現(xiàn)的戶型圖為平臺根據(jù)已拍攝的VR內(nèi)容/數(shù)據(jù)繪制而成的非標(biāo)準(zhǔn)的參考戶型圖,其中戶型結(jié)構(gòu)及房屋面積并非按國家標(biāo)準(zhǔn)進(jìn)行的測繪專業(yè)活動取得,我們會持續(xù)改進(jìn)技術(shù),但因為設(shè)備、技術(shù)、攝影師人為操作偏差等原因參考戶型圖與真實現(xiàn)狀一定存在差異,我們無法保障戶型圖準(zhǔn)確性和差異率,戶型圖僅供參考,不應(yīng)作為您交易的決策依據(jù),房屋面積的準(zhǔn)確信息請您與房源業(yè)主核實,并請以產(chǎn)權(quán)證明或您委托的專業(yè)機(jī)構(gòu)測量結(jié)果為準(zhǔn)。
2、關(guān)于房屋裝修情況
本站房源圖片、VR效果圖、視頻等呈現(xiàn)出的房屋裝修情況可能因為拍攝時間、拍攝角度等原因和實際場景存在出入,僅供參考,不應(yīng)作為您交易的決策依據(jù),請以您在看房時房源的實際裝修情況為準(zhǔn)。
3、關(guān)于房屋裝修情況
本站展示的房源信息、交易信息等(包括但不限于房屋面積、所在樓層、房屋朝向、房屋用途、建成年代、建筑結(jié)構(gòu)、供暖方式、抵押信息、交易權(quán)屬)由經(jīng)紀(jì)人提供,僅供參考不應(yīng)作為您交易的決策依據(jù),房源的準(zhǔn)確信息請您與房源業(yè)主核實,并以房本信息、房屋實際情況、您簽訂房屋買賣合同中被露的信息為準(zhǔn)。
4、關(guān)于房屋周邊配套等
房源介紹中的周邊配套、在建設(shè)施、規(guī)劃設(shè)施、地鐵信息、綠化率、得房率等內(nèi)容均系第三方提供,僅供參考不應(yīng)作為您交易的決策依據(jù),房屋周邊配套請您與房源業(yè)主及主管部門核實,并以房本信息、房屋實際情況、您簽訂房屋買賣合同中披露的信息為準(zhǔn)。
5、關(guān)于距離
房源介紹中與距離相關(guān)的數(shù)據(jù)均來源于百度地圖。
免責(zé)聲明:本站旨在為廣大用戶提供更多信息服務(wù),不聲明或保證所提供信息的準(zhǔn)確性和完整性。 頁面所載內(nèi)容及數(shù)據(jù)僅供用戶參考和借鑒,最終以開發(fā)商或者經(jīng)紀(jì)人實際公示數(shù)據(jù)為準(zhǔn), 用戶因參照本站信息進(jìn)行相關(guān)交易所造成的任何后果與本站無關(guān)。如在本站看到有虛假信息或者信息錯誤, 您可以點擊相應(yīng)的舉報按鈕或者撥打舉報電話:4006622117
備注:本站所有涉及面積或者帶有單位“㎡”的信息都是“建筑面積”,所有的售價和均價、月租金等,都是參考價格。
湖南省長沙市芙蓉區(qū)世茂環(huán)球金融中心20、21、29樓
全國服務(wù)監(jiān)督熱線:4006622117
以上戶型圖為象盒找房提供的房源參考圖,其中戶型結(jié)構(gòu)及面積并非按國家專業(yè)測繪活動所得,與真實現(xiàn)狀及產(chǎn)權(quán)證明呈現(xiàn)的面積存在差異,僅供參考,請以產(chǎn)權(quán)證明或?qū)I(yè)機(jī)構(gòu)測量結(jié)果為準(zhǔn)。