UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

275 lines (274 loc) 8.43 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 */ .bote-tooltip { box-sizing: border-box; margin: 0; padding: 0; color: rgba(0, 0, 0, 0.85); font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; list-style: none; font-feature-settings: 'tnum'; position: absolute; z-index: 1070; display: block; width: -moz-max-content; width: max-content; width: intrinsic; max-width: 250px; visibility: visible; } .bote-tooltip-content { position: relative; } .bote-tooltip-hidden { display: none; } .bote-tooltip-placement-top, .bote-tooltip-placement-topLeft, .bote-tooltip-placement-topRight { padding-bottom: 14.3137085px; } .bote-tooltip-placement-right, .bote-tooltip-placement-rightTop, .bote-tooltip-placement-rightBottom { padding-left: 14.3137085px; } .bote-tooltip-placement-bottom, .bote-tooltip-placement-bottomLeft, .bote-tooltip-placement-bottomRight { padding-top: 14.3137085px; } .bote-tooltip-placement-left, .bote-tooltip-placement-leftTop, .bote-tooltip-placement-leftBottom { padding-right: 14.3137085px; } .bote-tooltip-inner { min-width: 30px; min-height: 32px; padding: 6px 8px; color: #fff; text-align: left; text-decoration: none; word-wrap: break-word; background-color: rgba(0, 0, 0, 0.75); border-radius: 2px; box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05); } .bote-tooltip-arrow { position: absolute; z-index: 2; display: block; width: 22px; height: 22px; overflow: hidden; background: transparent; pointer-events: none; } .bote-tooltip-arrow-content { --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75)); position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 11.3137085px; height: 11.3137085px; margin: auto; content: ''; pointer-events: auto; border-radius: 0 0 2px; pointer-events: none; } .bote-tooltip-arrow-content::before { position: absolute; top: -11.3137085px; left: -11.3137085px; width: 33.9411255px; height: 33.9411255px; background: var(--antd-arrow-background-color); background-repeat: no-repeat; background-position: -10px -10px; content: ''; -webkit-clip-path: inset(33% 33%); clip-path: inset(33% 33%); -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .bote-tooltip-placement-top .bote-tooltip-arrow, .bote-tooltip-placement-topLeft .bote-tooltip-arrow, .bote-tooltip-placement-topRight .bote-tooltip-arrow { bottom: 0; transform: translateY(100%); } .bote-tooltip-placement-top .bote-tooltip-arrow-content, .bote-tooltip-placement-topLeft .bote-tooltip-arrow-content, .bote-tooltip-placement-topRight .bote-tooltip-arrow-content { box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07); transform: translateY(-11px) rotate(45deg); } .bote-tooltip-placement-top .bote-tooltip-arrow { left: 50%; transform: translateY(100%) translateX(-50%); } .bote-tooltip-placement-topLeft .bote-tooltip-arrow { left: 13px; } .bote-tooltip-placement-topRight .bote-tooltip-arrow { right: 13px; } .bote-tooltip-placement-right .bote-tooltip-arrow, .bote-tooltip-placement-rightTop .bote-tooltip-arrow, .bote-tooltip-placement-rightBottom .bote-tooltip-arrow { left: 0; transform: translateX(-100%); } .bote-tooltip-placement-right .bote-tooltip-arrow-content, .bote-tooltip-placement-rightTop .bote-tooltip-arrow-content, .bote-tooltip-placement-rightBottom .bote-tooltip-arrow-content { box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07); transform: translateX(11px) rotate(135deg); } .bote-tooltip-placement-right .bote-tooltip-arrow { top: 50%; transform: translateX(-100%) translateY(-50%); } .bote-tooltip-placement-rightTop .bote-tooltip-arrow { top: 5px; } .bote-tooltip-placement-rightBottom .bote-tooltip-arrow { bottom: 5px; } .bote-tooltip-placement-left .bote-tooltip-arrow, .bote-tooltip-placement-leftTop .bote-tooltip-arrow, .bote-tooltip-placement-leftBottom .bote-tooltip-arrow { right: 0; transform: translateX(100%); } .bote-tooltip-placement-left .bote-tooltip-arrow-content, .bote-tooltip-placement-leftTop .bote-tooltip-arrow-content, .bote-tooltip-placement-leftBottom .bote-tooltip-arrow-content { box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07); transform: translateX(-11px) rotate(315deg); } .bote-tooltip-placement-left .bote-tooltip-arrow { top: 50%; transform: translateX(100%) translateY(-50%); } .bote-tooltip-placement-leftTop .bote-tooltip-arrow { top: 5px; } .bote-tooltip-placement-leftBottom .bote-tooltip-arrow { bottom: 5px; } .bote-tooltip-placement-bottom .bote-tooltip-arrow, .bote-tooltip-placement-bottomLeft .bote-tooltip-arrow, .bote-tooltip-placement-bottomRight .bote-tooltip-arrow { top: 0; transform: translateY(-100%); } .bote-tooltip-placement-bottom .bote-tooltip-arrow-content, .bote-tooltip-placement-bottomLeft .bote-tooltip-arrow-content, .bote-tooltip-placement-bottomRight .bote-tooltip-arrow-content { box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07); transform: translateY(11px) rotate(225deg); } .bote-tooltip-placement-bottom .bote-tooltip-arrow { left: 50%; transform: translateY(-100%) translateX(-50%); } .bote-tooltip-placement-bottomLeft .bote-tooltip-arrow { left: 13px; } .bote-tooltip-placement-bottomRight .bote-tooltip-arrow { right: 13px; } .bote-tooltip-pink .bote-tooltip-inner { background-color: #eb2f96; } .bote-tooltip-pink .bote-tooltip-arrow-content::before { background: #eb2f96; } .bote-tooltip-magenta .bote-tooltip-inner { background-color: #eb2f96; } .bote-tooltip-magenta .bote-tooltip-arrow-content::before { background: #eb2f96; } .bote-tooltip-red .bote-tooltip-inner { background-color: #f5222d; } .bote-tooltip-red .bote-tooltip-arrow-content::before { background: #f5222d; } .bote-tooltip-volcano .bote-tooltip-inner { background-color: #fa541c; } .bote-tooltip-volcano .bote-tooltip-arrow-content::before { background: #fa541c; } .bote-tooltip-orange .bote-tooltip-inner { background-color: #fa8c16; } .bote-tooltip-orange .bote-tooltip-arrow-content::before { background: #fa8c16; } .bote-tooltip-yellow .bote-tooltip-inner { background-color: #fadb14; } .bote-tooltip-yellow .bote-tooltip-arrow-content::before { background: #fadb14; } .bote-tooltip-gold .bote-tooltip-inner { background-color: #faad14; } .bote-tooltip-gold .bote-tooltip-arrow-content::before { background: #faad14; } .bote-tooltip-cyan .bote-tooltip-inner { background-color: #13c2c2; } .bote-tooltip-cyan .bote-tooltip-arrow-content::before { background: #13c2c2; } .bote-tooltip-lime .bote-tooltip-inner { background-color: #a0d911; } .bote-tooltip-lime .bote-tooltip-arrow-content::before { background: #a0d911; } .bote-tooltip-green .bote-tooltip-inner { background-color: #52c41a; } .bote-tooltip-green .bote-tooltip-arrow-content::before { background: #52c41a; } .bote-tooltip-blue .bote-tooltip-inner { background-color: #1890ff; } .bote-tooltip-blue .bote-tooltip-arrow-content::before { background: #1890ff; } .bote-tooltip-geekblue .bote-tooltip-inner { background-color: #2f54eb; } .bote-tooltip-geekblue .bote-tooltip-arrow-content::before { background: #2f54eb; } .bote-tooltip-purple .bote-tooltip-inner { background-color: #722ed1; } .bote-tooltip-purple .bote-tooltip-arrow-content::before { background: #722ed1; } .bote-tooltip-rtl { direction: rtl; } .bote-tooltip-rtl .bote-tooltip-inner { text-align: right; }