


- 戶型2室2廳1衛
- 樓層(共32層) 高層
- 面積約96.22平米
- 裝修 已裝修
- 朝向南北
- 建筑年代 2012年
70萬 7463元/㎡
69萬 6442元/㎡
72萬 8302元/㎡
70.8萬 7879元/㎡
66.8萬 7675元/㎡
69.5萬 7637元/㎡
72萬 5544元/㎡
71.69萬 6975元/㎡
" 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 () { //鼠標移入顯示 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' } //鼠標移出消失 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) } })
70萬 7463元/㎡
69萬 6442元/㎡
72萬 8302元/㎡
70.8萬 7879元/㎡
66.8萬 7675元/㎡
69.5萬 7637元/㎡
72萬 5544元/㎡
71.69萬 6975元/㎡
房價走勢
本房源單價
7171.07元/㎡環比↑44.14%
小區成交均價
7199.7環比↓18.34%
商圈均價
9477.98元/㎡環比↑0.54%
(銻都家園) 樓盤問答
重要風險提示
本站旨在為廣大用戶提供更豐富的信息,但由于部分信息通過技術手段生成,部分信息由第三方提供,我們持續通過技術和管理手段提升信息的準確度,但我們無法確保信息的真實性、準確性和完整性。
1、關于參考戶型圖
本站呈現的戶型圖為平臺根據已拍攝的VR內容/數據繪制而成的非標準的參考戶型圖,其中戶型結構及房屋面積并非按國家標準進行的測繪專業活動取得,我們會持續改進技術,但因為設備、技術、攝影師人為操作偏差等原因參考戶型圖與真實現狀一定存在差異,我們無法保障戶型圖準確性和差異率,戶型圖僅供參考,不應作為您交易的決策依據,房屋面積的準確信息請您與房源業主核實,并請以產權證明或您委托的專業機構測量結果為準。
2、關于房屋裝修情況
本站房源圖片、VR效果圖、視頻等呈現出的房屋裝修情況可能因為拍攝時間、拍攝角度等原因和實際場景存在出入,僅供參考,不應作為您交易的決策依據,請以您在看房時房源的實際裝修情況為準。
3、關于房屋裝修情況
本站展示的房源信息、交易信息等(包括但不限于房屋面積、所在樓層、房屋朝向、房屋用途、建成年代、建筑結構、供暖方式、抵押信息、交易權屬)由經紀人提供,僅供參考不應作為您交易的決策依據,房源的準確信息請您與房源業主核實,并以房本信息、房屋實際情況、您簽訂房屋買賣合同中被露的信息為準。
4、關于房屋周邊配套等
房源介紹中的周邊配套、在建設施、規劃設施、地鐵信息、綠化率、得房率等內容均系第三方提供,僅供參考不應作為您交易的決策依據,房屋周邊配套請您與房源業主及主管部門核實,并以房本信息、房屋實際情況、您簽訂房屋買賣合同中披露的信息為準。
5、關于距離
房源介紹中與距離相關的數據均來源于百度地圖。
免責聲明:本站旨在為廣大用戶提供更多信息服務,不聲明或保證所提供信息的準確性和完整性。 頁面所載內容及數據僅供用戶參考和借鑒,最終以開發商或者經紀人實際公示數據為準, 用戶因參照本站信息進行相關交易所造成的任何后果與本站無關。如在本站看到有虛假信息或者信息錯誤, 您可以點擊相應的舉報按鈕或者撥打舉報電話:4006622117
備注:本站所有涉及面積或者帶有單位“㎡”的信息都是“建筑面積”,所有的售價和均價、月租金等,都是參考價格。
湖南省長沙市芙蓉區世茂環球金融中心20、21、29樓
全國服務監督熱線:4006622117
以上戶型圖為象盒找房提供的房源參考圖,其中戶型結構及面積并非按國家專業測繪活動所得,與真實現狀及產權證明呈現的面積存在差異,僅供參考,請以產權證明或專業機構測量結果為準。