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.
 
 
 
 
 
 

137 lines
2.5 KiB

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