123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- @import "mixins/mixins";
- @import "mixins/utils";
- @import "common/var";
- @import "select";
- @include b(pagination) {
- white-space: nowrap;
- padding: 2px 5px;
- color: $--pagination-color;
- font-weight: bold;
- @include utils-clearfix;
- span:not([class*=suffix]),
- button {
- display: inline-block;
- font-size: $--pagination-font-size;
- min-width: $--pagination-button-width;
- height: $--pagination-button-height;
- line-height: $--pagination-button-height;
- vertical-align: top;
- box-sizing: border-box;
- }
- .el-input__inner {
- text-align: center;
- -moz-appearance: textfield;
- }
- // pagesize 的下拉 icon
- .el-input__suffix {
- right: 0;
- transform: scale(.8);
- }
- .el-select .el-input {
- width: 100px;
- margin: 0 5px;
- .el-input__inner {
- padding-right: 25px;
- border-radius: $--pagination-border-radius;
- height: $--pagination-button-height;
- }
- }
- button {
- border: none;
- padding: 0 6px;
- background: transparent;
- &:focus {
- outline: none;
- }
- &:hover {
- color: $--pagination-hover-fill;
- }
- &.disabled {
- color: $--pagination-button-disabled-color;
- background-color: $--pagination-button-disabled-fill;
- cursor: not-allowed;
- }
- }
- .btn-prev,
- .btn-next {
- background: center center no-repeat;
- background-size: 16px;
- background-color: $--pagination-fill;
- cursor: pointer;
- margin: 0;
- color: $--pagination-button-color;
- .el-icon {
- display: block;
- font-size: 12px;
- font-weight: bold;
- }
- }
- .btn-prev {
- padding-right: 12px;
- }
- .btn-next {
- padding-left: 12px;
- }
- .el-pager li.disabled {
- color: $--color-text-placeholder;
- cursor: not-allowed;
- }
- @include m(small) {
- .btn-prev,
- .btn-next,
- .el-pager li,
- .el-pager li:last-child {
- border-color: transparent;
- font-size: 12px;
- line-height: 22px;
- height: 22px;
- min-width: 22px;
- }
- .arrow.disabled {
- visibility: hidden;
- }
- }
- @include e(sizes) {
- margin: 0 10px 0 0;
- font-weight: normal;
- color: $--color-text-regular;
- .el-input .el-input__inner {
- font-size: $--pagination-font-size;
- padding-left: 8px;
- &:hover {
- border-color: $--pagination-hover-fill;
- }
- }
- }
- @include e(total) {
- margin-right: 10px;
- font-weight: normal;
- color: $--color-text-regular;
- }
- @include e(jump) {
- margin-left: 24px;
- font-weight: normal;
- color: $--color-text-regular;
- .el-input__inner {
- padding: 0 3px;
- }
- }
- @include e(rightwrapper) {
- float: right;
- }
- @include e(editor) {
- line-height: 18px;
- padding: 0 2px;
- height: $--pagination-button-height;
-
- text-align: center;
- margin: 0 2px;
- box-sizing: border-box;
- border-radius: $--pagination-border-radius;
- &.el-input {
- width: 50px;
- }
- &.el-input .el-input__inner {
- height: $--pagination-button-height;
- }
- .el-input__inner::-webkit-inner-spin-button,
- .el-input__inner::-webkit-outer-spin-button {
- -webkit-appearance: none;
- margin: 0;
- }
- }
- @include when(background) {
- .btn-prev,
- .btn-next,
- .el-pager li {
- margin: 0 5px;
- background-color: $--color-info-lighter;
- color: $--color-text-regular;
- min-width: 30px;
- border-radius: 2px;
- &.disabled {
- color: $--color-text-placeholder;
- }
- }
- .btn-prev, .btn-next {
- padding: 0;
- &.disabled {
- color: $--color-text-placeholder;
- }
- }
- .el-pager li:not(.disabled) {
- &:hover {
- color: $--pagination-hover-fill;
- }
- &.active {
- background-color: $--color-primary;
- color: $--color-white;
- }
- }
- &.el-pagination--small {
- .btn-prev,
- .btn-next,
- .el-pager li {
- margin: 0 3px;
- min-width: 22px;
- }
- }
- }
- }
- @include b(pager) {
- user-select: none;
- list-style: none;
- display: inline-block;
- vertical-align: top;
- font-size: 0;
- padding: 0;
- margin: 0;
- .more::before {
- line-height: 30px;
- }
- li {
- padding: 0 4px;
- background: $--pagination-fill;
- vertical-align: top;
- display: inline-block;
- font-size: $--pagination-font-size;
- min-width: $--pagination-button-width;
- height: $--pagination-button-height;
- line-height: $--pagination-button-height;
- cursor: pointer;
- box-sizing: border-box;
- text-align: center;
- margin: 0;
- &.btn-quicknext,
- &.btn-quickprev {
- line-height: 28px;
- color: $--pagination-button-color;
- &.disabled {
- color: $--color-text-placeholder;
- }
- }
- &.btn-quickprev:hover {
- cursor: pointer;
- }
- &.btn-quicknext:hover {
- cursor: pointer;
- }
- &.active + li {
- border-left: 0;
- }
- &:hover {
- color: $--pagination-hover-fill;
- }
- &.active {
- color: $--pagination-hover-fill;
- cursor: default;
- }
- }
- }
|