UNPKG

lixin-web

Version:

vue and bootstrap

1,582 lines (1,549 loc) 35.5 kB
.el-pagination:before, .el-pagination:after{ display: table; content: ""; } .el-pagination:after{ clear: both; }@charset "UTF-8"; @charset "UTF-8"; :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Menu --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ /* Transfer --------------------------*/ } @charset "UTF-8"; :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Menu --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ /* Transfer --------------------------*/ } .el-select-dropdown{ position: absolute; z-index: 1001; border: solid 1px rgb(209, 221, 229); border-radius: 2px; background-color: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04); box-sizing: border-box; margin: 5px 0; } .el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{ padding: 0; } .el-select-dropdown.is-multiple{} .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{ color: #2ba7e7; background-color: #fff; } .el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{ background-color: #eff8f9; } .el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{ position: absolute; right: 10px; font-family: 'element-icons'; content: "\E608"; font-size: 11px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .el-select-dropdown__empty{ padding: 10px 0; margin: 0; text-align: center; color: #999; font-size: 14px; } .el-select-dropdown__wrap{ max-height: 274px; } .el-select-dropdown__list{ list-style: none; padding: 6px 0; margin: 0; box-sizing: border-box; } @charset "UTF-8"; :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Menu --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ /* Transfer --------------------------*/ } .el-input{ position: relative; font-size: 14px; display: inline-block; width: 100%; } .el-input.is-disabled .el-input__inner{ background-color: rgb(238, 242, 246); border-color: rgb(209, 221, 229); color: #bbb; cursor: not-allowed; } .el-input.is-disabled .el-input__inner::-webkit-input-placeholder{ color: #d5d5d5; } .el-input.is-disabled .el-input__inner:-ms-input-placeholder{ color: #d5d5d5; } .el-input.is-disabled .el-input__inner::placeholder{ color: #d5d5d5; } .el-input.is-active .el-input__inner{ outline: none; border-color: #2ba7e7; } .el-input__inner{ -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #fff; background-image: none; border-radius: 2px; border: 1px solid #d5d5d5; box-sizing: border-box; color: rgb(31, 48, 61); display: inline-block; font-size: inherit; height: 31px; line-height: 1; outline: none; padding: 3px 10px; transition: border-color .2s cubic-bezier(.645,.045,.355,1); width: 100%; } .el-input__inner::-webkit-input-placeholder{ color: #999; } .el-input__inner:-ms-input-placeholder{ color: #999; } .el-input__inner::placeholder{ color: #999; } .el-input__inner:hover{ border-color: rgba(43, 167, 231, 0.5); } .el-input__inner:focus{ outline: none; border-color: #2ba7e7; } .el-input__icon{ position: absolute; width: 35px; height: 100%; right: 0; top: 0; text-align: center; color: #d5d5d5; transition: all .3s; } .el-input__icon:after{ content: ''; height: 100%; width: 0; display: inline-block; vertical-align: middle; } .el-input__icon + .el-input__inner{ padding-right: 35px; } .el-input__icon.is-clickable{} .el-input__icon.is-clickable:hover{ cursor: pointer; color: rgba(43, 167, 231, 0.5); } .el-input__icon.is-clickable:hover + .el-input__inner{ border-color: rgba(43, 167, 231, 0.5); } .el-input--large{ font-size: 16px; } .el-input--large .el-input__inner{ height: 42px; } .el-input--small{ font-size: 13px; } .el-input--small .el-input__inner{ height: 30px; } .el-input--mini{ font-size: 12px; } .el-input--mini .el-input__inner{ height: 22px; } .el-input-group{ line-height: normal; display: inline-table; width: 100%; border-collapse: separate; } .el-input-group > .el-input__inner{ vertical-align: middle; display: table-cell; } .el-input-group__append, .el-input-group__prepend{ background-color: rgb(251, 253, 255); color: rgb(151, 171, 190); vertical-align: middle; display: table-cell; position: relative; border: 1px solid #d5d5d5; border-radius: 2px; padding: 0 10px; width: 1px; white-space: nowrap; } .el-input-group__append .el-select, .el-input-group__append .el-button, .el-input-group__prepend .el-select, .el-input-group__prepend .el-button{ display: block; margin: -10px; } .el-input-group__append button.el-button, .el-input-group__append div.el-select .el-input__inner, .el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button, .el-input-group__prepend div.el-select .el-input__inner, .el-input-group__prepend div.el-select:hover .el-input__inner{ border-color: transparent; background-color: transparent; color: inherit; border-top: 0; border-bottom: 0; } .el-input-group__append .el-button, .el-input-group__append .el-input, .el-input-group__prepend .el-button, .el-input-group__prepend .el-input{ font-size: inherit; } .el-input-group__prepend{ border-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } .el-input-group__append{ border-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } .el-input-group--prepend .el-input__inner{ border-top-left-radius: 0; border-bottom-left-radius: 0; } .el-input-group--append .el-input__inner{ border-top-right-radius: 0; border-bottom-right-radius: 0; } .el-textarea{ display: inline-block; width: 100%; vertical-align: bottom; } .el-textarea.is-disabled .el-textarea__inner{ background-color: rgb(238, 242, 246); border-color: rgb(209, 221, 229); color: #bbb; cursor: not-allowed; } .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{ color: #d5d5d5; } .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{ color: #d5d5d5; } .el-textarea.is-disabled .el-textarea__inner::placeholder{ color: #d5d5d5; } .el-textarea__inner{ display: block; resize: vertical; padding: 5px 7px; line-height: 1.5; box-sizing: border-box; width: 100%; font-size: 14px; color: rgb(31, 48, 61); background-color: #fff; background-image: none; border: 1px solid #d5d5d5; border-radius: 2px; transition: border-color .2s cubic-bezier(.645,.045,.355,1); } .el-textarea__inner::-webkit-input-placeholder{ color: #999; } .el-textarea__inner:-ms-input-placeholder{ color: #999; } .el-textarea__inner::placeholder{ color: #999; } .el-textarea__inner:hover{ border-color: rgba(43, 167, 231, 0.5); } .el-textarea__inner:focus{ outline: none; border-color: #2ba7e7; } @charset "UTF-8"; :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Menu --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ /* Transfer --------------------------*/ } .el-tag{ background-color: rgb(131, 148, 165); display: inline-block; padding: 0 5px; height: 24px; line-height: 22px; font-size: 12px; color: #fff; border-radius: 4px; box-sizing: border-box; border: 1px solid transparent; white-space: nowrap; } .el-tag .el-icon-close{ border-radius: 50%; text-align: center; position: relative; cursor: pointer; font-size: 12px; transform: scale(.75, .75); height: 18px; width: 18px; line-height: 18px; vertical-align: middle; top: -1px; right: -2px; } .el-tag .el-icon-close:hover{ background-color: #fff; color: rgb(131, 148, 165); } .el-tag--gray{ background-color: #eff8f9; border-color: #eff8f9; color: #2ba7e7; } .el-tag--gray .el-tag__close:hover{ background-color: #2ba7e7; color: #fff; } .el-tag--gray.is-hit{ border-color: #2ba7e7; } .el-tag--primary{ background-color: rgba(32,159,255,0.10); border-color: rgba(32,159,255,0.20); color: #2ba7e7; } .el-tag--primary .el-tag__close:hover{ background-color: #2ba7e7; color: #fff; } .el-tag--primary.is-hit{ border-color: #2ba7e7; } .el-tag--success{ background-color: rgba(18,206,102,0.10); border-color: rgba(18,206,102,0.20); color: #78d640; } .el-tag--success .el-tag__close:hover{ background-color: #78d640; color: #fff; } .el-tag--success.is-hit{ border-color: #78d640; } .el-tag--warning{ background-color: rgba(247,186,41,0.10); border-color: rgba(247,186,41,0.20); color: #64c4c9; } .el-tag--warning .el-tag__close:hover{ background-color: #64c4c9; color: #fff; } .el-tag--warning.is-hit{ border-color: #64c4c9; } .el-tag--danger{ background-color: rgba(255,73,73,0.10); border-color: rgba(255,73,73,0.20); color: #fe5307; } .el-tag--danger .el-tag__close:hover{ background-color: #fe5307; color: #fff; } .el-tag--danger.is-hit{ border-color: #fe5307; } @charset "UTF-8"; :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Menu --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ /* Transfer --------------------------*/ } .el-select-dropdown{} .el-select-dropdown__item{ font-size: 14px; padding: 8px 10px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #2ba7e7; height: 36px; line-height: 1.5; box-sizing: border-box; cursor: pointer; } .el-select-dropdown__item.hover, .el-select-dropdown__item:hover{ background-color: #eff8f9; } .el-select-dropdown__item.selected{ color: #fff; background-color: #2ba7e7; } .el-select-dropdown__item.selected.hover{ background-color: rgb(38, 147, 203); } .el-select-dropdown__item span{ line-height: 1.5 !important; } .el-select-dropdown__item.is-disabled{ color: #d5d5d5; cursor: not-allowed; } .el-select-dropdown__item.is-disabled:hover{ background-color: #fff; } @charset "UTF-8"; :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Menu --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ /* Transfer --------------------------*/ } .el-select-group{ margin: 0; padding: 0; } .el-select-group .el-select-dropdown__item{ padding-left: 20px; } .el-select-group__wrap{ list-style: none; margin: 0; padding: 0; } .el-select-group__title{ padding-left: 10px; font-size: 12px; color: #999; height: 30px; line-height: 30px; } @charset "UTF-8"; :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Menu --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ /* Transfer --------------------------*/ } .el-scrollbar{ overflow: hidden; position: relative; } .el-scrollbar:hover .el-scrollbar__bar, .el-scrollbar:active .el-scrollbar__bar, .el-scrollbar:focus .el-scrollbar__bar{ opacity: 1; transition: opacity 340ms ease-out; } .el-scrollbar__wrap{ overflow: scroll; } .el-scrollbar__wrap--hidden-default{} .el-scrollbar__wrap--hidden-default::-webkit-scrollbar{ width: 0; height: 0; } .el-scrollbar__thumb{ position: relative; display: block; width: 0; height: 0; cursor: pointer; border-radius: inherit; background-color: rgba(151, 171, 190, 0.3); transition: .3s background-color; } .el-scrollbar__thumb:hover{ background-color: rgba(151, 171, 190, 0.5); } .el-scrollbar__bar{ position: absolute; right: 2px; bottom: 2px; z-index: 1; border-radius: 4px; opacity: 0; transition: opacity 120ms ease-out; } .el-scrollbar__bar.is-horizontal{ height: 6px; left: 2px; } .el-scrollbar__bar.is-horizontal > div{ height: 100%; } .el-scrollbar__bar.is-vertical{ width: 6px; top: 2px; } .el-scrollbar__bar.is-vertical > div{ width: 100%; } .el-select{ display: inline-block; position: relative; } .el-select:hover .el-input__inner{ border-color: rgba(43, 167, 231, 0.5); } .el-select .el-input__inner{ cursor: pointer; padding-right: 35px; } .el-select .el-input__inner:focus{ border-color: #2ba7e7; } .el-select .el-input{} .el-select .el-input .el-input__icon{ color: rgb(31, 48, 61); font-size: 12px; transition: transform .3s; transform: translateY(-50%) rotateZ(180deg); line-height: 16px; top: 50%; cursor: pointer; } .el-select .el-input .el-input__icon.is-show-close{ transition: 0s; width: 16px; height: 16px; font-size: 14px; right: 8px; text-align: center; transform: translateY(-50%) rotateZ(180deg); border-radius: 100%; color: rgb(31, 48, 61); } .el-select .el-input .el-input__icon.is-show-close:hover{ color: rgb(151, 171, 190); } .el-select .el-input .el-input__icon.is-reverse{ transform: translateY(-50%); } .el-select .el-input.is-disabled{} .el-select .el-input.is-disabled .el-input__inner{ cursor: not-allowed; } .el-select .el-input.is-disabled .el-input__inner:hover{ border-color: rgb(209, 221, 229); } .el-select > .el-input{ display: block; } .el-select .el-tag__close{ margin-top: -2px; } .el-select .el-tag{ height: 24px; line-height: 24px; box-sizing: border-box; margin: 3px 0 3px 6px; } .el-select__input{ border: none; outline: none; padding: 0; margin-left: 10px; color: #666; font-size: 14px; vertical-align: baseline; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: 28px; background-color: transparent; } .el-select__input.is-mini{ height: 14px; } .el-select__close{ cursor: pointer; position: absolute; top: 8px; z-index: 1000; right: 25px; color: rgb(31, 48, 61); line-height: 18px; font-size: 12px; } .el-select__close:hover{ color: rgb(151, 171, 190); } .el-select__tags{ position: absolute; line-height: normal; white-space: normal; z-index: 1; top: 50%; transform: translateY(-50%); } .el-select__tag{ display: inline-block; height: 24px; line-height: 24px; font-size: 14px; border-radius: 4px; color: #fff; background-color: #2ba7e7; } .el-select__tag .el-icon-close{ font-size: 12px; } :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Menu --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ /* Transfer --------------------------*/ } .el-pagination{ white-space: nowrap; padding: 2px 5px; color: #333; } .el-pagination span, .el-pagination button{ display: inline-block; font-size: 13px; min-width: 28px; height: 28px; line-height: 28px; vertical-align: top; box-sizing: border-box; } .el-pagination .el-select .el-input{ width: 110px; } .el-pagination .el-select .el-input input{ padding-right: 25px; border-radius: 2px; height: 28px; } .el-pagination button{ border: none; padding: 0 6px; background: transparent } .el-pagination button:focus{ outline: none; } .el-pagination button:hover{ color: #2ba7e7; } .el-pagination button.disabled{ color: #e4e4e4; background-color: #fff; cursor: not-allowed; } .el-pagination .btn-prev, .el-pagination .btn-next{ background: center center no-repeat; background-size: 16px; background-color: #fff; border: 1px solid rgb(209, 221, 229); cursor: pointer; margin: 0; color: rgb(151, 171, 190); } .el-pagination .btn-prev .el-icon, .el-pagination .btn-next .el-icon{ display: block; font-size: 12px; } .el-pagination .btn-prev{ border-radius: 2px 0 0 2px; border-right: 0; } .el-pagination .btn-next{ border-radius: 0 2px 2px 0; border-left: 0; } .el-pagination--small .btn-prev, .el-pagination--small .btn-next, .el-pagination--small .el-pager li, .el-pagination--small .el-pager li:last-child { border-color: transparent; font-size: 12px; line-height: 22px; height: 22px; min-width: 22px; } .el-pagination--small .arrow.disabled { visibility: hidden; } .el-pagination--small .el-pager li { border-radius: 2px; } .el-pagination__sizes{ margin: 0 10px 0 0; } .el-pagination__sizes .el-input .el-input__inner { font-size: 13px; border-color: rgb(209, 221, 229) } .el-pagination__sizes .el-input .el-input__inner:hover{ border-color: #2ba7e7; } .el-pagination__jump{ margin-left: 10px; } .el-pagination__total{ margin: 0 10px; } .el-pagination__rightwrapper{ float: right; } .el-pagination__editor{ border: 1px solid rgb(209, 221, 229); border-radius: 2px; line-height: 18px; padding: 4px 2px; width: 30px; text-align: center; margin: 0 6px; box-sizing: border-box; transition: border .3s; } .el-pagination__editor::-webkit-inner-spin-button, .el-pagination__editor::-webkit-outer-spin-button{ -webkit-appearance: none; margin: 0; } .el-pagination__editor:focus{ outline: none; border-color: #2ba7e7; } .el-pager{ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; list-style: none; display: inline-block; vertical-align: top; font-size: 0; padding: 0; margin: 0; } .el-pager li{ padding: 0 4px; border: 1px solid rgb(209, 221, 229); border-right: 0; background: #fff; vertical-align: top; display: inline-block; font-size: 13px; min-width: 28px; height: 28px; line-height: 28px; cursor: pointer; box-sizing: border-box; text-align: center; margin: 0 } .el-pager li:last-child{ border-right: 1px solid rgb(209, 221, 229); } .el-pager li.btn-quicknext, .el-pager li.btn-quickprev{ line-height: 28px; color: rgb(151, 171, 190); } .el-pager li.btn-quickprev:hover{ cursor: pointer; } .el-pager li.btn-quicknext:hover{ cursor: pointer; } .el-pager li.active + li{ border-left: 0; padding-left: 5px; } .el-pager li:hover{ color: #2ba7e7; } .el-pager li.active{ border-color: #2ba7e7; background-color: #2ba7e7; color: #fff; cursor: default; } :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Steps --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ }