Files
crypto_monitor/static/embed_order_popup.css
T

44 lines
896 B
CSS

/* 中控弹窗 iframe:仅保留实盘下单表单区 */
body[data-order-popup="1"] {
overflow-x: hidden;
}
body[data-order-popup="1"] .container.embed-order-popup-shell {
max-width: 100%;
padding: 10px 12px 16px;
}
body[data-order-popup="1"] .embed-order-popup-head {
margin-bottom: 8px;
}
body[data-order-popup="1"] .embed-order-popup-head h1 {
font-size: 1rem;
margin: 0;
}
body[data-order-popup="1"] .header-row {
margin-top: 6px;
}
body[data-order-popup="1"] .embed-order-popup-hide {
display: none !important;
}
body[data-order-popup="1"] .order-popup-trade-grid {
display: block;
grid-template-columns: 1fr;
}
body[data-order-popup="1"] .order-popup-form-card {
margin: 0;
}
body[data-order-popup="1"] .order-popup-form-card h2 {
font-size: 0.95rem;
}
body[data-order-popup="1"] .order-popup-form-card > div:first-child span.btn-del {
display: none;
}