公告板
版本库
filestore
活动
搜索
登录
main
/
test_project
软件测试过程管理
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
项目表
wente
2023-11-14
d9e69f5333ed3ff60aa2d98fd5e982c9bf4de9dc
[test_project.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;
}