select.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. @charset "UTF-8";
  2. img {
  3. border: 0 none;
  4. }
  5. #setSubSystem {
  6. background: none repeat scroll 0 0 #FFFFFF;
  7. border: 1px solid #AAC9CE;
  8. color: #35607F;
  9. font-family: "黑体";
  10. font-size: 14px;
  11. font-weight: bold;
  12. }
  13. #setSubSystem option {
  14. border-bottom: 1px dashed #AAC8D2;
  15. padding-left: 10px;
  16. padding-top: 5px;
  17. }
  18. #setSubSystem option:hover {
  19. background-color: #50B1C2;
  20. }
  21. #welcomeContainer {
  22. float: left;
  23. font-size: 13px;
  24. margin: 0 8px 0 0;
  25. padding-left: 20px;
  26. position: relative;
  27. }
  28. #welcomeContainer span {
  29. background: url("../images/other/1.png") no-repeat scroll 0 -47px transparent;
  30. display: block;
  31. float: left;
  32. height: 16px;
  33. width: 18px;
  34. }
  35. #loginContainer {
  36. float: right;
  37. font-size: 15px;
  38. position: relative;
  39. }
  40. #loginContainer a {
  41. text-decoration: none;
  42. }
  43. #loginButton {
  44. background: url("../images/other/1.png") repeat scroll -80px 0 transparent;
  45. display: inline-block;
  46. height: 13px;
  47. margin: 3px 0 0 4px;
  48. overflow: hidden;
  49. width: 13px;
  50. }
  51. #loginBox {
  52. position: absolute;
  53. right: 0;
  54. top: 20px;
  55. }
  56. .itemDiv {
  57. background-color: #FFFFFF;
  58. border: 1px solid #888;
  59. border-radius: 8px 0 8px 8px;
  60. box-shadow: 2px 2px 5px #969696;
  61. display: none;
  62. z-index: 100;
  63. }
  64. .itemDiv ul {
  65. padding: 15px 0;
  66. }
  67. .itemDiv ul li {
  68. padding: 8px 0;
  69. }
  70. .itemDiv li a:hover {
  71. color:#fff;
  72. background-color: #3366CC;
  73. }
  74. #loginButton.active {
  75. background-position: -80px -35px !important;
  76. }
  77. #shadeEm {
  78. background: none repeat scroll 0 0 #2583A7;
  79. display: none;
  80. height: 3px;
  81. position: absolute;
  82. right: 1px;
  83. top: 19px;
  84. width: 20px;
  85. }
  86. a.more {
  87. color: #000000;
  88. font-size: 13px;
  89. padding: 6px 1px 6px 23px;
  90. }
  91. a.curOrg,a.curSysLanguage {
  92. cursor: default;
  93. font-size: 13px;
  94. padding: 6px;
  95. }
  96. a.normalOrg, a.normalSysLanguage{
  97. color: #CCCCCC;
  98. font-size: 13px;
  99. padding: 6px;
  100. }
  101. a.more.edit2 {
  102. background: url("../images/icons/key--pencil.png") no-repeat scroll 5px 8px transparent;
  103. padding-right: 10px;
  104. }
  105. a.more.detail2 {
  106. background: url("../images/icons/magnifier-left.png") no-repeat scroll 5px 8px transparent;
  107. }
  108. a.more.help2 {
  109. background: url("../images/icons/icons_14-19.png") no-repeat scroll 5px 8px transparent;
  110. }
  111. a.more.switch2 {
  112. background: url("../images/icons/direction.png") no-repeat scroll 5px 8px transparent;
  113. }
  114. a.more.switch3 {
  115. background: url("../images/icons/arrow-retweet.png") no-repeat scroll 5px 8px transparent;
  116. }
  117. a.more.exituser {
  118. background: url("../images/icons/minus-octagon-frame.png") no-repeat scroll 5px 8px transparent;
  119. }
  120. a.more.exit2 {
  121. background: url("../images/icons/door-open-out.png") no-repeat scroll 5px 8px transparent;
  122. }
  123. .loginButtonIndex {
  124. background: url("../images/other/loginButtonIndex.png") no-repeat scroll 0px 5px;
  125. }