Browse Source

列表中咨询状态样式调整,以免盖住下面专家信息

dell 8 years ago
parent
commit
5d00b45fa3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/css/workspace.css

+ 1 - 1
src/main/webapp/css/workspace.css

@ -146,7 +146,7 @@
146 146
.workitimg{ width:120px; height:120px; }
147 147
.messagebox{position:relative;}
148 148
.msgprompt{position:absolute; top:26px; left:-14px; padding:0 10px;text-align:center;  border-radius:14px; background:#ff6432; color:#fff;}
149
.workhandle{ position:absolute;  top:20px; right:20px;}
149
.workhandle{ position:absolute;  top:10px; right:20px;}
150 150
.workhandle span{ padding:2px 20px;border:1px #d7d7d7 solid;margin: 2px;}
151 151
.workhandle .complain{display:none;}/* 更多操作按钮... */
152 152
.workhandle .coultstate{/* background: #ff9900; position: relative;top:-10px;right: 20px; padding: 10px 30px; border-radius: 0 0 6px 6px; box-shadow: 1px 1px 2px 1px #ccc; z-index: 20; */color: #fff;border-radius: 6px 0 0 6px;}