bbfd475a by 杨威

按钮样式恢复

1 parent 98dd7f93
...@@ -227,6 +227,34 @@ ol, ul { list-style:none; } ...@@ -227,6 +227,34 @@ ol, ul { list-style:none; }
227 right: 6px; 227 right: 6px;
228 top: 4px; 228 top: 4px;
229 } 229 }
230 // 增删操作按钮样式
231 .addMinus{
232 border-radius:50%;
233 width: 30px !important;
234 height: 30px !important;
235 font-size: 22px!important;
236 padding: 4px 6px;
237 }
238 .outAdd,.outAdd:hover:focus{
239 background-color: #2FA5FF!important;
240 border: 1px solid #2FA5FF!important;
241 color: #fff!important;
242 }
243 .inAdd,.inAdd:hover:focus{
244 border: 1px solid #2FA5FF!important;
245 background-color: #fff!important;
246 color: #2FA5FF!important;
247 }
248 .outMinus,.outMinus:hover:focus{
249 background-color: #FA6400!important;
250 border: 1px solid #FA6400!important;
251 color: #fff!important;
252 }
253 .inMinus,.inMinus:hover:focus{
254 border: 1px solid #FA6400!important;
255 background-color: #fff!important;
256 color: #FA6400!important;
257 }
230 .import{ 258 .import{
231 background-color: #00CACD!important; 259 background-color: #00CACD!important;
232 border-color: #00CACD!important; 260 border-color: #00CACD!important;
......