新浪新闻客户端
<> .flex { display: flex; justify-content: space-between; align-items: center; padding:10px 0 10px 0; } .qrcode-wrap { flex: 1; padding-top: 20px; margin: 0 0px; flex-wrap: nowrap; overflow-x: auto; display:grid; grid-template-columns:repeat(8,1fr); width:100%; } .qrcode-wrap::-webkit-scrollbar { display: none; /* ChromeSafari */ } .qrcode-wrap .qrcode { background-color: #f5f5f5; text-align: center; display: flex; flex-direction: column; margin-left: 4px; padding: 4px 4px; align-items: center; flex-shrink: 0; cursor: pointer; transition: transform 0.2s ease; border-radius: 4px; } .qrcode-wrap .qrcode:hover { transform: translateY(-2px); box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .qrcode-wrap .qrcode img { width: 100%; margin-bottom: 3px; } .qrcode-wrap .qrcode .name { line-height: 1; overflow: hidden; white-space: nowrap; font-size: 9px; text-overflow: ellipsis; } /* 放大预览模态框样式 */ .qrcode-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; } .modal-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #99999985; backdrop-filter: blur(3px); } .modal-content { position: relative; z-index: 10000; background: white; border-radius: 12px; padding: 25px; max-width: 300px; width: 100%; text-align: center; box-shadow: 0 10px 40px rgba(0000.3); animation: modalSlideIn 0.3s ease-out; } @keyframes modalSlideIn { from { opacity: 0; transform: scale(0.9) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } } .modal-close { position: absolute; top: 10px; right: 15px; font-size: 24px; cursor: pointer; color: #999; width: 24px; height: 24px; line-height: 24px; text-align: center; border-radius: 50%; transition: all 0.2s; z-index: 10001; } .modal-close:hover { background: #f0f0f0; color: #666; } .modal-qrcode { margin-bottom: 15px; } .modal-qrcode img { width: 200px; height: 200px; border-radius: 6px; object-fit: contain; background: #f8f8f8; padding: 10px; box-sizing: border-box; } .modal-title { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 10px; padding: 0 10px; word-break: break-all; } .modal-hint { font-size: 12px; color: #888; margin-top: 15px; padding-top: 10px; border-top: 1px solid #eee; } /* 移动端优化 */ @media (max-width: 480px) { .modal-content { padding: 20px; max-width: 280px; } .modal-qrcode img { width: 180px; height: 180px; } .modal-title { font-size: 14px; } }

TF四代全员主演《我们的少年时代2》海口开机

< type="text/css"> .top-bar-inner .second-title{font-size: 18px;width: 600px;} @media screen and (min-width:768px) and (max-width:1480px){ .top-bar-inner .second-title{width: 400px;} } .avatar-wrap{ position: relative; width: 36px; height: 36px; display: inline-block; top: -10px; padding-left:12px; } .avatar-wrap .avatar-img { border: 1px solid #EEEEEE; overflow: hidden; border-radius: 50%; width: 100%; height: 100%; object-fit: cover; } .avatar-wrap .v-wrap { position: absolute; bottom: -2px; right: -2px; width: 14px; height: 14px; }
TF四代全员主演《我们的少年时代2》海口开机
2026年04月13日 23:54 新浪网 作者
avatar
羊城晚报 《羊城晚报》官方账号
<>.video-2017 .play-video-area img {width: 100%;height: 360px;object-fit: contain;}

  【#TF四代首部电视剧排面拉满#】#TF四代全员担纲剧集主演#TF家族四代成员主演的首部电视剧《我们的少年时代2》自官宣以来热度持续走高,未播先火,展现出极强的市场号召力与粉丝影响力。该剧于2026年2月10日在海南海口正式开机,由@TF家族-张桂源 @TF家族-张函瑞 @TF家族-王橹杰LJW @TF家族-左奇函 @TF家族-陈奕恒Jonathan @TF家族-杨博文YBW @TF家族-陈思罕_SH @TF家族-陈浚铭chen 八位成员全员出演,首次集体担纲剧集主演,标志着他们从练习生向演员身份的重要转型。

  剧情以“篮球+校园乐团”双线叙事为核心,讲述一群少年为挽救濒临解散的篮球社,在废弃仓库中建立融合体育与音乐的梦想基地,共同成长的青春故事。项目延续前作高口碑基础,融合热血竞技与音乐梦想,构建多角少年群像,打破传统双男主模式,覆盖青少年及年轻观众群体,兼具青春励志内核与娱乐属性,市场潜力广阔。(编辑:郑宗敏;审签:谢杨柳)

  

  

  

  

  

  

  

  

  

特别声明:以上文章内容仅代表作者本人观点,不代表新浪网观点或立场。如有关于作品内容、版权或其它问题请于作品发表后的30日内与新浪网联系。
<> .fengniao-container { display: flex; gap: 10px; max-width: 100%; margin-top:20px; } .fengniao-card { flex: 1; border: 1px solid #ECECEC; background-color: #fff; overflow: hidden; } .fengniao-card-image { width: 100%; height: 100px; object-fit: cover; display: block; border-bottom: 1px solid #ECECEC; } .fengniao-card-text { font-family: PingFangSC-Regular; font-size: 15px; color: #666666; letter-spacing: 0.71px; line-height: 23px; text-align: center; } @media screen and (max-width: 1480px) { .fengniao-card-image { height: 65px!important; } }
来自于:广东
<>.article-bottom .btn-icon:hover{background-color: #FF6861;border: 1px solid #FF6861;} 权利保护声明页/Notice to Right Holders
<> @media screen and (min-width:1480px) { .tab-related-wrap .tab_related_app_imglink { background-color:#fff; background-image:url("//n.sinaimg.cn/finance/500/w200h300/20200714/9166-iwhseiu3078640.png"); background-image:-webkit-image-set(url("//n.sinaimg.cn/finance/500/w200h300/20200714/9166-iwhseiu3078640.png") 1xurl("//n.sinaimg.cn/finance/200/w400h600/20200714/cf00-iwhseiu3078766.png") 2x); background-repeat:no-repeat; background-position:0 0; background-size:100% 100%; width:200px; height:300px; display:block; overflow:hidden; line-height:1000px; font-size:0; margin-top:10px; padding:0 } } @media screen and (min-width:768px) and (max-width:1480px) { .tab-related-wrap .tab_related_app_imglink { font-size:16px; color:#323953!important; line-height:56px; background:0 0; min-width:205px; height:56px; margin:0 0 0 20px; display:block } }

举报邮箱:[email protected]

Copyright © 1996-2026 SINA Corporation

All Rights Reserved 新浪公司 版权所有