UNPKG

gov-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

465 lines (464 loc) 12.5 kB
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ .gov-steps { font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); box-sizing: border-box; margin: 0; padding: 0; list-style: none; font-size: 0; width: 100%; display: flex; } .gov-steps-item { position: relative; display: inline-block; vertical-align: top; flex: 1; overflow: hidden; } .gov-steps-item:last-child { flex: none; } .gov-steps-item:last-child .gov-steps-item-tail, .gov-steps-item:last-child .gov-steps-item-title:after { display: none; } .gov-steps-item-icon, .gov-steps-item-content { display: inline-block; vertical-align: top; } .gov-steps-item-icon { border: 1px solid rgba(0, 0, 0, 0.25); width: 32px; height: 32px; line-height: 32px; text-align: center; border-radius: 32px; font-size: 16px; margin-right: 8px; transition: background-color 0.3s, border-color 0.3s; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .gov-steps-item-icon > .gov-steps-icon { line-height: 1; top: -1px; color: #0066ff; position: relative; } .gov-steps-item-tail { position: absolute; left: 0; width: 100%; top: 12px; padding: 0 10px; } .gov-steps-item-tail:after { content: ''; display: inline-block; background: #e8e8e8; height: 1px; border-radius: 1px; width: 100%; transition: background 0.3s; } .gov-steps-item-title { font-size: 16px; color: rgba(0, 0, 0, 0.65); display: inline-block; padding-right: 16px; position: relative; line-height: 32px; } .gov-steps-item-title:after { content: ''; height: 1px; width: 9999px; background: #e8e8e8; display: block; position: absolute; top: 16px; left: 100%; } .gov-steps-item-description { font-size: 14px; color: rgba(0, 0, 0, 0.45); } .gov-steps-item-wait .gov-steps-item-icon { border-color: rgba(0, 0, 0, 0.25); background-color: #fff; } .gov-steps-item-wait .gov-steps-item-icon > .gov-steps-icon { color: rgba(0, 0, 0, 0.25); } .gov-steps-item-wait .gov-steps-item-icon > .gov-steps-icon .gov-steps-icon-dot { background: rgba(0, 0, 0, 0.25); } .gov-steps-item-wait > .gov-steps-item-content > .gov-steps-item-title { color: rgba(0, 0, 0, 0.45); } .gov-steps-item-wait > .gov-steps-item-content > .gov-steps-item-title:after { background-color: #e8e8e8; } .gov-steps-item-wait > .gov-steps-item-content > .gov-steps-item-description { color: rgba(0, 0, 0, 0.45); } .gov-steps-item-wait > .gov-steps-item-tail:after { background-color: #e8e8e8; } .gov-steps-item-process .gov-steps-item-icon { border-color: #0066ff; background-color: #fff; } .gov-steps-item-process .gov-steps-item-icon > .gov-steps-icon { color: #0066ff; } .gov-steps-item-process .gov-steps-item-icon > .gov-steps-icon .gov-steps-icon-dot { background: #0066ff; } .gov-steps-item-process > .gov-steps-item-content > .gov-steps-item-title { color: rgba(0, 0, 0, 0.85); } .gov-steps-item-process > .gov-steps-item-content > .gov-steps-item-title:after { background-color: #e8e8e8; } .gov-steps-item-process > .gov-steps-item-content > .gov-steps-item-description { color: rgba(0, 0, 0, 0.65); } .gov-steps-item-process > .gov-steps-item-tail:after { background-color: #e8e8e8; } .gov-steps-item-process .gov-steps-item-icon { background: #0066ff; } .gov-steps-item-process .gov-steps-item-icon > .gov-steps-icon { color: #fff; } .gov-steps-item-process .gov-steps-item-title { font-weight: 500; } .gov-steps-item-finish .gov-steps-item-icon { border-color: #0066ff; background-color: #fff; } .gov-steps-item-finish .gov-steps-item-icon > .gov-steps-icon { color: #0066ff; } .gov-steps-item-finish .gov-steps-item-icon > .gov-steps-icon .gov-steps-icon-dot { background: #0066ff; } .gov-steps-item-finish > .gov-steps-item-content > .gov-steps-item-title { color: rgba(0, 0, 0, 0.65); } .gov-steps-item-finish > .gov-steps-item-content > .gov-steps-item-title:after { background-color: #0066ff; } .gov-steps-item-finish > .gov-steps-item-content > .gov-steps-item-description { color: rgba(0, 0, 0, 0.45); } .gov-steps-item-finish > .gov-steps-item-tail:after { background-color: #0066ff; } .gov-steps-item-error .gov-steps-item-icon { border-color: #f5222d; background-color: #fff; } .gov-steps-item-error .gov-steps-item-icon > .gov-steps-icon { color: #f5222d; } .gov-steps-item-error .gov-steps-item-icon > .gov-steps-icon .gov-steps-icon-dot { background: #f5222d; } .gov-steps-item-error > .gov-steps-item-content > .gov-steps-item-title { color: #f5222d; } .gov-steps-item-error > .gov-steps-item-content > .gov-steps-item-title:after { background-color: #e8e8e8; } .gov-steps-item-error > .gov-steps-item-content > .gov-steps-item-description { color: #f5222d; } .gov-steps-item-error > .gov-steps-item-tail:after { background-color: #e8e8e8; } .gov-steps-item.gov-steps-next-error .gov-steps-item-title:after { background: #f5222d; } .gov-steps-horizontal:not(.gov-steps-label-vertical) .gov-steps-item { margin-right: 16px; white-space: nowrap; } .gov-steps-horizontal:not(.gov-steps-label-vertical) .gov-steps-item:last-child { margin-right: 0; } .gov-steps-horizontal:not(.gov-steps-label-vertical) .gov-steps-item:last-child .gov-steps-item-title { padding-right: 0; } .gov-steps-horizontal:not(.gov-steps-label-vertical) .gov-steps-item-tail { display: none; } .gov-steps-horizontal:not(.gov-steps-label-vertical) .gov-steps-item-description { max-width: 140px; white-space: normal; } .gov-steps-item-custom .gov-steps-item-icon { background: none; border: 0; width: auto; height: auto; } .gov-steps-item-custom .gov-steps-item-icon > .gov-steps-icon { font-size: 24px; line-height: 32px; top: 0; left: 0.5px; width: 32px; height: 32px; } .gov-steps-item-custom.gov-steps-item-process .gov-steps-item-icon > .gov-steps-icon { color: #0066ff; } .gov-steps-small.gov-steps-horizontal:not(.gov-steps-label-vertical) .gov-steps-item { margin-right: 12px; } .gov-steps-small.gov-steps-horizontal:not(.gov-steps-label-vertical) .gov-steps-item:last-child { margin-right: 0; } .gov-steps-small .gov-steps-item-icon { width: 24px; height: 24px; line-height: 24px; text-align: center; border-radius: 24px; font-size: 12px; } .gov-steps-small .gov-steps-item-title { font-size: 14px; line-height: 24px; padding-right: 12px; } .gov-steps-small .gov-steps-item-title:after { top: 12px; } .gov-steps-small .gov-steps-item-description { font-size: 14px; color: rgba(0, 0, 0, 0.45); } .gov-steps-small .gov-steps-item-tail { top: 8px; padding: 0 8px; } .gov-steps-small .gov-steps-item-custom .gov-steps-item-icon { width: inherit; height: inherit; line-height: inherit; border-radius: 0; border: 0; background: none; } .gov-steps-small .gov-steps-item-custom .gov-steps-item-icon > .gov-steps-icon { font-size: 24px; line-height: 24px; transform: none; } .gov-steps-vertical { display: block; } .gov-steps-vertical .gov-steps-item { display: block; overflow: visible; } .gov-steps-vertical .gov-steps-item-icon { float: left; margin-right: 16px; } .gov-steps-vertical .gov-steps-item-content { min-height: 48px; overflow: hidden; display: block; } .gov-steps-vertical .gov-steps-item-title { line-height: 32px; } .gov-steps-vertical .gov-steps-item-description { padding-bottom: 12px; } .gov-steps-vertical > .gov-steps-item > .gov-steps-item-tail { position: absolute; left: 16px; top: 0; height: 100%; width: 1px; padding: 38px 0 6px; } .gov-steps-vertical > .gov-steps-item > .gov-steps-item-tail:after { height: 100%; width: 1px; } .gov-steps-vertical > .gov-steps-item:not(:last-child) > .gov-steps-item-tail { display: block; } .gov-steps-vertical > .gov-steps-item > .gov-steps-item-content > .gov-steps-item-title:after { display: none; } .gov-steps-vertical.gov-steps-small .gov-steps-item-tail { position: absolute; left: 12px; top: 0; padding: 30px 0 6px; } .gov-steps-vertical.gov-steps-small .gov-steps-item-title { line-height: 24px; } @media (max-width: 480px) { .gov-steps-horizontal.gov-steps-label-horizontal { display: block; } .gov-steps-horizontal.gov-steps-label-horizontal .gov-steps-item { display: block; overflow: visible; } .gov-steps-horizontal.gov-steps-label-horizontal .gov-steps-item-icon { float: left; margin-right: 16px; } .gov-steps-horizontal.gov-steps-label-horizontal .gov-steps-item-content { min-height: 48px; overflow: hidden; display: block; } .gov-steps-horizontal.gov-steps-label-horizontal .gov-steps-item-title { line-height: 32px; } .gov-steps-horizontal.gov-steps-label-horizontal .gov-steps-item-description { padding-bottom: 12px; } .gov-steps-horizontal.gov-steps-label-horizontal > .gov-steps-item > .gov-steps-item-tail { position: absolute; left: 16px; top: 0; height: 100%; width: 1px; padding: 38px 0 6px; } .gov-steps-horizontal.gov-steps-label-horizontal > .gov-steps-item > .gov-steps-item-tail:after { height: 100%; width: 1px; } .gov-steps-horizontal.gov-steps-label-horizontal > .gov-steps-item:not(:last-child) > .gov-steps-item-tail { display: block; } .gov-steps-horizontal.gov-steps-label-horizontal > .gov-steps-item > .gov-steps-item-content > .gov-steps-item-title:after { display: none; } .gov-steps-horizontal.gov-steps-label-horizontal.gov-steps-small .gov-steps-item-tail { position: absolute; left: 12px; top: 0; padding: 30px 0 6px; } .gov-steps-horizontal.gov-steps-label-horizontal.gov-steps-small .gov-steps-item-title { line-height: 24px; } } .gov-steps-label-vertical .gov-steps-item { overflow: visible; } .gov-steps-label-vertical .gov-steps-item-tail { padding: 0 24px; margin-left: 48px; } .gov-steps-label-vertical .gov-steps-item-content { display: block; text-align: center; margin-top: 8px; width: 104px; } .gov-steps-label-vertical .gov-steps-item-icon { display: inline-block; margin-left: 36px; } .gov-steps-label-vertical .gov-steps-item-title { padding-right: 0; } .gov-steps-label-vertical .gov-steps-item-title:after { display: none; } .gov-steps-dot .gov-steps-item-title { line-height: 1.5; } .gov-steps-dot .gov-steps-item-tail { width: 100%; top: 2px; margin: 0 0 0 70px; padding: 0; } .gov-steps-dot .gov-steps-item-tail:after { height: 3px; width: calc(100% - 20px); margin-left: 12px; } .gov-steps-dot .gov-steps-item:first-child .gov-steps-icon-dot { left: 2px; } .gov-steps-dot .gov-steps-item-icon { padding-right: 0; width: 8px; height: 8px; line-height: 8px; border: 0; margin-left: 67px; background: transparent; } .gov-steps-dot .gov-steps-item-icon .gov-steps-icon-dot { float: left; width: 100%; height: 100%; border-radius: 100px; position: relative; transition: all 0.3s; /* expand hover area */ } .gov-steps-dot .gov-steps-item-icon .gov-steps-icon-dot:after { content: ''; background: rgba(0, 0, 0, 0.001); width: 60px; height: 32px; position: absolute; top: -12px; left: -26px; } .gov-steps-dot .gov-steps-item-content { width: 140px; } .gov-steps-dot .gov-steps-item-process .gov-steps-item-icon { width: 10px; height: 10px; line-height: 10px; } .gov-steps-dot .gov-steps-item-process .gov-steps-item-icon .gov-steps-icon-dot { top: -1px; } .gov-steps-vertical.gov-steps-dot .gov-steps-item-icon { margin-left: 0; margin-top: 8px; } .gov-steps-vertical.gov-steps-dot .gov-steps-item-tail { margin: 0; left: -9px; top: 2px; padding: 22px 0 4px; } .gov-steps-vertical.gov-steps-dot .gov-steps-item:first-child .gov-steps-icon-dot { left: 0; } .gov-steps-vertical.gov-steps-dot .gov-steps-item-process .gov-steps-icon-dot { left: -2px; }