diff --git a/public/stylesheets/polls.css b/public/stylesheets/polls.css index 7af93b999..c83ef6833 100644 --- a/public/stylesheets/polls.css +++ b/public/stylesheets/polls.css @@ -62,4 +62,4 @@ a:hover.ur_button{ background:#0fa9bb; text-decoration:none;} .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;} +.ur_progress_text{ color:#3a3a3a;}