select.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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/设置.png") no-repeat 0px 0px transparent;
  45. height: 20px;
  46. margin: 3px 0 0 4px;
  47. overflow: hidden;
  48. width: 13px;
  49. padding-right: 25px;
  50. }
  51. .loginButtonIndex {
  52. background: url("../images/other/loginButtonIndex.png")no-repeat scroll 0px 5px ;
  53. }
  54. #loginBox {
  55. position: absolute;
  56. right: 0;
  57. top: 20px;
  58. }
  59. .itemDiv {
  60. background-color: #FFFFFF;
  61. border: 1px solid #888;
  62. border-radius: 8px 8px 8px 8px;
  63. box-shadow: 2px 2px 5px #969696;
  64. display: none;
  65. z-index: 100;
  66. /* height: 70px; */
  67. font-size: 10px;
  68. margin-top: 5px;
  69. }
  70. .itemDiv ul {
  71. padding: 15px 0;
  72. }
  73. .itemDiv ul li {
  74. padding: 8px 0;
  75. }
  76. .itemDiv li a:hover {
  77. color:#fff;
  78. background-color:#B7131A;
  79. }
  80. .xiala{
  81. background: url("../images/icons/xiala.png") no-repeat 0px 3px transparent;
  82. padding-right: 25px;
  83. }
  84. #loginButton.active {
  85. background-position: -80px -35px !important;
  86. }
  87. #shadeEm {
  88. background: none repeat scroll 0 0 #2583A7;
  89. display: none;
  90. height: 3px;
  91. position: absolute;
  92. right: 1px;
  93. top: 19px;
  94. width: 20px;
  95. }
  96. a.more {
  97. padding: 6px 10px 6px 23px;
  98. color:#F5E8E9;
  99. text-decoration:blink;
  100. }
  101. a.curOrg,a.curSysLanguage {
  102. color:black;
  103. cursor: default;
  104. font-size: 13px;
  105. padding: 6px;
  106. }
  107. a.normalOrg, a.normalSysLanguage{
  108. color: #CCCCCC;
  109. font-size: 13px;
  110. padding: 6px;
  111. }
  112. a.more.edit2 {
  113. background: url("../images/icons/key--pencil.png") no-repeat scroll 3px 8px transparent;
  114. color:black;
  115. }
  116. a.more.detail2 {
  117. background: url("../images/icons/magnifier-left.png") no-repeat scroll 3px 8px transparent;
  118. color:black;
  119. }
  120. a.more.help2 {
  121. background: url("../images/icons/icons_14-19.png") no-repeat scroll 5px 8px transparent;
  122. }
  123. a.more.switch2 {
  124. background: url("../images/icons/direction.png") no-repeat scroll 0px 7px transparent;
  125. }
  126. a.more.switch3 {
  127. background: url("../images/icons/arrow-retweet.png") no-repeat scroll 5px 8px transparent;
  128. }
  129. a.more.exituser {
  130. background: url("../images/icons/minus-octagon-frame.png") no-repeat scroll 5px 8px transparent;
  131. }
  132. a.more.exit2 {
  133. background: url("../images/icons/door-open-out.png") no-repeat scroll 0px 8px transparent;
  134. }