You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

141 lines
2.5 KiB

  1. html,body{
  2. background: #EBF6FF;
  3. }
  4. body.active .header {
  5. background-image: url(../../images/DragSSO/headBg2.jpg);
  6. }
  7. .header{
  8. background-image:url('../../images/DragSSO/headBg.jpg');
  9. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/DragSSO/headBg.jpg', sizingMethod='scale');
  10. }
  11. .headNum{
  12. color: #198BE3;
  13. }
  14. .headModeTxt {
  15. background: #50AAF1;
  16. }
  17. .headModeList {
  18. background-color: #0078D7;
  19. -webkit-box-shadow: 0 5px 6px rgba(64, 172, 255, .4);
  20. -moz-box-shadow: 0 5px 6px rgba(64, 172, 255, .4);
  21. box-shadow: 0 5px 6px rgba(64, 172, 255, .4);
  22. }
  23. .headModeList li.active {
  24. background-color: #036AC9;
  25. }
  26. .headTab li:after {
  27. background: #67B7F7;
  28. }
  29. .inSec3HeadTab.active:after {
  30. background-color: #198BE3;
  31. }
  32. .inSecLeftCon:hover {
  33. background-color: #198BE3;
  34. border-color: #198BE3;
  35. }
  36. .inSec1TabBox.active:after {
  37. background-color: #198BE3;
  38. }
  39. .inSec1List1{
  40. background: #F3FAFF;
  41. }
  42. .inSec1List1 li.active,.inSec1List1 li:hover{
  43. background: #D8EEFF;
  44. border-bottom-color: #D8EEFF;
  45. }
  46. .inSec1List1 li.active a,.inSec1List1 li:hover a{
  47. color: #198BE3;
  48. }
  49. .inSec1List1 li{
  50. border-bottom: 1px solid #e0edef;
  51. }
  52. .index_sec2 .inSec1T{
  53. background: #198BE3;
  54. }
  55. .inSec1List2 li.active,.inSec1List2 li:hover{
  56. background: #D8EEFF;
  57. }
  58. .aLeft:hover {
  59. background-color: #D8EEFF;
  60. }
  61. .inSecT {
  62. background-color: #198BE3;
  63. }
  64. .more {
  65. background-color: #75B9EE;
  66. }
  67. .inSec3L {
  68. background-color: #F2F9FF;
  69. }
  70. .workList li.active {
  71. background-color: #D6EDFF;
  72. }
  73. .workList li {
  74. border-bottom: 1px solid #E0F1FF;
  75. }
  76. .inSec3Num {
  77. color: #2E96E6;
  78. }
  79. .inSec2TabBox.active:after {
  80. background-color: #198BE3;
  81. }
  82. .inSec2L {
  83. background-color: #F2F9FF;
  84. }
  85. .inSec2Llist i {
  86. color: #2E96E6;
  87. }
  88. .inSec3WorkBtn {
  89. background-color: #EAF5FF;
  90. color: #198BE3;
  91. }
  92. .inSec3WorkBtn2 {
  93. color: #198BE3;
  94. }
  95. .inSec1Drag div:hover {
  96. background-color: #D8EEFF;
  97. }
  98. .inSec2Llist li {
  99. border-bottom: 1px solid #e0edef;
  100. }
  101. .inSec2Llist li.active,
  102. .inSec2Llist li:hover {
  103. background: #D8EEFF;
  104. border-bottom-color: #D8EEFF;
  105. }
  106. .aRight:hover {
  107. background-color: #D8EEFF;
  108. }
  109. .inSecShadow {
  110. -webkit-box-shadow: 0 0 10px rgba(114, 165, 205, 0.25);
  111. -moz-box-shadow: 0 0 10px rgba(114, 165, 205, 0.25);
  112. box-shadow: 0 0 10px rgba(114, 165, 205, 0.25);
  113. }
  114. /* search */
  115. .search {
  116. background-color: #005190;
  117. }
  118. .searchLT {
  119. color: #82C7FE;
  120. }
  121. .searchTop>span {
  122. color: #63A7DF;
  123. }
  124. .searchTopList li.active,
  125. .searchTopList li:hover {
  126. background-color: #0F85E2;
  127. }
  128. .searchRTop {
  129. background-color: #003E83;
  130. color: #81C7FE;
  131. }
  132. .headSearchClose {
  133. border: 1px solid #1973B9;
  134. }
  135. .headSearchClose:hover {
  136. background-color: #5EAEEB;
  137. }