choose_sys.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. body{
  2. font-size:12px;
  3. font-family:Verdana, Geneva, sans-serif;
  4. line-height:23px;
  5. margin:0;
  6. padding:0;
  7. }
  8. *{
  9. margin:0;
  10. padding:0;
  11. }
  12. .index_content{
  13. width:100%;
  14. height:100%;
  15. min-width:1024px;
  16. background:#bae6f1;
  17. padding:0;
  18. background:url(../images/choose_sys_bg.jpg);
  19. padding-top:13%;
  20. }
  21. * a{
  22. text-decoration:none;
  23. }
  24. #select_sys a{
  25. color:#35607f;
  26. font-size:14px;
  27. font-family: 'Microsoft Yahei',verdana;
  28. line-height: 28px;
  29. }
  30. .choose_sys_panel{
  31. width:704px;
  32. height:155px;
  33. margin:0 auto;
  34. padding-top:95px;
  35. padding-left:50px;
  36. background:url(../images/choose_sys_03.jpg) no-repeat;
  37. }
  38. .select_sys{
  39. width:325px;
  40. height:29px;
  41. border:1px solid #a9b2c3;
  42. background:#fff;
  43. font-family:"黑体";
  44. font-size:18px;
  45. color:#35607f;
  46. padding-left:10px;
  47. margin-top: 10px;
  48. }
  49. .select_sys img{
  50. float:right;
  51. cursor:pointer;
  52. *+position:absolute;
  53. *+margin-left:80px;
  54. *+margin-top:2px;
  55. border-left:1px solid #b2bbcc;
  56. }
  57. .yes_button{
  58. width:65px;
  59. height:30px;
  60. border:none;
  61. background:url(../images/sure_button.jpg);
  62. display:block;
  63. position:absolute;
  64. margin-top:-33px;
  65. margin-left:580px;
  66. }
  67. .show_sys{
  68. width:335px;
  69. border:1px solid #a9b2c3;
  70. border-top:none;
  71. background:#FFF;
  72. font-size:14px;
  73. color:#35607f;
  74. display:none;
  75. }
  76. .show_sys a{
  77. color:#35607f;
  78. }
  79. .show_sys ul{
  80. list-style:none;
  81. }
  82. .show_sys ul li{
  83. width:325px;
  84. height:32px;
  85. line-height: 32px;
  86. padding-left:10px;
  87. border-bottom:1px dashed #a9b2c3;
  88. margin-bottom: -1px;
  89. }
  90. .show_sys ul li a{
  91. width:325px;
  92. display:block;
  93. height:32px;
  94. margin-left:-10px;
  95. padding-left:10px;
  96. }
  97. .show_sys ul li a:hover{
  98. background: #689dfc;
  99. color: #fff;
  100. }/*background:url(../images/content_bg_hover.jpg) repeat-x;*/