|
|
|
@ -1,17 +1,17 @@
|
|
|
|
|
/* CSS Document */
|
|
|
|
|
#polls{ font-size:12px; font-family:"微软雅黑","宋体" !important; 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;}
|
|
|
|
|
#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;}
|
|
|
|
|
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_btn{ height:33px;border-top:1px solid #15bed1; border-bottom:1px solid #15bed1;border-right:1px solid #cee6e6; width:225px; padding:7px 0 0 15px; }*/
|
|
|
|
@ -41,7 +41,7 @@ ul.wlist li a:hover{ background:#15bccf; color:#fff; text-decoration:none;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*问卷页面*/
|
|
|
|
|
.polls_box{ border:1px solid #dcdcdc; padding:15px 30px;}
|
|
|
|
|
.polls_box{ border:1px solid #dcdcdc; padding:15px 30px;margin-left: 7px;}
|
|
|
|
|
.ur_page_title{ font-size:16px; text-align:center; color:#353535; word-break:break-all; word-wrap:break-word;}
|
|
|
|
|
.ur_prefix_content{ color:#656565; text-indent:30px; margin-top:10px; }
|
|
|
|
|
.ur_card{border-top:1px solid #dcdcdc;margin-top:20px; color:#3a3a3a;}
|
|
|
|
@ -113,7 +113,7 @@ a:hover.icon_add{background:url(images/icons.png) -20px -310px no-repeat;}
|
|
|
|
|
a:hover.icon_remove{background:url(images/icons.png) -20px -338px no-repeat;}
|
|
|
|
|
.ur_editor_toolbar{ margin-bottom:10px;}
|
|
|
|
|
.ur_editor_toolbar input{ width:40px; height:20px;}
|
|
|
|
|
.ur_editor02{width:655px; border:1px solid #cbcbcb; padding:10px; margin-bottom:10px;}
|
|
|
|
|
.ur_editor02{width:655px; padding:10px; margin-bottom:10px;}
|
|
|
|
|
a.ur_button_submit{ display:block; width:106px; height:37px; margin:0 auto; background:#15bccf; color:#fff; font-size:16px; text-align:center; padding-top:3px; margin-bottom:10px; }
|
|
|
|
|
a:hover.ur_button_submit{ background:#0fa9bb; text-decoration:none;}
|
|
|
|
|
a.ur_icon_de{ background:url(images/icons.png) 0px -338px no-repeat; width:16px; height:27px; display:block;float:right; margin-top:15px;}
|
|
|
|
|