diff --git a/index.html b/index.html index d3344e5..6def074 100644 --- a/index.html +++ b/index.html @@ -7,12 +7,8 @@ OpenAI API 信息查询 - - - - @@ -48,7 +44,7 @@ OpenAI API 信息查询 - +

页面列表:

查API信息
通过access token获取sess
@@ -82,8 +78,8 @@ 组织信息 - - 查询 + + 查询
diff --git a/static/css-1.css b/static/css-1.css index 650cbed..73f6e2c 100644 --- a/static/css-1.css +++ b/static/css-1.css @@ -14,6 +14,24 @@ a { .hidden{ display:none; } - +@font-face { + font-family: "Material Icons"; + src: url(/static/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2); +} +/* 修改 primary 的颜色值 */ +:root { + --mdui-color-primary-light: 103, 80, 164; + --mdui-color-primary-dark: 208, 188, 255; + } + + /* 把 foo 元素的背景色设置为 primary */ + .foo { + background-color: rgb(var(--mdui-color-primary)); + } + + /* 把 bar 元素的背景色设置为含 0.8 不透明度的 primary */ + .bar { + background-color: rgba(var(--mdui-color-primary), 0.8); + } diff --git a/static/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 b/static/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 new file mode 100644 index 0000000..5492a6e Binary files /dev/null and b/static/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 differ