2023-06-27 22:45:27 +08:00
|
|
|
@import './tailwind.less';
|
|
|
|
|
@import "ant-design-vue/dist/antd.less";
|
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';
|
2023-06-29 17:19:05 +08:00
|
|
|
|
|
|
|
|
|
2023-01-29 13:44:19 +08:00
|
|
|
svg { vertical-align: baseline; }
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2023-01-29 15:26:45 +08:00
|
|
|
.fs-desc{
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color:#888888;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-09 19:24:01 +00:00
|
|
|
.flex{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ml-5{
|
|
|
|
|
margin-left:5px;
|
|
|
|
|
}
|
2023-03-10 19:24:05 +00:00
|
|
|
|
|
|
|
|
.mt-10{
|
|
|
|
|
margin-top:10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-10{
|
|
|
|
|
margin:10px;
|
|
|
|
|
}
|
2023-10-27 11:54:38 +08:00
|
|
|
|
2023-01-29 13:44:19 +08:00
|
|
|
|
|
|
|
|
.text-center{
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-27 22:45:27 +08:00
|
|
|
|
2023-01-29 13:44:19 +08:00
|
|
|
|
|
|
|
|
.font12{
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-gray{
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-white{
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fs-page-header{
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ant-btn{
|
|
|
|
|
.fs-iconify{
|
|
|
|
|
font-size:16px;
|
|
|
|
|
margin-right:3px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-timeline{
|
|
|
|
|
.fs-iconify{
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gray{
|
|
|
|
|
color:gray;
|
|
|
|
|
}
|
|
|
|
|
.green{
|
|
|
|
|
color:green;
|
|
|
|
|
}
|
|
|
|
|
.blue{
|
|
|
|
|
color:blue;
|
|
|
|
|
}
|
|
|
|
|
.red{
|
|
|
|
|
color:red
|
|
|
|
|
}
|
|
|
|
|
.yellow{
|
|
|
|
|
color:yellow;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-20{
|
|
|
|
|
font-size:20px
|
2023-01-29 15:46:15 +08:00
|
|
|
}
|