| | |
| | | } |
| | | } |
| | | |
| | | //字节对话框 |
| | | .arco-modal-simple { |
| | | width: 400px; |
| | | |
| | | .arco-modal-header { |
| | | padding: 0; |
| | | margin-bottom: 0; |
| | | } |
| | | |
| | | .arco-modal-footer { |
| | | text-align: right; |
| | | margin-top: 0; |
| | | } |
| | | } |
| | | |
| | | //弹窗底部按钮 |
| | | .dialogFooter { |
| | | width: 100%; |
| | |
| | | .dialogBack {} |
| | | } |
| | | |
| | | // .arco-btn-primary:not(.arco-btn-disabled) { |
| | | // background-color: @main-color; |
| | | |
| | | // &:hover { |
| | | // background-color: @main-color; |
| | | // } |
| | | // } |
| | | |
| | | .arco-btn-primary:not(.arco-btn-disabled) { |
| | | background-color: @main-color; |
| | | } |
| | | |
| | | &:hover { |
| | | background-color: @main-color; |
| | | } |
| | | .arco-btn-primary:not(.arco-btn-disabled):not(.arco-btn-loading):hover { |
| | | background-color: @main-color; |
| | | } |