| | |
| | | margin-top: 20px; |
| | | padding-bottom: 50px; |
| | | //border: 1px solid #fff; |
| | | |
| | | .mainTitle { |
| | | line-height: 60px; |
| | | } |
| | | |
| | | .tools { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | padding: 0; |
| | | |
| | | .funs { |
| | | |
| | | display: flex; |
| | | .funs-sp { |
| | | border: 1px solid #DCDFE6; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .pagination { |
| | | margin-top: 50px; |
| | | display: flex; |
| | | line-height: 50px; |
| | | justify-content: center; |
| | | |
| | | .el-pagination { |
| | | &::v-deep li, |
| | | &::v-deep .btn-prev, |
| | |
| | | // background-color: #071f39; |
| | | // color: #4b9bb7; |
| | | } |
| | | |
| | | &::v-deep .active { |
| | | background-color: #409eff; |
| | | color: #fff; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .el-table { |
| | | // color: #4b9bb7; |
| | | // font-size: 10px; |
| | |
| | | .line { |
| | | padding: 0 1px; |
| | | } |
| | | |
| | | span:hover { |
| | | cursor: pointer; |
| | | } |