mirror of
https://github.com/certd/certd.git
synced 2026-05-15 04:27:31 +08:00
45 lines
549 B
Plaintext
45 lines
549 B
Plaintext
|
|
@import './theme/index.less';
|
||
|
|
@import './theme/default.less';
|
||
|
|
@import './scroll.less';
|
||
|
|
@import './transition.less';
|
||
|
|
@import './fix-windicss.less';
|
||
|
|
|
||
|
|
html, body {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
height: 100%;
|
||
|
|
width: 100%;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
div#app {
|
||
|
|
height: 100%
|
||
|
|
}
|
||
|
|
|
||
|
|
h1, h2, h3, h4, h5, h6 {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fs-desc{
|
||
|
|
font-size: 12px;
|
||
|
|
color:#888888;
|
||
|
|
margin-left: 5px;
|
||
|
|
margin-right: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
.ant-btn-link {
|
||
|
|
height: 24px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.ant-input-affix-wrapper {
|
||
|
|
padding: 4px 11px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.anticon {
|
||
|
|
vertical-align: 0 !important;
|
||
|
|
}
|