You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
150 lines
1.6 KiB
150 lines
1.6 KiB
@import "~ng-zorro-antd/ng-zorro-antd.min.css"; |
|
|
|
@import "~ng-zorro-antd/style/index.min.css"; |
|
/* 引入基本样式 */ |
|
@import "~ng-zorro-antd/button/style/index.min.css"; |
|
/* 引入组件样式 */ |
|
|
|
|
|
|
|
/* css初始化 */ |
|
html, |
|
body { |
|
margin: 0; |
|
padding: 0; |
|
width: 100%; |
|
height: 100%; |
|
overflow: hidden; |
|
} |
|
|
|
body { |
|
font-family: Roboto, "Helvetica Neue", sans-serif; |
|
} |
|
|
|
ul, |
|
ol, |
|
dl, |
|
li, |
|
dt, |
|
dd, |
|
p, |
|
form, |
|
input, |
|
h1, |
|
h2, |
|
h3, |
|
h4, |
|
h5, |
|
h6, |
|
section, |
|
article, |
|
aside, |
|
header, |
|
footer, |
|
nav, |
|
figure, |
|
time, |
|
mark, |
|
main, |
|
canvas { |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
b, |
|
strong, |
|
i, |
|
em, |
|
h1, |
|
h2, |
|
h3, |
|
h4, |
|
h5, |
|
h6 { |
|
font-weight: 500; |
|
font-style: normal; |
|
} |
|
|
|
img { |
|
border: none; |
|
outline: none; |
|
} |
|
|
|
a { |
|
text-decoration: none; |
|
color: #000; |
|
} |
|
|
|
ul, |
|
ol, |
|
li { |
|
list-style: none; |
|
overflow-x: hidden; |
|
} |
|
|
|
textarea { |
|
resize: none; |
|
} |
|
|
|
/* 滚动条样式 */ |
|
// ::-webkit-scrollbar:horizontal { width: 5px; background-color: white; } |
|
::-webkit-scrollbar-thumb { |
|
background-color: #999; |
|
} |
|
|
|
app-root { |
|
height: 100%; |
|
} |
|
|
|
.blue { |
|
cursor: pointer; |
|
color: #1890ff; |
|
} |
|
|
|
.red { |
|
cursor: pointer; |
|
color: #ff4d4f; |
|
} |
|
|
|
.ant-tabs-content { |
|
height: 100%; |
|
} |
|
|
|
.box { |
|
width: 100%; |
|
height: 100%; |
|
overflow-y: auto; |
|
background: #fff; |
|
box-sizing: border-box; |
|
padding: 20px; |
|
} |
|
.ant-pagination-next, .ant-pagination-prev{ |
|
overflow: hidden; |
|
} |
|
.pagination { |
|
margin: 15px 0; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
} |
|
|
|
.forbid{ |
|
color: gray; |
|
pointer-events:none |
|
} |
|
|
|
.maxHeightTreeSelect { |
|
max-height: 280px; |
|
} |
|
|
|
.canvasContentBox{ |
|
.ant-modal { |
|
margin: 0; |
|
padding: 0; |
|
top: 0; |
|
left: 0; |
|
width: 100%; |
|
height: 100%; |
|
max-width: 100%; |
|
} |
|
} |