*{ margin: 0; padding: 0; } html,body{ margin: 0px; padding: 0; overflow-y: hidden; background: #c2ccd0e5; } body{ width: 100vw; height: 100vh; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; } /*火狐*/ input[type="number"] { -moz-appearance: textfield; } h1{ margin: 10px; padding: 5px; width: 80%; position: relative; left: 10%; border-top: 1px solid #bbcdc5; border-left: 1px solid #bbcdc5; box-shadow: 4px 4px 5px #888888; } ul{ display: block; height: 50%; min-width: 800px; max-width: 50%; position: relative; left: 25%; text-align: right; border: 1px solid #bbcdc5; box-shadow: 4px 4px 5px #888888; overflow: auto; } li{ position: relative; left: 15%; width: 70%; height: 10px; margin: 5px; padding: 10px; list-style: none; } .notice{ display: inline-block; text-align: center; padding: 1px; margin: 1px; height: auto; display: none; width: 30px; } .hfc{ display: block; margin: 10px; padding: 10px; height: 150px; text-align: center; font-size: large; font-weight: bold; background: #e0eee8; } .display{ height: 85%; margin: 10px; padding: 10px; position: relative; text-align: center; border-bottom: 1px solid #bbcdc5; font-size: large; font-weight: bold; text-align: center; background: #e0eee8; overflow-y: auto; overflow-x: hidden; } .result{ outline: none; border-top: none; border-bottom: 1px solid black; border-left: none; border-right: none; text-align: center; font-size: large; font-weight: bold; background: #e0eee8; } .btnn,.btnn2{ width: 100px; height: 25px; font-size: large; font-weight: bold; background: #f3f9f1; outline: none; border: #c2ccd0; box-shadow: 4px 4px 5px #888888; text-align: center; } #time{ display: inline-block; width: 100px; height: 25px; text-align: center; border: #c2ccd0; border-top: 1px solid #bbcdc5; border-left: 1px solid #bbcdc5; box-shadow: 4px 4px 5px #888888; } #info{ margin: 5px; padding: auto; width: 15%; height: 50px; border: 1px solid red; border: #c2ccd0; box-shadow: 4px 4px 5px #888888; text-align: center; } #module{width: auto; text-align: center; font-size: medium; }