@linkdesign/screen
Version:
屏组件库,但使用场景又不局限于屏。主要用于BI、大盘和屏
73 lines (70 loc) • 1.61 kB
text/less
/* write style here */
@import './_reset.less';
@import './_noreset.less';
:root,
[data-theme="dark"] {
--bg1-1: #071E34;
--text1-1: #fff;
--text1-2: #fff;
--text1-3: #d3e2ff;
--text2-1: #fff;
--text2-2: #fff;
--text2-3: #fff;
--text2-4: #d3e2ff;
--text2-5: #fff;
--text2-6: #fff;
--text3-1: #d3e2ff;
--text3-2: #d3e2ff;
--text3-3: #d3e2ff;
--text4-1: #d3e2ff;
--text4-2: #fff;
--color5-1: #fff;
--color5-2: #fff;
--color5-4: rgba(164; 184; 222; .2);
--color5-5: #0095ff;
--screen-brand1-6: #0095ff;
--screen-data1-1: #0070cc;
--screen-data1-2: #2aca96;
--screen-data1-3: #fec400;
--screen-data1-4: #909ca6;
--screen-data1-5: #826af9;
--screen-data1-6: #ff7d51;
--screen-data1-7: #3b81ff;
--screen-data1-8: #00cbfb;
--screen-fill2-1: #1f3b6d;
--screen-text2-1: #fff;
--screen-text2-2: #d3e2ff;
}
[data-theme="light"] {
--bg1-1: #D9E1E8;
--text1-1: #111;
--text1-2: #555;
--text1-3: #555;
--text2-1: #111;
--text2-2: #111;
--text2-3: #555;
--text2-4: #555;
--text2-5: #555;
--text2-6: #555;
--text3-1: #555;
--text3-2: #888;
--text3-3: #888;
--text4-1: #555;
--text4-2: #0095ff;
--color5-1: #666;
--color5-2: #fff;
--color5-4: #FBFBFC;
--color5-5: #0095ff;
--screen-brand1-6: #0095ff;
--screen-data1-1: #0070cc;
--screen-data1-2: #2aca96;
--screen-data1-3: #fec400;
--screen-data1-4: #909ca6;
--screen-data1-5: #826af9;
--screen-data1-6: #ff7d51;
--screen-data1-7: #3b81ff;
--screen-data1-8: #00cbfb;
--screen-fill2-1: #1f3b6d;
--screen-text2-1: #fff;
--screen-text2-2: #d3e2ff;
}