新浪新闻客户端
<> .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; } }

日本大选结果公布,高市早苗深夜感谢,特朗普表态

< 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; }
日本大选结果公布,高市早苗深夜感谢,特朗普表态
2026年02月09日 10:05 作者
avatar
新浪新闻综合新浪新闻官方账号
<>.video-2017 .play-video-area img {width: 100%;height: 360px;object-fit: contain;}

  来源:大河报

  据日本放送协会(NHK)2月9日报道,在8日举行的日本众议院选举中,日本首相高市早苗所在的自民党和日本维新会组成的执政联盟获得过半数议席。

  高市早苗深夜在X平台上用日、英双语发文,对美国总统特朗普早前的发声表示感谢。她说,“我衷心感谢总统特朗普的热情致辞,并期待着今年春天访问白宫。我将继续与特朗普总统共同努力,进一步巩固日美同盟。”

  高市认为,日美的同盟关系与友谊是建立在深厚信任及强固合作基础之上的,因此其潜力“无穷无尽”。她最后补充道:“让我们携手合作,确保我们的同盟继续为两国乃至更广泛地区带来和平与繁荣。”

  特朗普表态

  美国总统特朗普当地时间2月8日在社交媒体“真相社交”发文说,祝贺高市早苗及其执政联盟在这场至关重要的选举中取得压倒性胜利。

  特朗普还说,高市早苗大胆而明智的提前大选决定取得了巨大成功。“她的政党现在掌控着国会,拥有历史性的三分之二绝对多数席位——这是自二战以来的首次。”

  当地时间2月5日,特朗普在“真实社交”发帖称,表示“完全且全面支持”日本首相高市早苗及自民党与日本维新会的执政联盟,并宣布了高市早苗将于3月19日访美的消息。日经新闻等多家日媒评价称,在日本众议院选举即将进行投票和开票之际,美国总统明确支持特定政党,这是前所未有的。

点击进入专题:
高市早苗赢得众议院选举

责任编辑:陈建瑞 SN243

<> .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; } }
<> @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 新浪公司 版权所有