45 lines
2.9 KiB
CSS
45 lines
2.9 KiB
CSS
|
|
:root[data-theme-mode="light"][savor-theme="light"] {
|
||
|
|
/* 基础数 */
|
||
|
|
--b3-theme-primary-base-l:69.42%;
|
||
|
|
--b3-theme-primary-base-ch:0.1265 230.5;
|
||
|
|
--b3-theme-surface-base-l:0.966;
|
||
|
|
--b3-theme-surface-base-ch:0.0013 106.42;
|
||
|
|
--b3-theme-on-background-base:32.89% 0.0107 91.66;
|
||
|
|
--Sv-dock-item--activefocus-background--base:68.98% 0.161 30.76;
|
||
|
|
|
||
|
|
--b3-theme-background: #fff;/* 编辑区背景 必须用HEX颜色*/
|
||
|
|
--Sv--dialog-container: #f3f3f1;
|
||
|
|
--Sv-plugin-off-bg: #e9e9e8;
|
||
|
|
|
||
|
|
--Sv-tab-bar-item-after:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100 100C44.772 100 0 55.228 0 0v100h100z' fill='%23e9e9e8'/></svg>"),
|
||
|
|
url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 100c55.228 0 100-44.772 100-100v100H0z' fill='%23e9e9e8'/></svg>"),
|
||
|
|
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><rect y='0%' width='100%' height='80%' fill='%23e9e9e8'/></svg>");
|
||
|
|
--Sv-tab-bar-V-item-after:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100 100C100 44.772 55.228 0 0 0H100V100z' fill='%23fff'/></svg>"),
|
||
|
|
url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 100c55.228 0 100-44.772 100-100v100H0z' fill='%23fff'/></svg>"),
|
||
|
|
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' fill='%23fff'/></svg>");
|
||
|
|
--Sv-tab-bar-item-focus-after:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100 100C44.772 100 0 55.228 0 0v100h100z' fill='%23fff'/></svg>"),
|
||
|
|
url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 100c55.228 0 100-44.772 100-100v100H0z' fill='%23fff'/></svg>"),
|
||
|
|
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><rect y='0%' width='100%' height='80%' fill='%23fff'/></svg>");
|
||
|
|
|
||
|
|
--b3-font-background1: #dedede;
|
||
|
|
--b3-font-background2: #eeeeee;
|
||
|
|
--b3-font-background3: #fbdee1;
|
||
|
|
--b3-font-background4: #eae6e5;
|
||
|
|
--b3-font-background5: #f9ecde;
|
||
|
|
--b3-font-background6: #fcede2;
|
||
|
|
--b3-font-background7: #f9f3de;
|
||
|
|
--b3-font-background8: #eaf4e6;
|
||
|
|
--b3-font-background9: #deedeb;
|
||
|
|
--b3-font-background10: #deebf1;
|
||
|
|
--b3-font-background11: #ebe5f2;
|
||
|
|
--b3-font-background12: #f3dfec;
|
||
|
|
--b3-font-background13: #fae5e5;
|
||
|
|
|
||
|
|
body::before {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|