adui
Version:
<div> <img src="https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png" style="margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;" /> </div>
117 lines (107 loc) • 3.4 kB
CSS
/* stylelint-disable */
:root {
--primary-color: rgb(7, 193, 96);
--ad-green: rgb(7, 193, 96);
--ad-orange: rgb(237, 162, 12);
--ad-blue: rgb(43, 123, 214);
--ad-red: rgb(217, 81, 76);
--channels: rgb(250, 157, 59);
--transparent-gray-0: rgba(0, 0, 0, 0);
--transparent-gray-50: rgba(0, 0, 0, 0.02);
--transparent-gray-100: rgba(0, 0, 0, 0.06);
--transparent-gray-200: rgba(0, 0, 0, 0.08);
--transparent-gray-300: rgba(0, 0, 0, 0.1);
--transparent-gray-400: rgba(0, 0, 0, 0.12);
--transparent-gray-500: rgba(0, 0, 0, 0.16);
--transparent-gray-600: rgba(0, 0, 0, 0.22);
--transparent-gray-700: rgba(0, 0, 0, 0.36);
--transparent-gray-800: rgba(0, 0, 0, 0.58);
--transparent-gray-900: rgba(0, 0, 0, 0.88);
--transparent-gray-1000: rgb(0, 0, 0);
--gray-0: #ffffff;
--gray-50: #fafafa;
--gray-100: #f2f2f2;
--gray-200: #ebebeb;
--gray-300: #e6e6e6;
--gray-400: #e0e0e0;
--gray-500: #d6d6d6;
--gray-600: #c7c7c7;
--gray-700: #a3a3a3;
--gray-800: #6b6b6b;
--gray-900: #1f1f1f;
--gray-1000: #000000;
--font-size-large: 16px;
--font-size-medium: 14px;
--font-size-small: 13px;
--font-size-mini: 12px;
--box-shadow-elevation-0: 0 0 0 1px rgba(223, 223, 223, 0.45);
--box-shadow-elevation-1: 0 0 0 1px rgba(223, 223, 223, 0.5),
0 3px 6px 0 rgba(0, 0, 0, 0.04);
--box-shadow-elevation-2: 0 0 0 1px rgba(219, 219, 219, 0.55),
0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 6px 15px 0 rgba(0, 0, 0, 0.05);
--box-shadow-elevation-3: 0 0 0 1px rgba(219, 219, 219, 0.7),
0 8px 20px 0 rgba(0, 0, 0, 0.08), 0 4px 10px 0 rgba(0, 0, 0, 0.07);
--box-shadow-elevation-4: 0 0 0 1px rgba(107, 107, 107, 0.15),
0 10px 36px 0 rgba(0, 0, 0, 0.1), 0 6px 15px 0 rgba(0, 0, 0, 0.07);
--z-index-affix: 1;
--z-index-back-top: 1;
--z-index-dialog-mask: 1030;
--z-index-dialog: 1030;
--z-index-notification: 1040;
--z-index-message: 1040;
--z-index-popover: 1060;
--z-index-picker: 1080;
--z-index-dropdown: 1080;
--z-index-tooltip: 1090;
--ease-out: cubic-bezier(0, 0, 0.2, 1);
--ease-in: cubic-bezier(0.4, 0, 1, 1);
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
--ease-out-circ: cubic-bezier(0.08, 0.82, 0.17, 1);
--ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.34);
--ease-in-out-circ: cubic-bezier(0.78, 0.14, 0.15, 0.86);
--ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
--ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
--motion-duration-fast: 0.1s;
--motion-duration-base: 0.2s;
--motion-duration-slow: 0.4s;
--dialog-offset-x: 0px;
--dialog-offset-y: 0px;
--message-offset-x: 0px;
--message-offset-y: 0px;
/* TimePicker */
--tp-w-mn: 78;
--tp-w-sm: 84;
--tp-w-md: 88;
--tp-w-lg: 104;
--adui-motion-ease-base: cubic-bezier(0.32, 0.72, 0, 1);
--adui-motion-duration-base: 0.3s;
--adui-motion-ease-bounce: cubic-bezier(0.36, 1.46, 0.38, 1.01);
--adui-motion-duration-bounce: 0.4s;
}
html {
box-sizing: border-box;
}
html * {
box-sizing: inherit;
border: 0 solid;
}
html *::before,
html *::after {
box-sizing: inherit;
}
html[class*="adui-focus-disabled"] :focus {
outline: none ;
}
:not(input):not(textarea):focus {
outline: 2px auto rgba(19, 124, 189, 0.6);
outline-offset: 2px;
-moz-outline-radius: 6px;
}
a[disabled] {
pointer-events: none;
}
.adui-scrollbar-hidden::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}