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.

4 年之前
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. html,body{
  2. background: #EBF6FF;
  3. }
  4. .header{
  5. background-image:url('/Content/images/SsoSystem/headBg.jpg');
  6. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/Content/images/SsoSystem/headBg.jpg', sizingMethod='scale');
  7. }
  8. .headNum{
  9. color: #198BE3;
  10. }
  11. .inSec1btn{
  12. background: #198BE3;
  13. }
  14. .inSec1List1{
  15. background: #F3FAFF;
  16. }
  17. .inSec1List1 li.active,.inSec1List1 li:hover{
  18. background: #D8EEFF;
  19. border-bottom-color: #D8EEFF;
  20. }
  21. .inSec1List1 li.active a,.inSec1List1 li:hover a{
  22. color: #198BE3;
  23. }
  24. .inSec1List1 li{
  25. border-bottom: 1px solid #e0edef;
  26. }
  27. .index_sec2 .inSec1T{
  28. background: #198BE3;
  29. }
  30. .inSec1List2 li.active,.inSec1List2 li:hover{
  31. background: #D8EEFF;
  32. }
  33. .inSec3ListTxt.active:after,.inSec3ListTxt:hover:after{
  34. background: #198BE3;
  35. }
  36. .inSec3ListTxt.active,.inSec3ListTxt:hover{
  37. color: #198BE3;
  38. }
  39. .more{
  40. background: #75B9EE;
  41. }
  42. .inSecShadow{
  43. -webkit-box-shadow: 0 0 10px rgba(114, 165, 205, 0.25);
  44. -moz-box-shadow: 0 0 10px rgba(114, 165, 205, 0.25);
  45. box-shadow: 0 0 10px rgba(114, 165, 205, 0.25);
  46. }
  47. .headLogin{
  48. color: #198BE3;
  49. }
  50. .inSec1SerchLists li.active,.inSec1SerchLists li:hover{
  51. background: #D8EEFF;
  52. }
  53. .inSec4T{
  54. border: 1px solid #C0E2FC;
  55. background: #F3FAFF;
  56. }
  57. .inSec4Line{
  58. background: #198BE3;
  59. }
  60. .inSec4Txt{
  61. color: #198BE3;
  62. }
  63. .inSec4T span{
  64. color: #198BE3;
  65. }
  66. .inSec4T i{
  67. background: #198BE3;
  68. }
  69. .pagingR a:first-child{
  70. border-color: #198BE3;
  71. background: #198BE3;
  72. }
  73. .newSec1List li.active,.newSec1List li:hover{
  74. background: #D8EEFF;
  75. }
  76. .newSec1List li.active a,.newSec1List li:hover a{
  77. color: #198BE3
  78. }
  79. .newSec1List li{
  80. border-bottom: 1px solid #e0edef;
  81. }
  82. .index_sec1 .inSec1T, .index_sec1s .inSec1T {
  83. background-image: url('/Content/images/SsoSystem/inSec1-1.png');
  84. }
  85. .index_sec3 .inSec1T{
  86. background-image: url('/Content/images/SsoSystem/inSec3-1.png');
  87. }
  88. .index_sec1s .newsSec1T {
  89. background-image: url('/Content/images/SsoSystem/news1-1.png');
  90. }
  91. .inSec1T i{
  92. background: #F6685E;
  93. }