19 lines
247 B
Plaintext
Raw Permalink Normal View History

2025-12-15 18:19:04 +08:00
/* 根节点样式 */
._root {
padding: 1px 0;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}
/* 长按复制 */
._select {
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
}