


- 戶型3室2廳1衛(wèi)
- 樓層(共32層) 高層
- 面積約108.13平米
- 裝修 已裝修
- 朝向南北
- 建筑年代 2013年

象盒客服熱線 綜合經(jīng)紀(jì)人
_
4008819299 轉(zhuǎn) 501888
181.8萬14995元/㎡
180萬13422元/㎡
172萬12028元/㎡
181.8萬18406元/㎡
174萬11442元/㎡
181.5萬11007元/㎡
180萬13559元/㎡
175萬15383元/㎡
" 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) } })
象盒客服熱線 綜合經(jīng)紀(jì)人
_
4008819299 轉(zhuǎn) 501888
181.8萬14995元/㎡
180萬13422元/㎡
172萬12028元/㎡
181.8萬18406元/㎡
174萬11442元/㎡
181.5萬11007元/㎡
180萬13559元/㎡
175萬15383元/㎡
1. 次新小區(qū),雙地鐵,滿五唯一,精致裝修送全套家電,物業(yè)費僅1.78元每平米,配套長塘里小學(xué)。 2. 正地鐵6號線窯嶺站,7號線(已定點)換乘站,長沙三大主干道環(huán)繞:人民路、芙蓉路、韶山路。 3. 小區(qū)對面是湘雅附二醫(yī)院,旁邊是地質(zhì)中學(xué),臨近長郡中學(xué)、雅禮中學(xué)、市一中、長塘里、楓樹山、育英、育才等學(xué)校,均為本部; 4. 我公司成立于2001年,總部位于長沙世茂環(huán)球中心,本人從業(yè)經(jīng)驗12年+,另有小區(qū)兩房、三房、四房及周邊大量房源,購買新房,咨詢房產(chǎn)政策也可以聯(lián)系我。
房東置換,誠心出售,歡迎看房,隨時恭候您的到來。
距離地鐵6號線200米,7號線(待建)200米,2號線1000米 幼兒園:長塘里幼兒園、鴻林幼兒園中小學(xué):湖南省地質(zhì)中學(xué)、雅禮中學(xué)、長郡中學(xué)、長沙市十一中,育英、育才小學(xué),長塘里小學(xué)、麻園灣小學(xué)大學(xué):長沙廣播電視大學(xué)瀏正街校區(qū)商場:家樂福超市、新一佳超市、家潤多超市、悅方IDMALL、王fu井百貨、五一平和堂、黃興步行街醫(yī)院:湘雅附二醫(yī)院、湖南省人民醫(yī)院、市婦幼保健醫(yī)院
4008821799 轉(zhuǎn)
This application has no explicit mapping for /error, so you are seeing this as a fallback.