523e3637 by 杨威

弹框的关闭按钮颜色

1 parent 4e17931e
...@@ -151,6 +151,9 @@ ol, ul { list-style:none; } ...@@ -151,6 +151,9 @@ ol, ul { list-style:none; }
151 border-bottom: 1px solid #F1F1F1; 151 border-bottom: 1px solid #F1F1F1;
152 background: #6f94f5; 152 background: #6f94f5;
153 } 153 }
154 .el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close{
155 color: #fff;
156 }
154 .el-dialog__title{ 157 .el-dialog__title{
155 line-height: 24px; 158 line-height: 24px;
156 font-size: 18px; 159 font-size: 18px;
...@@ -224,34 +227,6 @@ ol, ul { list-style:none; } ...@@ -224,34 +227,6 @@ ol, ul { list-style:none; }
224 right: 6px; 227 right: 6px;
225 top: 4px; 228 top: 4px;
226 } 229 }
227 // 增删操作按钮样式
228 .addMinus{
229 border-radius:50%;
230 width: 30px !important;
231 height: 30px !important;
232 font-size: 22px!important;
233 padding: 4px 6px;
234 }
235 .outAdd,.outAdd:hover:focus{
236 background-color: #2FA5FF!important;
237 border: 1px solid #2FA5FF!important;
238 color: #fff!important;
239 }
240 .inAdd,.inAdd:hover:focus{
241 border: 1px solid #2FA5FF!important;
242 background-color: #fff!important;
243 color: #2FA5FF!important;
244 }
245 .outMinus,.outMinus:hover:focus{
246 background-color: #FA6400!important;
247 border: 1px solid #FA6400!important;
248 color: #fff!important;
249 }
250 .inMinus,.inMinus:hover:focus{
251 border: 1px solid #FA6400!important;
252 background-color: #fff!important;
253 color: #FA6400!important;
254 }
255 .import{ 230 .import{
256 background-color: #00CACD!important; 231 background-color: #00CACD!important;
257 border-color: #00CACD!important; 232 border-color: #00CACD!important;
......