登录 log in
动态
DYNAMIC STATE
首页    >   动态   
>   旅游协会|2024台州之美摄影大赛获奖名单公示
HOME    >   DYNAMIC STATE   
>   旅游协会|2024台州之美摄影大赛获奖名单公示
客服
杭州靓猫科技有限公司
1737024039000

旅游协会|2024台州之美摄影大赛获奖名单公示



2024台州之美摄影大赛

获奖名单公示

旅游协会



在这个充满光影魅力的季节里,2024台州学院旅游协会“台州之美”摄影大赛圆满结束!每一位参与者用镜头捕捉了台州的山川湖海、古城新韵,让这座城市的独特魅力跃然纸上,生动展现。

获奖名单

获奖名单如下:




主体赛道佳作欣赏

1

23环工  吴佳霖

椒江二桥,横卧江面,气势恢宏,不仅是连接两岸的重要通道,更是城市发展的璀璨明珠。其设计独特,通行便捷,夜景迷人,是观赏椒江日夜江景,领略椒江之美的绝美之地,值得一游!


2

23产设  陈梦颖

路桥十里长街:古街沿岸,灯火璀璨如繁星坠落人间,柔和的光线在河面上跳跃,与沿岸的红灯笼相互辉映,勾勒出江南水乡特有的温婉轮廓。漫步其间,微风轻拂,水波荡漾,那错落有致的古建筑在光影交错中更显古朴厚重,似在低诉着岁月的悠长故事。

紫阳街:青石板路蜿蜒,两侧古建筑错落,非遗纸伞如斑斓花朵绽于街头巷尾。漫步其间,似入时光隧道,斑驳光影中,纸伞轻旋,传统小吃与特色店铺氤氲着烟火气。于此,领略台州千年风情,尽享岁月的悠然宁静。



仙居赛道佳作欣赏

1

22财管  方侃

《神仙居》

《高迁古村》


2

23旅管  余欣妍

《高迁古村》

《可爱的她》

《晴宇仙居》

《可爱的它》



3

24旅管  毛克杰

《祥和的午后》

《岁月与忠诚》

《群山交响》

《孤勇者》



恭喜所有获奖的同学,期待在未来的日子里,能有更多人以镜头为笔,继续书写台州的故事,传递更多的美好与感动。


-END-



排版|余欣妍

文字|旅游协会

  审核|项民 

出品|台州学院商学院(台州小微金融学院)


台州学院商学院

旅游协会|2024台州之美摄影大赛获奖名单公示



2024台州之美摄影大赛

获奖名单公示

旅游协会



在这个充满光影魅力的季节里,2024台州学院旅游协会“台州之美”摄影大赛圆满结束!每一位参与者用镜头捕捉了台州的山川湖海、古城新韵,让这座城市的独特魅力跃然纸上,生动展现。

获奖名单

获奖名单如下:




主体赛道佳作欣赏

1

23环工  吴佳霖

椒江二桥,横卧江面,气势恢宏,不仅是连接两岸的重要通道,更是城市发展的璀璨明珠。其设计独特,通行便捷,夜景迷人,是观赏椒江日夜江景,领略椒江之美的绝美之地,值得一游!


2

23产设  陈梦颖

路桥十里长街:古街沿岸,灯火璀璨如繁星坠落人间,柔和的光线在河面上跳跃,与沿岸的红灯笼相互辉映,勾勒出江南水乡特有的温婉轮廓。漫步其间,微风轻拂,水波荡漾,那错落有致的古建筑在光影交错中更显古朴厚重,似在低诉着岁月的悠长故事。

紫阳街:青石板路蜿蜒,两侧古建筑错落,非遗纸伞如斑斓花朵绽于街头巷尾。漫步其间,似入时光隧道,斑驳光影中,纸伞轻旋,传统小吃与特色店铺氤氲着烟火气。于此,领略台州千年风情,尽享岁月的悠然宁静。



仙居赛道佳作欣赏

1

22财管  方侃

《神仙居》

《高迁古村》


2

23旅管  余欣妍

《高迁古村》

《可爱的她》

《晴宇仙居》

《可爱的它》



3

24旅管  毛克杰

《祥和的午后》

《岁月与忠诚》

《群山交响》

《孤勇者》



恭喜所有获奖的同学,期待在未来的日子里,能有更多人以镜头为笔,继续书写台州的故事,传递更多的美好与感动。


-END-



排版|余欣妍

文字|旅游协会

  审核|项民 

出品|台州学院商学院(台州小微金融学院)


台州学院商学院
` if(dynamicsTypeOne==1){ if(dynamicsTitleOne){ let textBox = document.createElement('div') textBox.innerHTML = dynamicsTitleOne textBox.style.fontSize = '0.3rem' textBox.style.marginBottom = '0.3rem' textBox.style.textAlign = 'center' document.querySelector('.content').appendChild(textBox) } if(dynamicsCoverOne){ let videoBox = document.createElement('video') videoBox.src = imgHead(dynamicsCoverOne) videoBox.autoplay = true videoBox.loop = true videoBox.controls = true videoBox.style.width = '100%' videoBox.style.marginBottom = '0.2rem' document.querySelector('.content').appendChild(videoBox) } if(dynamicsDetailOne){ //好像是视频封面图 // dynamicsDetailOne = dynamicsDetailOne.split(',') // dynamicsDetailOne.forEach((item,value)=>{ // let imgBox = document.createElement('img') // imgBox.src = imgHead(item) // document.querySelector('.trends_detail_mainBox').appendChild(imgBox) // }) } }else if(dynamicsTypeOne==0) { console.log('00000000000123'); if(dynamicsTitleOne){ let textBox = document.createElement('div') textBox.innerHTML = dynamicsTitleOne textBox.style.fontSize = '0.3rem' textBox.style.marginBottom = '0.3rem' textBox.style.textAlign = 'center' document.querySelector('.content').appendChild(textBox) } if(dynamicsDetailOne){ if(dynamicsTitleOne){ let dynamicsDetail = JSON.parse(dynamicsDetailOne) dynamicsDetail.forEach(item=>{ if(item.type==1){ let textBox = document.createElement('div') textBox.innerHTML = item.value textBox.style.fontSize = '0.3rem' textBox.style.marginBottom = '0.3rem' textBox.style.textAlign = 'center' document.querySelector('.content').appendChild(textBox) } if(item.type==2){ let imgBox = document.createElement('img') imgBox.src = imgHead(item.value) document.querySelector('.content').appendChild(imgBox) } }) }else { let textBox = document.createElement('div') textBox.innerHTML = dynamicsDetailOne textBox.style.fontSize = '0.3rem' textBox.style.marginBottom = '0.3rem' textBox.style.textAlign = 'center' document.querySelector('.content').appendChild(textBox) } } if(dynamicsCoverOne){ dynamicsCoverOne = dynamicsCoverOne.split(',') dynamicsCoverOne.forEach((item,value)=>{ let imgBox = document.createElement('img') imgBox.src = imgHead(item) if(value == dynamicsCoverOne.length-1){ imgBox.style.marginBottom = '0.2rem' } document.querySelector('.content').appendChild(imgBox) }) } }else { if(dynamicsTitleOne && dynamicsTypeOne!=3){ let textBox = document.createElement('div') textBox.innerHTML = dynamicsTitleOne textBox.style.fontSize = '0.3rem' textBox.style.marginBottom = '0.3rem' textBox.style.textAlign = 'center' document.querySelector('.content').appendChild(textBox) } if(dynamicsCoverOne && dynamicsTypeOne!=3){ dynamicsCoverOne = dynamicsCoverOne.split(',') dynamicsCoverOne.forEach((item,value)=>{ let imgBox = document.createElement('img') imgBox.src = imgHead(item) if(value == dynamicsCoverOne.length-1){ imgBox.style.marginBottom = '0.2rem' } document.querySelector('.content').appendChild(imgBox) }) } if(dynamicsDetailOne){ let textBox = document.createElement('div') textBox.innerHTML = dynamicsDetailOne textBox.style.fontSize = '0.2rem' document.querySelector('.content').appendChild(textBox) } } let timeone = $(".middle_right").text() console.log(timeone,'timeone'); // 输出格式化后的日期字符串 if(timeone){ let timestamp = timeone.trim()*1; // 创建一个新的 Date 对象,并将时间戳作为参数传递 const date = new Date(timestamp); // 使用 Date 对象的方法来获取日期和时间 const year = date.getFullYear(); const month = date.getMonth() + 1; // 月份从 0 开始,所以要加 1 const day = date.getDate(); const hours = date.getHours(); const minutes = date.getMinutes(); const seconds = date.getSeconds(); console.log(year,'year'); console.log(month,'month'); console.log(day,'day'); console.log(hours,'hours'); console.log(minutes,'minutes'); console.log(seconds,'seconds'); // 格式化日期输出 const formattedDate = year+'-'+((month<10)?('0'+month):month)+'-'+((day<10)?('0'+day):day)+' '+((hours<10)?('0'+hours):hours)+':'+((minutes<10)?('0'+minutes):minutes); console.log(formattedDate); // 输出格式化后的日期字符串 let timetwo = '发布日期:'+formattedDate $(".middle_right").html(timetwo) }else{ $(".middle_right").html('') }