123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- body{
- font-size:12px;
- font-family:Verdana, Geneva, sans-serif;
- line-height:23px;
- margin:0;
- padding:0;
- }
- *{
- margin:0;
- padding:0;
- }
- .index_content{
- width:100%;
- height:100%;
- min-width:1024px;
- background:#bae6f1;
- padding:0;
- background:url(../images/choose_sys_bg.jpg);
- padding-top:13%;
- }
- * a{
- text-decoration:none;
- }
-
- #select_sys a{
- color:#35607f;
- font-size:14px;
- font-family: 'Microsoft Yahei',verdana;
- line-height: 28px;
- }
- .choose_sys_panel{
- width:704px;
- height:155px;
- margin:0 auto;
- padding-top:95px;
- padding-left:50px;
- background:url(../images/choose_sys_03.jpg) no-repeat;
- }
- .select_sys{
- width:325px;
- height:29px;
- border:1px solid #a9b2c3;
- background:#fff;
- font-family:"黑体";
- font-size:18px;
- color:#35607f;
- padding-left:10px;
- margin-top: 10px;
- }
- .select_sys img{
- float:right;
- cursor:pointer;
- *+position:absolute;
- *+margin-left:80px;
- *+margin-top:2px;
- border-left:1px solid #b2bbcc;
- }
- .yes_button{
- width:65px;
- height:30px;
- border:none;
- background:url(../images/sure_button.jpg);
- display:block;
- position:absolute;
- margin-top:-33px;
- margin-left:580px;
- }
- .show_sys{
- width:335px;
- border:1px solid #a9b2c3;
- border-top:none;
- background:#FFF;
- font-size:14px;
- color:#35607f;
- display:none;
- }
- .show_sys a{
- color:#35607f;
- }
- .show_sys ul{
- list-style:none;
- }
- .show_sys ul li{
- width:325px;
- height:32px;
- line-height: 32px;
- padding-left:10px;
- border-bottom:1px dashed #a9b2c3;
- margin-bottom: -1px;
- }
- .show_sys ul li a{
- width:325px;
- display:block;
- height:32px;
- margin-left:-10px;
- padding-left:10px;
- }
- .show_sys ul li a:hover{
- background: #689dfc;
- color: #fff;
- }/*background:url(../images/content_bg_hover.jpg) repeat-x;*/
|