123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- body,html {
- height: 100%;
- }
- body {
- padding: 0px;
- margin: 0;
- overflow: hidden;
- }
- .l-link {
- display: block;
- height: 26px;
- line-height: 26px;
- padding-left: 10px;
- text-decoration: underline;
- color: #333;
- }
- .l-link2 {
- text-decoration: underline;
- color: white;
- margin-left: 2px;
- margin-right: 2px;
- }
- .l-layout-top {
- background: #102A49;
- color: White;
- }
- .l-layout-bottom {
- background: #E5EDEF;
- text-align: center;
- }
- #pageloading {
- position: absolute;
- left: 0px;
- top: 0px;
- background: white url('loading.gif') no-repeat center;
- width: 100%;
- height: 100%;
- z-index: 99999;
- }
- .l-link {
- display: block;
- line-height: 22px;
- height: 22px;
- padding-left: 16px;
- border: 1px solid white;
- margin: 4px;
- }
- .l-link-over {
- background: #FFEEAC;
- border: 1px solid #DB9F00;
- }
- .l-winbar {
- background: #2B5A76;
- height: 30px;
- position: absolute;
- left: 0px;
- bottom: 0px;
- width: 100%;
- z-index: 99999;
- }
- .space {
- color: #E7E7E7;
- }
- /* 顶部 */
- .l-topmenu {
- margin: 0;
- padding: 0;
- height: 31px;
- line-height: 31px;
- background: url('../../ligerui/lib/images/top.jpg') repeat-x bottom;
- position: relative;
- border-top: 1px solid #1D438B;
- }
- .l-topmenu-logo {
- color: #E7E7E7;
- padding-left: 35px;
- line-height: 26px;
- background: url('../../ligerui/lib/images/topicon.gif') no-repeat 10px 5px;
- }
- .l-topmenu-welcome {
- position: absolute;
- height: 24px;
- line-height: 24px;
- right: 30px;
- top: 2px;
- color: #070A0C;
- }
- .l-topmenu-welcome a {
- color: #E7E7E7;
- text-decoration: underline
- }
|