| | |
| | | </script> |
| | | <style> |
| | | /* @import url("../static/img/alifont/iconfont.css"); */ |
| | | @import url("//at.alicdn.com/t/c/font_4179845_pixkgb97c4p.css"); |
| | | @import url("//at.alicdn.com/t/c/font_4379269_qfsjed5hzge.css"); |
| | | |
| | | * { |
| | | margin: 0; |
| | |
| | | /* 全局表格样式 */ |
| | | .el-table th.el-table__cell, |
| | | .has-gutter .el-table__cell { |
| | | background-color: #f0f1f5 !important; |
| | | background-color: #F0F1F5 !important; |
| | | color: #333; |
| | | } |
| | | .has-gutter .el-table__cell .cell { |
| | | font-size: 16px; |
| | | font-size: 14px !important; |
| | | font-weight: 500; |
| | | } |
| | | .cell { |
| | | color: rgb(51, 51, 51); |
| | | padding-left: 17px !important; |
| | | font-size: 14px; |
| | | color: #333; |
| | | padding: 0 17px !important; |
| | | font-size: 12px; |
| | | } |
| | | .cell span { |
| | | font-size: 14px; |
| | | font-size: 12px; |
| | | font-weight: 400; |
| | | } |
| | | .el-table .el-table__cell{ |
| | | padding: 0px 0; |
| | | } |
| | | .el-table th.el-table__cell > .cell { |
| | | font-size: 16px; |
| | | font-size: 14px; |
| | | font-weight: 400; |
| | | color: rgb(51, 51, 51); |
| | | color: #333; |
| | | padding: 6px 17px !important; |
| | | } |
| | | /* 全局分页器样式 */ |
| | | .el-pager .number { |
| | |
| | | font-weight: 500; |
| | | } |
| | | .el-pager .number.active { |
| | | background-color: #004ea2; |
| | | background-color: #3A7BFA; |
| | | color: #fff; |
| | | border: 0; |
| | | } |
| | | .el-pager li.active+li{ |
| | | border-left: 10px !important; |
| | | } |
| | | /* 全局模态框样式 */ |
| | | .el-dialog__header,.el-message-box__header { |
| | |
| | | display: inline-block; |
| | | width: 4px; |
| | | height: 30.24px; |
| | | background: rgb(0, 95, 201); |
| | | background: #3A7BFA; |
| | | border-radius: 10px; |
| | | margin-left: 32px; |
| | | margin-right: 8.5px; |
| | |
| | | display: inline-block; |
| | | width: 4px; |
| | | height: 30.24px; |
| | | background: rgb(0, 95, 201); |
| | | background: #3A7BFA; |
| | | border-radius: 10px; |
| | | margin-left: 20px; |
| | | margin-right: 8.5px; |
| | |
| | | |
| | | .el-dialog__footer .el-button { |
| | | height: 36px; |
| | | border: 1px solid rgba(190, 190, 190, 0.44); |
| | | box-shadow: 0px 2px 4px rgba(220, 220, 220, 0.41); |
| | | /* border: 1px solid rgba(190, 190, 190, 0.44); */ |
| | | /* box-shadow: 0px 2px 4px rgba(220, 220, 220, 0.41); */ |
| | | padding: 0 14px; |
| | | } |
| | | |
| | |
| | | color: #666 !important; |
| | | background-color: rgba(0, 0, 0, 0.05) !important; |
| | | } |
| | | .el-divider{ |
| | | margin: 5px 0; |
| | | } |
| | | /* 全局输入框样式 */ |
| | | /* 全局按钮样式 */ |
| | | </style> |