|
|
|
@ -26,7 +26,7 @@ div,html,img,ul,li,p,body,h1,h2,h3,h4,p,a,table,tr,td,fieldset,input,span{ margi
|
|
|
|
|
a.newbtn{ float:right; display:block; width:80px; height:30px; background:#64bdd9; color:#fff; font-size:14px; margin:10px; text-align:center;}
|
|
|
|
|
a:hover.newbtn{ background:#55a1b9; text-decoration:none;}
|
|
|
|
|
.polls_list ul{ padding-left:10px; border-bottom:1px dashed #c9c9c9; height:32px; padding-top:8px;}
|
|
|
|
|
a.polls_title{ font-weight:bold; color:#3e6d8e;}
|
|
|
|
|
a.polls_title{ font-weight:bold; color:#3e6d8e;max-width: 350px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
|
|
|
|
|
.polls_title{ font-weight:bold; color:#3e6d8e;}
|
|
|
|
|
a.pollsbtn{ display:block; width:66px; height:22px; text-align:center; border:1px solid #64bdd9; color:#64bdd9;}
|
|
|
|
|
a:hover.pollsbtn{ background:#64bdd9; color:#fff; text-decoration:none;}
|
|
|
|
@ -42,15 +42,15 @@ ul.wlist li a:hover{ background:#15bccf; color:#fff; text-decoration:none;}
|
|
|
|
|
|
|
|
|
|
/*问卷页面*/
|
|
|
|
|
.polls_box{ border:1px solid #dcdcdc; padding:15px 30px;}
|
|
|
|
|
.ur_page_title{ font-size:16px; text-align:center; color:#353535;}
|
|
|
|
|
.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;}
|
|
|
|
|
.ur_title{ padding:20px 0px ; float:left; width:604px; }
|
|
|
|
|
.ur_title{ padding:20px 0px ; float:left; width:604px; word-break: break-all; word-wrap: break-word;}
|
|
|
|
|
.ur_required{ font-weight: bold; color:red;}
|
|
|
|
|
.ur_inputs{ color:#666;}
|
|
|
|
|
.ur_table{border-top:1px solid #dcdcdc;}
|
|
|
|
|
.ur_inputs tr td{ height:40px;border-bottom:1px solid #dcdcdc; width:617px;}
|
|
|
|
|
.ur_inputs label{ padding-left:10px;}
|
|
|
|
|
.ur_inputs label{ padding-left:10px;word-break: break-all; word-wrap: break-word;}
|
|
|
|
|
.ur_inputs input{ margin-right:5px;}
|
|
|
|
|
.ur_text{ height:30px;}
|
|
|
|
|
.ur_textbox{ border:1px solid #dcdcdc !important; color:#676765;}
|
|
|
|
@ -120,3 +120,17 @@ a.ur_icon_de{ background:url(images/icons.png) 0px -338px no-repeat; width:16px;
|
|
|
|
|
a:hover.ur_icon_de{ background:url(images/icons.png) -20px -338px no-repeat;}
|
|
|
|
|
.ur_icon_edit{ background:url(images/icons.png) 0px -272px no-repeat; width:16px; height:27px; display:block;float:right; margin-top:15px; margin-right:10px;}
|
|
|
|
|
a:hover.ur_icon_edit{ background:url(images/icons.png) -21px -272px no-repeat;}
|
|
|
|
|
|
|
|
|
|
/***弹框***/
|
|
|
|
|
.popbox_polls{width:300px;height:100px;position:fixed;z-index:100;left:50%;top:50%;margin:-100px 0 0 -150px; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; box-shadow:0px 0px 8px #194a81; overflow:auto;}
|
|
|
|
|
.alert .close02{width:26px;height:26px;overflow:hidden;position:absolute;top:-10px;right:-310px;background:url(/images/bid/close.png) no-repeat;cursor:pointer;}
|
|
|
|
|
.upload_box{ width:270px; margin:15px auto;}
|
|
|
|
|
.polls_box_p{ font-size:14px; text-align:center;}
|
|
|
|
|
a.upload_btn{ display:block; float:left; margin:15px 0 5px; width:60px; padding: 7px 0; text-align: center; color:#fff; font-size:14px; background:#15bccf; margin-right:10px;}
|
|
|
|
|
a:hover.upload_btn{ background:#06a9bc;}
|
|
|
|
|
a.upload_btn_grey{background:#a3a3a3;}
|
|
|
|
|
a:hover.upload_btn_grey{background:#8a8a8a;}
|
|
|
|
|
.upload_con p{ color:#808181;}
|
|
|
|
|
.upload_con a:hover{ text-decoration:none;}
|
|
|
|
|
.polls_btn_box{ width:145px; margin:0 auto; padding-left:10px;}
|
|
|
|
|
.polls_btn_box02{ width:80px; margin:0 auto; padding-left:10px;}
|
|
|
|
|