|
|
|
@ -1,17 +1,17 @@
|
|
|
|
|
/* CSS Document */
|
|
|
|
|
body{ font-size:12px; font-family:"微软雅黑","宋体"; line-height:1.9; background:#fff; font-style:normal;}
|
|
|
|
|
#polls{ font-size:12px; font-family:"微软雅黑","宋体"; line-height:1.9; background:#fff; font-style:normal;}
|
|
|
|
|
div,html,img,ul,li,p,body,h1,h2,h3,h4,p,a,table,tr,td,fieldset,input,span{ margin:0; padding:0;}
|
|
|
|
|
div,img,tr,td{ border:0;}
|
|
|
|
|
table,tr,td{border:0; cellspacing:0; cellpadding:0;}
|
|
|
|
|
ul,li{ list-style-type:none}
|
|
|
|
|
.cl{ clear:both; overflow:hidden; }
|
|
|
|
|
a{ text-decoration:none; }
|
|
|
|
|
a:hover{ text-decoration:underline; }
|
|
|
|
|
.ml10{ margin-left:10px;}
|
|
|
|
|
.ml20{ margin-left:20px;}
|
|
|
|
|
.mr10{ margin-right:10px;}
|
|
|
|
|
.fl{ float: left;}
|
|
|
|
|
.fr{ float:right;}
|
|
|
|
|
#polls div,img,tr,td{ border:0;}
|
|
|
|
|
#polls table,tr,td{border:0; cellspacing:0; cellpadding:0;}
|
|
|
|
|
#polls ul,li{ list-style-type:none}
|
|
|
|
|
#polls .cl{ clear:both; overflow:hidden; }
|
|
|
|
|
#polls a{ text-decoration:none; }
|
|
|
|
|
#polls a:hover{ text-decoration:underline; }
|
|
|
|
|
#polls .ml10{ margin-left:10px;}
|
|
|
|
|
#polls .ml20{ margin-left:20px;}
|
|
|
|
|
#polls .mr10{ margin-right:10px;}
|
|
|
|
|
#polls .fl{ float: left;}
|
|
|
|
|
#polls .fr{ float:right;}
|
|
|
|
|
|
|
|
|
|
/*问卷列表*/
|
|
|
|
|
.polls_content{ width:677px;}
|
|
|
|
|