公告板
版本库
filestore
活动
搜索
登录
main
/
ReliabilitySimulation
可靠性仿真
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改
jinlin
2024-07-15
878b3569173004ea52ad7c6a538abc86e056d5c8
[ReliabilitySimulation.git]
/
web
/
src
/
assets
/
less
/
common.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
html, body {
width: 100%;
height: 100%;
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #333333;
margin: 0;
padding: 0;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, header, section, footer {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul, li {
list-style: none;
}
a,
a:focus,
a:focus,
a:hover {
outline: none;
cursor: pointer;
color: inherit;
text-decoration: none;
}