123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
-
- body
- {
- overflow: hidden;
- width: 100%;
- padding: 0;
- margin: 0;
- background-color: #E6E6E6;
- }
- input[type='button'] {
- border: 1px solid Highlight;
- background-color: #E6E6E6;
- }
- input[type='text'] {
- border: 1px solid Highlight;
- }
- .leftNav {
- position: absolute;
- left: -100px;
- top: 30%;
- width: 100px;
- }
- .leftMenu
- {
- border: snow 1px ridge;
- width: 100%;
- margin: 10px 0;
- text-align: center;
- line-height: 50px;
- cursor: pointer;
- }
- .Div_leftMenu_Btn
- {
- position: fixed ;
- left: 0;
- border: snow 1px ridge;
- width: 30px;
- text-align: center;
- line-height: 50px;
- top: 45%;
- }
- .Main_Box
- {
- border: solid 2px Highlight;
- background-color: white;
- width: 950px;
- top: 100px;
- position: absolute;
- }
- .Box_info {
- border-bottom: solid 2px Highlight;
- background-color: Highlight;
- width: 100%;
- height: 20px;
- text-align: center;
- }
- .Box_Content {
- border: none;
- width: 100%;
- height: 400px;
- overflow: auto;
- background-color: white;
- text-align: center;
- }
- .Box_Close {
- border-left: solid 2px white;
- text-align: center;
- width: 40px;
- float: right;
- cursor: pointer;
- }
- .Box_Menu {
- border-bottom: solid 2px Highlight;
- width: 100%;
- height: 30px;
- overflow: hidden;
- }
- .Action_Box
- {
- border: solid 2px Highlight;
- background-color: white;
- width: 500px;
- top: 100px;
- position: absolute;
- }
- .Action_Box_Content {
- border: none;
- width: 100%;
- overflow: auto;
- background-color: white;
- text-align: left;
- }
- .standerTable {
- width: 100%;
- }
- .standerTable tr:hover {
- background-color: orange;
- }
- .standerTable td {
- border: 1px solid Highlight;
- }
|