样式修改楼盘表实测预测按钮
Showing
1 changed file
with
6 additions
and
6 deletions
... | @@ -156,7 +156,7 @@ ol, ul { list-style:none; } | ... | @@ -156,7 +156,7 @@ ol, ul { list-style:none; } |
156 | } | 156 | } |
157 | .el-dialog__header{ | 157 | .el-dialog__header{ |
158 | border-bottom: 1px solid #F1F1F1; | 158 | border-bottom: 1px solid #F1F1F1; |
159 | background: #3FA2E1; | 159 | background: #0091FF; |
160 | } | 160 | } |
161 | .el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close{ | 161 | .el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close{ |
162 | color: #fff; | 162 | color: #fff; |
... | @@ -308,16 +308,16 @@ ol, ul { list-style:none; } | ... | @@ -308,16 +308,16 @@ ol, ul { list-style:none; } |
308 | } | 308 | } |
309 | //实预测转换按钮样式 | 309 | //实预测转换按钮样式 |
310 | /deep/.el-radio-button__inner { | 310 | /deep/.el-radio-button__inner { |
311 | border: 1px solid #3fa2e1!important; | 311 | border: 1px solid #00cacd!important; |
312 | color: #3fa2e1; | 312 | color: #00cacd; |
313 | } | 313 | } |
314 | /deep/.el-radio-button__inner:hover { | 314 | /deep/.el-radio-button__inner:hover { |
315 | color: #3fa2e1; | 315 | color: #00cacd; |
316 | } | 316 | } |
317 | /deep/.is-active .el-radio-button__inner { | 317 | /deep/.is-active .el-radio-button__inner { |
318 | color: #fff; | 318 | color: #fff; |
319 | } | 319 | } |
320 | /deep/.el-radio-button__orig-radio:checked + .el-radio-button__inner { | 320 | /deep/.el-radio-button__orig-radio:checked + .el-radio-button__inner { |
321 | background-color: #3fa2e1; | 321 | background-color: #00cacd; |
322 | border-color: #3fa2e1; | 322 | border-color: #00cacd; |
323 | } | 323 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment