仪表盘
版本库
文件存储
活动
搜索
登录
史文帅
/
productOnline
公司产品在线网站
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
版本更新
surprise
2024-04-08
be8b9ba19cee023829d2adc5d390e5bf0f56cbb8
[~shiwenshuai/productOnline.git]
/
public
/
DeveloperGuide
/
css
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.HtmlBox_h1 {
font-size: 26px;
color: #666;
font-weight: 400;
font-family: Graphik, sans-serif;
font-feature-settings: normal;
}
.HtmlBox_h2{
font-size: 26px;
color: #333;
font-weight: 400;
font-family: Graphik, sans-serif;
font-feature-settings: normal;
}
.HtmlBox_p{
font-size: 14px;
font-weight: 400;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}