2023-01-29 13:44:19 +08:00
|
|
|
@import './theme/index.less';
|
|
|
|
|
@import './theme/default.less';
|
|
|
|
|
@import './scroll.less';
|
|
|
|
|
@import './transition.less';
|
|
|
|
|
@import './fix-windicss.less';
|
2024-03-08 17:07:53 +08:00
|
|
|
@import './antdv4.less';
|
|
|
|
|
@import './certd.less';
|
2023-01-29 15:26:45 +08:00
|
|
|
|
2023-01-29 13:44:19 +08:00
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-05 10:47:03 +08:00
|
|
|
.fs-desc {
|
2023-01-29 15:26:45 +08:00
|
|
|
font-size: 12px;
|
2024-09-05 10:47:03 +08:00
|
|
|
color: #888888;
|
2023-01-29 15:26:45 +08:00
|
|
|
margin-left: 5px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2023-01-29 13:44:19 +08:00
|
|
|
.ant-btn-link {
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ant-input-affix-wrapper {
|
|
|
|
|
padding: 4px 11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.anticon {
|
|
|
|
|
vertical-align: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-05 10:47:03 +08:00
|
|
|
.pointer {
|
|
|
|
|
cursor: pointer;
|
2024-09-02 18:36:12 +08:00
|
|
|
}
|
|
|
|
|
|
2024-09-05 10:47:03 +08:00
|
|
|
.flex-center {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2024-08-14 21:24:12 +08:00
|
|
|
}
|
2024-09-05 10:47:03 +08:00
|
|
|
|
|
|
|
|
.flex-o {
|
2024-07-15 02:05:26 +08:00
|
|
|
display: flex !important;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-05 10:47:03 +08:00
|
|
|
.flex {
|
2023-03-09 19:24:01 +00:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-05 10:47:03 +08:00
|
|
|
.flex-1 {
|
2024-07-15 02:05:26 +08:00
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-05 10:47:03 +08:00
|
|
|
.mb-2 {
|
|
|
|
|
margin-bottom: 2px;
|
2024-08-27 13:46:19 +08:00
|
|
|
}
|
2024-09-05 10:47:03 +08:00
|
|
|
|
|
|
|
|
.ml-5 {
|
|
|
|
|
margin-left: 5px;
|
2023-03-09 19:24:01 +00:00
|
|
|
}
|
2024-09-05 10:47:03 +08:00
|
|
|
|
|
|
|
|
.ml-10 {
|
|
|
|
|
margin-left: 10px;
|
2024-09-05 01:39:46 +08:00
|
|
|
}
|
2024-09-05 10:47:03 +08:00
|
|
|
|
|
|
|
|
.ml-20 {
|
|
|
|
|
margin-left: 20px;
|
2024-07-15 02:05:26 +08:00
|
|
|
}
|
2024-09-05 10:47:03 +08:00
|
|
|
|
|
|
|
|
.ml-15 {
|
|
|
|
|
margin-left: 15px;
|
2024-07-15 02:05:26 +08:00
|
|
|
}
|
2023-03-10 19:24:05 +00:00
|
|
|
|
2024-09-05 10:47:03 +08:00
|
|
|
.mr-5 {
|
2024-05-30 10:54:18 +08:00
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
2024-09-05 10:47:03 +08:00
|
|
|
|
|
|
|
|
.mr-10 {
|
2024-09-05 01:39:46 +08:00
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
2024-09-05 10:47:03 +08:00
|
|
|
|
|
|
|
|
.mr-20 {
|
2024-07-15 02:05:26 +08:00
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
2024-09-05 10:47:03 +08:00
|
|
|
|
|
|
|
|
.mr-15 {
|
2024-07-15 02:05:26 +08:00
|
|
|
margin-right: 15px;
|
|
|
|
|
}
|
2024-09-05 10:47:03 +08:00
|
|
|
|
|
|
|
|
.mt-5 {
|
|
|
|
|
margin-top: 5px;
|
2024-08-27 13:46:19 +08:00
|
|
|
}
|
2024-09-05 10:47:03 +08:00
|
|
|
|
|
|
|
|
.mt-10 {
|
|
|
|
|
margin-top: 10px;
|
2023-03-10 19:24:05 +00:00
|
|
|
}
|
2024-09-05 10:47:03 +08:00
|
|
|
|
|
|
|
|
.mb-10 {
|
2024-06-19 00:20:35 +08:00
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2024-09-05 10:47:03 +08:00
|
|
|
|
|
|
|
|
.m-10 {
|
|
|
|
|
margin: 10px;
|
2023-03-10 19:24:05 +00:00
|
|
|
}
|
2023-10-27 11:54:38 +08:00
|
|
|
|
2024-09-05 10:47:03 +08:00
|
|
|
.p-5 {
|
|
|
|
|
padding: 5px;
|
2024-06-16 02:12:02 +08:00
|
|
|
}
|
2024-09-05 10:47:03 +08:00
|
|
|
|
|
|
|
|
.p-10 {
|
|
|
|
|
padding: 10px;
|
2024-07-15 02:05:26 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ellipsis {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-05 10:47:03 +08:00
|
|
|
.w-100 {
|
|
|
|
|
width: 100%;
|
2024-07-15 02:05:26 +08:00
|
|
|
}
|
2024-08-21 12:38:09 +08:00
|
|
|
|
2024-09-05 10:47:03 +08:00
|
|
|
.block-header {
|
|
|
|
|
margin: 3px;
|
2024-08-21 12:38:09 +08:00
|
|
|
padding-top: 15px;
|
2024-09-05 10:47:03 +08:00
|
|
|
padding-bottom: 3px;
|
2024-08-21 12:38:09 +08:00
|
|
|
border-bottom: 1px solid #dedede;
|
|
|
|
|
}
|
2024-09-02 18:36:12 +08:00
|
|
|
|
|
|
|
|
|
2024-09-05 10:47:03 +08:00
|
|
|
.color-blue {
|
|
|
|
|
color: #1890ff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon-box {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
|
|
.fs-icon {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
2024-09-02 18:36:12 +08:00
|
|
|
}
|