UNPKG

lixin-web

Version:

vue and bootstrap

1,157 lines (1,130 loc) 25.6 kB
.el-button-group:before, .el-button-group:after{ display: table; content: ""; } .el-button-group:after{ clear: both; }@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 --------------------------*/ } .v-modal-enter{ animation: v-modal-in .2s ease; } .v-modal-leave{ animation: v-modal-out .2s ease forwards; } @keyframes v-modal-in{ 0%{ opacity: 0; } 100%{} } @keyframes v-modal-out{ 0%{} 100%{ opacity: 0; } } .v-modal{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.5; background: #000; } @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-button{ display: inline-block; line-height: 1; white-space: nowrap; cursor: pointer; background: #fff; border: 1px solid #d5d5d5; border-color: #c4c4c4; color: rgb(31, 48, 61); -webkit-appearance: none; text-align: center; box-sizing: border-box; outline: none; margin: 0; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; padding: 8px 15px; font-size: 14px; border-radius: 4px; } .el-button + .el-button{ margin-left: 10px; } .el-button:hover, .el-button:focus{ color: #2ba7e7; border-color: #2ba7e7; } .el-button:active{ color: rgb(39, 150, 208); border-color: rgb(39, 150, 208); outline: none; } .el-button::-moz-focus-inner{ border: 0; } .el-button [class*="el-icon-"]{} .el-button [class*="el-icon-"] + span{ margin-left: 5px; } .el-button.is-loading{ position: relative; pointer-events: none; } .el-button.is-loading:before{ pointer-events: none; content: ''; position: absolute; left: -1px; top: -1px; right: -1px; bottom: -1px; border-radius: inherit; background-color: rgba(255,255,255,.35); } .el-button.is-disabled{} .el-button.is-disabled, .el-button.is-disabled:hover, .el-button.is-disabled:focus{ color: #d5d5d5; cursor: not-allowed; background-image: none; background-color: rgb(238, 242, 246); border-color: rgb(209, 221, 229); } .el-button.is-disabled.el-button--text{ background-color: transparent; } .el-button.is-disabled.is-plain{} .el-button.is-disabled.is-plain, .el-button.is-disabled.is-plain:hover, .el-button.is-disabled.is-plain:focus{ background-color: #fff; border-color: rgb(209, 221, 229); color: #d5d5d5; } .el-button.is-active{ color: rgb(39, 150, 208); border-color: rgb(39, 150, 208); } .el-button.is-plain{} .el-button.is-plain:hover, .el-button.is-plain:focus{ background: #fff; border-color: #2ba7e7; color: #2ba7e7; } .el-button.is-plain:active{ background: #fff; border-color: rgb(39, 150, 208); color: rgb(39, 150, 208); outline: none; } .el-button--primary{ color: #fff; background-color: #2ba7e7; border-color: #2ba7e7; } .el-button--primary:hover, .el-button--primary:focus{ background: rgb(85, 185, 236); border-color: rgb(85, 185, 236); color: #fff; } .el-button--primary:active{ background: rgb(39, 150, 208); border-color: rgb(39, 150, 208); color: #fff; outline: none; } .el-button--primary.is-active{ background: rgb(39, 150, 208); border-color: rgb(39, 150, 208); color: #fff; } .el-button--primary.is-plain{ background: #fff; border: 1px solid #d5d5d5; color: rgb(31, 48, 61); } .el-button--primary.is-plain:hover, .el-button--primary.is-plain:focus{ background: #fff; border-color: #2ba7e7; color: #2ba7e7; } .el-button--primary.is-plain:active{ background: #fff; border-color: rgb(39, 150, 208); color: rgb(39, 150, 208); outline: none; } .el-button--success{ color: #fff; background-color: #78d640; border-color: #78d640; } .el-button--success:hover, .el-button--success:focus{ background: rgb(147, 222, 102); border-color: rgb(147, 222, 102); color: #fff; } .el-button--success:active{ background: rgb(108, 193, 58); border-color: rgb(108, 193, 58); color: #fff; outline: none; } .el-button--success.is-active{ background: rgb(108, 193, 58); border-color: rgb(108, 193, 58); color: #fff; } .el-button--success.is-plain{ background: #fff; border: 1px solid #d5d5d5; color: rgb(31, 48, 61); } .el-button--success.is-plain:hover, .el-button--success.is-plain:focus{ background: #fff; border-color: #78d640; color: #78d640; } .el-button--success.is-plain:active{ background: #fff; border-color: rgb(108, 193, 58); color: rgb(108, 193, 58); outline: none; } .el-button--warning{ color: #fff; background-color: #64c4c9; border-color: #64c4c9; } .el-button--warning:hover, .el-button--warning:focus{ background: rgb(131, 208, 212); border-color: rgb(131, 208, 212); color: #fff; } .el-button--warning:active{ background: rgb(90, 176, 181); border-color: rgb(90, 176, 181); color: #fff; outline: none; } .el-button--warning.is-active{ background: rgb(90, 176, 181); border-color: rgb(90, 176, 181); color: #fff; } .el-button--warning.is-plain{ background: #fff; border: 1px solid #d5d5d5; color: rgb(31, 48, 61); } .el-button--warning.is-plain:hover, .el-button--warning.is-plain:focus{ background: #fff; border-color: #64c4c9; color: #64c4c9; } .el-button--warning.is-plain:active{ background: #fff; border-color: rgb(90, 176, 181); color: rgb(90, 176, 181); outline: none; } .el-button--danger{ color: #fff; background-color: #fe5307; border-color: #fe5307; } .el-button--danger:hover, .el-button--danger:focus{ background: rgb(254, 117, 57); border-color: rgb(254, 117, 57); color: #fff; } .el-button--danger:active{ background: rgb(229, 75, 6); border-color: rgb(229, 75, 6); color: #fff; outline: none; } .el-button--danger.is-active{ background: rgb(229, 75, 6); border-color: rgb(229, 75, 6); color: #fff; } .el-button--danger.is-plain{ background: #fff; border: 1px solid #d5d5d5; color: rgb(31, 48, 61); } .el-button--danger.is-plain:hover, .el-button--danger.is-plain:focus{ background: #fff; border-color: #fe5307; color: #fe5307; } .el-button--danger.is-plain:active{ background: #fff; border-color: rgb(229, 75, 6); color: rgb(229, 75, 6); outline: none; } .el-button--info{ color: #fff; background-color: #d7a1e9; border-color: #d7a1e9; } .el-button--info:hover, .el-button--info:focus{ background: rgb(223, 180, 237); border-color: rgb(223, 180, 237); color: #fff; } .el-button--info:active{ background: rgb(194, 145, 210); border-color: rgb(194, 145, 210); color: #fff; outline: none; } .el-button--info.is-active{ background: rgb(194, 145, 210); border-color: rgb(194, 145, 210); color: #fff; } .el-button--info.is-plain{ background: #fff; border: 1px solid #d5d5d5; color: rgb(31, 48, 61); } .el-button--info.is-plain:hover, .el-button--info.is-plain:focus{ background: #fff; border-color: #d7a1e9; color: #d7a1e9; } .el-button--info.is-plain:active{ background: #fff; border-color: rgb(194, 145, 210); color: rgb(194, 145, 210); outline: none; } .el-button--large{ padding: 11px 19px; font-size: 16px; border-radius: 4px; } .el-button--small{ padding: 7px 9px; font-size: 12px; border-radius: 4px; } .el-button--mini{ padding: 4px 4px; font-size: 12px; border-radius: 4px; } .el-button--text{ border: none; color: #2ba7e7; background: transparent; padding-left: 0; padding-right: 0; } .el-button--text:hover, .el-button--text:focus{ color: rgb(85, 185, 236); } .el-button--text:active{ color: rgb(39, 150, 208); } .el-button-group{ display: inline-block; vertical-align: middle; } .el-button-group .el-button--primary{} .el-button-group .el-button--primary:first-child{ border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--primary:last-child{ border-left-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--primary:not(:first-child):not(:last-child){ border-left-color: rgba(255, 255, 255, 0.5); border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--success{} .el-button-group .el-button--success:first-child{ border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--success:last-child{ border-left-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--success:not(:first-child):not(:last-child){ border-left-color: rgba(255, 255, 255, 0.5); border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--warning{} .el-button-group .el-button--warning:first-child{ border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--warning:last-child{ border-left-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--warning:not(:first-child):not(:last-child){ border-left-color: rgba(255, 255, 255, 0.5); border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--danger{} .el-button-group .el-button--danger:first-child{ border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--danger:last-child{ border-left-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--danger:not(:first-child):not(:last-child){ border-left-color: rgba(255, 255, 255, 0.5); border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--info{} .el-button-group .el-button--info:first-child{ border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--info:last-child{ border-left-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--info:not(:first-child):not(:last-child){ border-left-color: rgba(255, 255, 255, 0.5); border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button{ float: left; position: relative; } .el-button-group .el-button + .el-button{ margin-left: 0; } .el-button-group .el-button:first-child{ border-top-right-radius: 0; border-bottom-right-radius: 0; } .el-button-group .el-button:last-child{ border-top-left-radius: 0; border-bottom-left-radius: 0; } .el-button-group .el-button:not(:first-child):not(:last-child){ border-radius: 0; } .el-button-group .el-button:not(:last-child){ margin-right: -1px; } .el-button-group .el-button:hover, .el-button-group .el-button:focus, .el-button-group .el-button:active{ z-index: 1; } .el-button-group .el-button.is-active{ z-index: 1; } @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; } .el-message-box{ text-align: left; display: inline-block; vertical-align: middle; background-color: #fff; width: 420px; border-radius: 3px; font-size: 16px; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .el-message-box__wrapper{ position: fixed; top: 0; bottom: 0; left: 0; right: 0; text-align: center; } .el-message-box__wrapper::after{ content: ""; display: inline-block; height: 100%; width: 0; vertical-align: middle; } .el-message-box__header{ position: relative; padding: 20px 20px 0; } .el-message-box__headerbtn{ position: absolute; top: 19px; right: 20px; background: transparent; border: none; outline: none; padding: 0; cursor: pointer; } .el-message-box__headerbtn .el-message-box__close { color: #999; } .el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close{ color: #2ba7e7; } .el-message-box__content{ padding: 30px 20px; color: #2ba7e7; font-size: 14px; position: relative; } .el-message-box__input{ padding-top: 15px; } .el-message-box__input input.invalid{ border-color: #fe5307; } .el-message-box__input input.invalid:focus{ border-color: #fe5307; } .el-message-box__errormsg{ color: #fe5307; font-size: 12px; min-height: 18px; margin-top: 2px; } .el-message-box__title{ padding-left: 0; margin-bottom: 0; font-size: 16px; font-weight: 700; height: 18px; color: #333; } .el-message-box__message{ margin: 0; } .el-message-box__message p{ margin: 0; line-height: 1.4; } .el-message-box__btns{ padding: 10px 20px 15px; text-align: right; } .el-message-box__btns button:nth-child(2){ margin-left: 10px; } .el-message-box__btns-reverse{ -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .el-message-box__status{ position: absolute; top: 50%; transform: translateY(-50%); font-size: 36px !important; } .el-message-box__status.el-icon-circle-check{ color: #78d640; } .el-message-box__status.el-icon-information{ color: #d7a1e9; } .el-message-box__status.el-icon-warning{ color: #64c4c9; } .el-message-box__status.el-icon-circle-cross{ color: #fe5307; } .msgbox-fade-enter-active { animation: msgbox-fade-in .3s; } .msgbox-fade-leave-active { animation: msgbox-fade-out .3s; } @keyframes msgbox-fade-in { 0% { transform: translate3d(0, -20px, 0); opacity: 0; } 100% { transform: translate3d(0, 0, 0); opacity: 1; } } @keyframes msgbox-fade-out { 0% { transform: translate3d(0, 0, 0); opacity: 1; } 100% { transform: translate3d(0, -20px, 0); opacity: 0; } } :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 --------------------------*/ }