123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- @charset "UTF-8";
- img {
- border: 0 none;
- }
- #setSubSystem {
- background: none repeat scroll 0 0 #FFFFFF;
- border: 1px solid #AAC9CE;
- color: #35607F;
- font-family: "黑体";
- font-size: 14px;
- font-weight: bold;
- }
- #setSubSystem option {
- border-bottom: 1px dashed #AAC8D2;
- padding-left: 10px;
- padding-top: 5px;
- }
- #setSubSystem option:hover {
- background-color: #50B1C2;
- }
- #welcomeContainer {
- float: left;
- font-size: 13px;
- margin: 0 8px 0 0;
- padding-left: 20px;
- position: relative;
- }
- #welcomeContainer span {
- background: url("../images/other/1.png") no-repeat scroll 0 -47px transparent;
- display: block;
- float: left;
- height: 16px;
- width: 18px;
- }
- #loginContainer {
- float: right;
- font-size: 15px;
- position: relative;
- }
- #loginContainer a {
- text-decoration: none;
- }
- #loginButton {
- background: url("../images/other/1.png") repeat scroll -80px 0 transparent;
- display: inline-block;
- height: 13px;
- margin: 3px 0 0 4px;
- overflow: hidden;
- width: 13px;
- }
- #loginBox {
- position: absolute;
- right: 0;
- top: 20px;
- }
- .itemDiv {
- background-color: #FFFFFF;
- border: 1px solid #888;
- border-radius: 8px 0 8px 8px;
- box-shadow: 2px 2px 5px #969696;
- display: none;
- z-index: 100;
- }
- .itemDiv ul {
- padding: 15px 0;
- }
- .itemDiv ul li {
- padding: 8px 0;
- }
- .itemDiv li a:hover {
- color:#fff;
- background-color: #3366CC;
- }
- #loginButton.active {
- background-position: -80px -35px !important;
- }
- #shadeEm {
- background: none repeat scroll 0 0 #2583A7;
- display: none;
- height: 3px;
- position: absolute;
- right: 1px;
- top: 19px;
- width: 20px;
- }
- a.more {
- color: #000000;
- font-size: 13px;
- padding: 6px 1px 6px 23px;
- }
- a.curOrg,a.curSysLanguage {
- cursor: default;
- font-size: 13px;
- padding: 6px;
- }
- a.normalOrg, a.normalSysLanguage{
- color: #CCCCCC;
- font-size: 13px;
- padding: 6px;
- }
- a.more.edit2 {
- background: url("../images/icons/key--pencil.png") no-repeat scroll 5px 8px transparent;
- padding-right: 10px;
- }
- a.more.detail2 {
- background: url("../images/icons/magnifier-left.png") no-repeat scroll 5px 8px transparent;
- }
- a.more.help2 {
- background: url("../images/icons/icons_14-19.png") no-repeat scroll 5px 8px transparent;
- }
- a.more.switch2 {
- background: url("../images/icons/direction.png") no-repeat scroll 5px 8px transparent;
- }
- a.more.switch3 {
- background: url("../images/icons/arrow-retweet.png") no-repeat scroll 5px 8px transparent;
- }
- a.more.exituser {
- background: url("../images/icons/minus-octagon-frame.png") no-repeat scroll 5px 8px transparent;
- }
- a.more.exit2 {
- background: url("../images/icons/door-open-out.png") no-repeat scroll 5px 8px transparent;
- }
- .loginButtonIndex {
- background: url("../images/other/loginButtonIndex.png") no-repeat scroll 0px 5px;
- }
|