@CHARSET "UTF-8"; .frame_top{ width: 100%; height: 100px; background: lightskyblue; position: relative; } .frame_header{ font-size: 40px; color: white; left: 1%; margin-top: 10px; position: absolute; } .frame_welcome{ color: white; width: 100%; background: blue; position: absolute; bottom: 0; padding: 5px; padding-left: 1%; } .frame_top_btn{ position: absolute; right: 30px; top: 55%; } .sidebar{ background: rgb(64,167,247); color: white; width: 14.5%; margin-bottom: 50px; border: 1px solid black; margin-top: 100px; float: left; } .sidebar a{ border-top: 1px solid white; cursor: pointer; padding-top: 10px; padding-bottom: 10px; padding-left: 5px; margin: 0; width: 100%; float: left; color: white; text-decoration: none; } .sidebar a:hover{ background:#2e7bb6; } .sub_side{ padding-bottom: 10px; margin-left: 30px; display: none; } .sub_side a{ color: white; float: left; padding: 1px; width: 100%; border: 0; } .sub_side a:hover{ background: lightblue; cursor: pointer; text-decoration: none; } .base_content { width: 85%; border: 0; float: left; } .pager{ margin: 0; } .pager a{ padding: 4px 12px; } .pager select{ width: 70px;; padding: 6px 2px; display: initial; } .table{ border-top: 1px solid gainsboro; } .table th{ border: 1px solid gainsboro; border-collapse: collapse; text-align: center !important; white-space:nowrap; text-overflow:ellipsis; overflow: hidden; min-width: 100px; } .table td{ border: 1px solid gainsboro; border-collapse: collapse; text-align: center !important; text-overflow:ellipsis; overflow: hidden; word-wrap:break-word; word-break:break-all; } .table tr{ width: 1348px; }