123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427 |
- .el-collapse {
- .collapse__title {
- font-weight: 600;
- padding: 0 8px;
- font-size: 1.2em;
- line-height: 1.1em;
- }
- .el-collapse-item__content {
- padding: 0 8px;
- }
- }
- .el-divider--horizontal {
- margin-bottom: 10px;
- margin-top: 10px;
- }
- .el-breadcrumb__inner,
- .el-breadcrumb__inner a {
- font-weight: 400 !important;
- }
- .el-upload {
- input[type='file'] {
- display: none !important;
- }
- }
- .el-upload__input {
- display: none;
- }
- .cell {
- .el-tag {
- margin-right: 0px;
- }
- }
- .small-padding {
- .cell {
- padding-left: 5px;
- padding-right: 5px;
- }
- }
- .fixed-width {
- .el-button--mini {
- padding: 7px 10px;
- width: 60px;
- }
- }
- .status-col {
- .cell {
- padding: 0 10px;
- text-align: center;
- .el-tag {
- margin-right: 0px;
- }
- }
- }
- /*-------------Dialog-------------**/
- .el-overlay {
- overflow: hidden;
- .el-overlay-dialog {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 100%;
- .el-dialog {
- margin: 0 auto !important;
- .el-dialog__body {
- padding: 15px !important;
- }
- .el-dialog__header {
- padding: 16px 16px 8px 16px;
- box-sizing: border-box;
- border-bottom: 1px solid var(--brder-color);
- margin-right: 0;
- }
- }
- }
- }
- .el-dialog__body {
- max-height: calc(90vh - 111px) !important;
- overflow-y: auto;
- overflow-x: hidden;
- }
- // refine element ui upload
- .upload-container {
- .el-upload {
- width: 100%;
- .el-upload-dragger {
- width: 100%;
- height: 200px;
- }
- }
- }
- // dropdown
- .el-dropdown-menu {
- a {
- display: block;
- }
- }
- // fix date-picker ui bug in filter-item
- .el-range-editor.el-input__inner {
- display: inline-flex !important;
- }
- // to fix el-date-picker css style
- .el-range-separator {
- box-sizing: content-box;
- }
- .el-menu--collapse > div > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
- display: none;
- }
- .el-dropdown .el-dropdown-link {
- color: var(--el-color-primary) !important;
- }
- /* 当 el-form 的 inline 属性为 true 时 */
- /* 设置 label 的宽度默认为 68px */
- .el-form--inline .el-form-item__label {
- width: 68px;
- }
- /* 设置 el-select 的宽度默认为 240px */
- .el-form--inline .el-select {
- width: 240px;
- }
- /* 设置 el-input 的宽度默认为 240px */
- .el-form--inline .el-input {
- width: 240px;
- }
- .custom-popper {
- background: #081b41;
- border: 1px solid #126cf7;
- .el-select-dropdown__item {
- font-size: 30px;
- color: #eaf3fc;
- &:hover {
- color: #126cf7;
- font-weight: normal;
- background: #081b41;
- }
- }
- .el-select-dropdown__item.is-hovering {
- background: #081b41;
- }
- .el-select-dropdown__item.is-selected {
- color: #126cf7;
- font-weight: normal;
- background: #081b41;
- }
- }
- .custom-color-picker {
- .el-color-dropdown__link-btn {
- display: none;
- }
- }
- .custom-select {
- .el-select__wrapper {
- box-shadow: none !important;
- background-color: rgba(26, 144, 255, 0.15) !important;
- border: 4px solid rgba(26, 144, 255, 0.15) !important;
- border-radius: 0;
- position: relative;
- padding: 4px 24px !important;
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- width: 12px;
- height: 12px;
- background: url('@/assets/images/inputIcon1.png') no-repeat;
- background-size: 100% 100%;
- }
- &::after {
- content: '';
- position: absolute;
- right: 0;
- bottom: 0;
- width: 12px;
- height: 12px;
- background: url('@/assets/images/inputIcon2.png') no-repeat;
- background-size: 100% 100%;
- }
- .el-select__placeholder {
- color: #a0c7dc;
- font-size: 36px;
- height: 80px;
- line-height: 80px;
- }
- .el-select__suffix {
- &::after {
- content: '';
- width: 28px;
- height: 48px;
- background: url('@/assets/images/select.png') no-repeat;
- background-size: 100% 100%;
- }
- .el-icon {
- display: none;
- }
- }
- }
- .el-select__wrapper.is-hovering, .el-select__wrapper.is-focused {
- color: #b1cae0 !important;
- background-color: #0d1d4e !important;
- border: 4px solid #2C81FF !important;
- }
- }
- .custom-select-popper {
- .el-scrollbar {
- background-color: rgba(5, 18, 53, 0.85) !important;
- border: 4px solid #2C81FF !important;
- border-radius: 0;
- box-shadow:inset 0 0 40px rgba(26, 144, 255, 0.5) !important;
- .el-select-dropdown__item {
- color: #b1cae0;
- font-size: 36px;
- height: 80px;
- line-height: 80px;
- }
- .el-select-dropdown__item.is-selected, .el-select-dropdown__item.is-hovering {
- color: #7af0e9;
- background-color: #1c335f;
- font-weight: normal;
- }
- }
- .custom-tabs {
- width: 100%;
- }
- }
- .custom-select2 {
- .el-select__wrapper {
- box-shadow: none !important;
- background-color: transparent !important;
- border: none !important;
- border-radius: 0;
- position: relative;
- padding: 4px 24px !important;
- .el-select__placeholder {
- color: #edfaff;
- font-size: 38px;
- height: 80px;
- line-height: 80px;
- }
- .el-select__suffix {
- &::after {
- content: '';
- width: 33px;
- height: 15px;
- background: url('@/assets/images/map/rightMenu/down2.png') no-repeat;
- background-size: 100% 100%;
- }
- .el-icon {
- display: none;
- }
- }
- }
- .el-select__wrapper.is-hovering, .el-select__wrapper.is-focused {
- color: #edfaff !important;
- background-color: transparent !important;
- border: none !important;
- }
- }
- .custom-select-popper2 {
- .el-scrollbar {
- background-color: rgba(5, 18, 53, 0.85) !important;
- border: 4px solid #2C81FF !important;
- border-radius: 0;
- box-shadow:inset 0 0 40px rgba(26, 144, 255, 0.5) !important;
- .el-select-dropdown__item {
- color: #b1cae0;
- font-size: 38px;
- height: 80px;
- line-height: 80px;
- }
- .el-select-dropdown__item.is-selected, .el-select-dropdown__item.is-hovering {
- color: #7af0e9;
- background-color: #1c335f;
- font-weight: normal;
- }
- }
- .custom-tabs {
- width: 100%;
- }
- }
- .custom-input {
- position: relative;
- .el-input__icon {
- font-size: 32px;
- color: #a7ccdf;
- }
- .el-input__wrapper {
- box-shadow: none;
- background-color: #0a3b87;
- border: 1px solid #0d63c2;
- }
- .el-input__inner {
- font-size: 32px;
- color: #a7ccdf;
- font-family: PingFang SC;
- height: 55px;
- line-height: 55px;
- &::placeholder {
- color: #a7ccdf;
- }
- }
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- z-index: 2;
- width: 12px;
- height: 12px;
- background: url('@/assets/images/inputIcon1.png') no-repeat;
- background-size: 100% 100%;
- }
- &::after {
- content: '';
- position: absolute;
- right: 0;
- bottom: 0;
- z-index: 2;
- width: 12px;
- height: 12px;
- background: url('@/assets/images/inputIcon2.png') no-repeat;
- background-size: 100% 100%;
- }
- }
- .custom-input2 {
- position: relative;
- .el-input__wrapper {
- box-shadow: none;
- background-color: #0d2f5d;
- border: 1px solid #0a59a8;
- }
- .el-input__inner {
- font-size: 32px;
- color: #a8b9cd;
- font-family: PingFang SC;
- height: 55px;
- line-height: 55px;
- &::placeholder {
- color: #a8b9cd;
- }
- }
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- z-index: 2;
- width: 12px;
- height: 12px;
- background: url('@/assets/images/inputIcon1.png') no-repeat;
- background-size: 100% 100%;
- }
- &::after {
- content: '';
- position: absolute;
- right: 0;
- bottom: 0;
- z-index: 2;
- width: 12px;
- height: 12px;
- background: url('@/assets/images/inputIcon2.png') no-repeat;
- background-size: 100% 100%;
- }
- }
- .custom-textarea {
- position: relative;
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- z-index: 2;
- width: 12px;
- height: 12px;
- background: url('@/assets/images/inputIcon1.png') no-repeat;
- background-size: 100% 100%;
- }
- &::after {
- content: '';
- position: absolute;
- right: 0;
- bottom: 0;
- z-index: 2;
- width: 12px;
- height: 12px;
- background: url('@/assets/images/inputIcon2.png') no-repeat;
- background-size: 100% 100%;
- }
- }
|