diff --git a/public/stylesheets/polls.css b/public/stylesheets/polls.css index 9d3059245..7af93b999 100644 --- a/public/stylesheets/polls.css +++ b/public/stylesheets/polls.css @@ -32,9 +32,34 @@ a:hover.pollsbtn{ background:#64bdd9; color:#fff; text-decoration:none;} .wlist a:hover{border:1px solid #64bdd9; background-color:#64bdd9; color:#fff; text-decoration:none;} .wlist_select a { background-color:#48aac9; color:#fff;} -/*问卷内容*/ -.polls_box{ border:1px solid #dcdcdc; padding:15px 30px 30px;} +/*问卷页面*/ +.polls_box{ border:1px solid #dcdcdc; padding:15px 30px;} .ur_page_title{ font-size:16px; text-align:center; color:#353535;} .ur_prefix_content{ color:#656565; text-indent:30px; margin-top:10px; } -.ur_card{border-top:1px solid #dcdcdc;margin-top:20px;} -.ur_title{ padding:5px 0px 15px; border-bottom:1px solid #dcdcdc; } +.ur_card{border-top:1px solid #dcdcdc;margin-top:20px; color:#3a3a3a;} +.ur_title{ padding:20px 0px ; } +.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:677px;} +.ur_inputs label{ padding-left:10px;} +.ur_inputs input{ margin-right:5px;} +.ur_text{ height:30px;} +.ur_textbox{ border:1px solid #dcdcdc; color:#676765;} +.ur_buttons{ width:250px; margin:20px auto 10px;} +a.ur_button{ display:block; width:106px; height:37px; background:#15bccf; color:#fff; font-size:16px; text-align:center; padding-top:3px; float:left; margin-right:15px;} +a:hover.ur_button{ background:#0fa9bb; text-decoration:none;} +.ur_progress_text{ text-align:center; font-size:14px;} + +/*问卷结果*/ +.title_index{ color:#62bcd7;} +.ur_title_result{ padding-top:20px;} +.ur_table_result{ color:#5d5d5d;border-right:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb;} +.ur_table_result tr td{ border-left:1px solid #cbcbcb;border-top:1px solid #cbcbcb; height:20px;} +.table_bluebg{ background:#d7e5ee; color:#2f3a40; height:24px;} +.td327{ width:334px; padding-left:5px;} +.td42{ width:42px; text-align:center;} +.td287{ width:287px;padding-left:5px; } +.Bar{ position: relative; width: 120px; border: 1px solid #cbcbcb; float:left; height:10px; margin-top:5px; margin-right:3px; } +.Bar span{ display: block; position: relative;background:#64badb;/* 进度条背景颜色 */ color: #333333;height: 10px; /* 高度 */ line-height: 20px; } +.ur_progress_text{ color:##3a3a3a;}