搜尋股票代碼 / 市場行情 🔔
首頁 市場 🏆排行 關注 交易 資產
交易
開盤429.87
最高442.89
最低421.18
成交量3,217,623
市盈率(TTM)66.78
總市值2018.64B

更多股票

搜尋股票代碼 / 市場行情 🔔
首頁 市場 🏆排行 關注 交易 資產
/* ========================================== Delegation Modal Mobile Fix Same behavior as normal trade modal ========================================== */ #delegationModal{ overflow:hidden; } #delegationModal .trade-v2-modal{ max-height:85vh; overflow-y:auto; -webkit-overflow-scrolling:touch; overscroll-behavior:contain; touch-action:pan-y; } @media(max-width:768px){ #delegationModal{ align-items:flex-end !important; } #delegationModal .trade-v2-modal{ width:100% !important; max-height:80vh !important; border-radius:24px 24px 0 0; overflow-y:auto !important; } } /* delegation same as normal trade modal */ html.trade-modal-open, body.trade-modal-open{ overflow:hidden !important; height:100% !important; touch-action:none !important; } #delegationModal{ touch-action:none; } #delegationModal .trade-v2-modal{ touch-action:auto; overflow-y:auto; -webkit-overflow-scrolling:touch; } #delegationModal{ position:fixed !important; top:0; left:0; right:0; bottom:0; width:100%; height:100%; z-index:999999 !important; display:none; } #delegationModal .trade-v2-modal{ position:relative; z-index:1000000; }