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

刚刚,崩了!40万人爆仓!

< 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; }
刚刚,崩了!40万人爆仓!
2026年02月01日 08:02 作者
avatar
新浪新闻综合 新浪新闻官方账号
<>.video-2017 .play-video-area img {width: 100%;height: 360px;object-fit: contain;}

  来源:中国新闻周刊

  大家好,2月的第一天,市场再度暴击,黄金、白银之后,加密货币也崩了。

  2月1日凌晨,比特币跌破8万美元关口,整个加密资产跌势加深。其他代币跌幅更大:第二大数字资产以太坊下跌超过10%,Solana跌超11%

  根据CoinGecko数据,过去24小时加密市场总市值蒸发约1110亿美元。市场追踪机构Coinglass数据显示,同期超过40万名投资者,约有25亿美元的多空仓位被爆仓,其中主要集中在比特币和以太坊。

  过去几周里,比特币对一些过去本应利好其价格的市场变化几乎没有反应。1月大部分时间里,随着投资者对特朗普政府政策风险的担忧升温,美元走弱,但这一变化并未有效提振加密市场情绪。

  同样地,黄金创历史新高的那波上涨,并没有让比特币出现明显跟涨;周五黄金白银史诗级崩盘之后,比特币也未能吸引资金流入。与此同时,美国加密行业新的市场结构监管迟迟未落地,也削弱了投资者对数字资产的兴趣。

  缺乏持续买盘,让外界再次质疑比特币在资产配置中的角色。它曾被包装为既能追趋势、又能对冲“货币贬值”的资产,但如今两种功能似乎都难以发挥:现货ETF持续出现资金流出;地缘风险并未激发需求;传统避险资金依然更多流向贵金属与现金。

  比特币价格也可能受到以色列与伊朗紧张关系升温的影响。一分析师称:“目前这些价位显示散户兴趣已经非常极端地低迷。”他补充说,交易量可能还会低迷“再持续一到两个季度”。

  来源:中国基金报

责任编辑:陈建瑞 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 新浪公司 版权所有