* { padding: 0; margin: 0; box-sizing: border-box; background: no-repeat 0 0; background-size: 100% auto; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { height: auto; color: #333; background-color: #ffffff; } li { list-style: none; padding: 0.5em 0; width: 100%; } .tableData { width: 100%; overflow: auto; } table { border-collapse: collapse; width: 600px; } table, table tr th, table tr td { white-space: nowrap; } th, td { padding: 0.5em; } .app { font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1em; } .right { text-align: right; } .middle { text-align: center; } p { line-height: 1.6em; word-break: break-all; padding: 0.4em 0; } h3, h4 { padding: 0.6em 0; margin-bottom: 0.5em; } .layout { padding: 1em 4%; letter-spacing: 1px; } .title { font-size: 1.5em; font-weight: 700; margin-bottom: 2em; text-align: center; } .sub_list > * { padding: 0.6em 0; } .red { color: red; } .error-info { text-align: center; margin-top: 30px; }