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.
94 lines
1005 B
94 lines
1005 B
/* CSS Document */
|
|
html {
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
|
|
height: 100vh;
|
|
font-size: 14px;
|
|
}
|
|
html, body {
|
|
overflow: hidden;
|
|
}
|
|
html,
|
|
body,
|
|
ol,
|
|
dl,
|
|
dd,
|
|
dt,
|
|
p,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
form,
|
|
fieldset,
|
|
legend,
|
|
img {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
fieldset {
|
|
border: none;
|
|
}
|
|
img {
|
|
display: block;
|
|
}
|
|
address,
|
|
caption,
|
|
cite,
|
|
code,
|
|
dfn,
|
|
th,
|
|
var {
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
ul,
|
|
ol,
|
|
li {
|
|
list-style: none;
|
|
}
|
|
a {
|
|
color: #666;
|
|
text-decoration: none;
|
|
}
|
|
* {
|
|
box-sizing: border-box !important;
|
|
}
|
|
|
|
a {
|
|
&:visited {
|
|
color: inherit;
|
|
}
|
|
}
|
|
|
|
input,
|
|
button,
|
|
select,
|
|
textarea {
|
|
outline: none;
|
|
}
|
|
|
|
textarea {
|
|
resize: none;
|
|
}
|
|
|
|
input[type='number'] {
|
|
&::-webkit-outer-spin-button,
|
|
&::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
}
|
|
-moz-appearance: textfield;
|
|
}
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
.konvajs-content{
|
|
canvas{
|
|
border: 1px solid #ccc !important;
|
|
}
|
|
}
|
|
.el-main{
|
|
overflow: hidden;
|
|
}
|