146 lines
3.3 KiB
Plaintext
146 lines
3.3 KiB
Plaintext
![]() |
body {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
// login
|
||
|
#login_page {
|
||
|
position: fixed;
|
||
|
top: 0px;
|
||
|
left: 0px;
|
||
|
width: 100%;
|
||
|
height: 100vh;
|
||
|
background: url(./assets//images/bg_login.png) no-repeat;
|
||
|
background-size: 100% 100%;
|
||
|
}
|
||
|
#login_page .login_right {
|
||
|
width: 38%;
|
||
|
position: absolute;
|
||
|
right: 0px;
|
||
|
}
|
||
|
#login_page .ant-tabs {
|
||
|
transform: translateY(-50%);
|
||
|
position: fixed;
|
||
|
top: 50%;
|
||
|
right: 0px;
|
||
|
width: 38%;
|
||
|
}
|
||
|
#login_page .ant-form-item-control-input-content input.ant-input, .ant-input-affix-wrapper {
|
||
|
padding: 0;
|
||
|
border: none;
|
||
|
outline: none;
|
||
|
background-color: rgba(0, 0, 0, 0);
|
||
|
}
|
||
|
#login_page .formItemStyle .ant-form-item-control-input-content {
|
||
|
border-bottom: 1px solid #A2B2C5;
|
||
|
}
|
||
|
#login_page :where(.css-dev-only-do-not-override-9ntgx0).ant-form-vertical .ant-form-item-label {
|
||
|
margin-left: 16.666666666666664%;
|
||
|
}
|
||
|
#login_page .ant-tabs-nav {
|
||
|
margin-bottom: 120px;
|
||
|
}
|
||
|
#login_page .ant-tabs-nav::before {
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
#login_page .ant-tabs-tab-btn{
|
||
|
font-size: 36px;
|
||
|
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
|
||
|
font-weight: 500;
|
||
|
color: rgba(0,0,0,0.6);
|
||
|
line-height: 52px;
|
||
|
}
|
||
|
#login_page .ant-tabs-tab-active .ant-tabs-tab-btn {
|
||
|
color: #040727;
|
||
|
}
|
||
|
#login_page .ant-form-item-control-input-content {
|
||
|
height: 42px;
|
||
|
}
|
||
|
#login_page input {
|
||
|
font-size: 22px;
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
#login_page .ant-form-item-required, #login_page input{
|
||
|
color: #A7B0BC;
|
||
|
|
||
|
}
|
||
|
#login_page .ant-form-item-required, #login_page input, #login_page .ant-btn{
|
||
|
font-size: 22px;
|
||
|
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
|
||
|
font-weight: 400;
|
||
|
line-height: 32px;
|
||
|
}
|
||
|
#login_page .ant-form-item-required {
|
||
|
margin-bottom: 8px;
|
||
|
}
|
||
|
#login_page .ant-form-item-required::before {
|
||
|
display: none;
|
||
|
}
|
||
|
#login_page .new-user {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
margin-top: 18px;
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
// 左侧导航栏
|
||
|
:where(.css-dev-only-do-not-override-9ntgx0).ant-layout .ant-layout-sider-light {
|
||
|
background-image: url(./assets/images/nav-bg.png) !important;
|
||
|
background-size: cover !important;
|
||
|
}
|
||
|
// 右侧
|
||
|
:where(.css-dev-only-do-not-override-1iwlhoc).ant-pro .ant-pro-layout .ant-pro-layout-content {
|
||
|
padding-block: 0;
|
||
|
padding-inline: 0;
|
||
|
}
|
||
|
/* LayerData */
|
||
|
.layer-data-wrap {
|
||
|
position: fixed;
|
||
|
top: 130px;
|
||
|
width: 220px;
|
||
|
z-index: 999;
|
||
|
margin: 2% 4.2%;
|
||
|
background: rgba(239,240,248,0.7);
|
||
|
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
|
||
|
border-radius: 10px;
|
||
|
opacity: 1;
|
||
|
}
|
||
|
.layer-data-wrap .ant-tree {
|
||
|
background: none;
|
||
|
}
|
||
|
.ant-tree-treenode:first-child {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
.ant-tree-treenode:last-child {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
.ant-tree-node-content-wrapper {
|
||
|
width: 150px;
|
||
|
}
|
||
|
.ant-tree-iconEle {
|
||
|
position: absolute;
|
||
|
left: 120px;
|
||
|
}
|
||
|
.ant-tree-iconEle > span:last-child {
|
||
|
display: inline-block;
|
||
|
width: 18px;
|
||
|
height: 18px;
|
||
|
position: absolute;
|
||
|
left: -140px;
|
||
|
top: -1px;
|
||
|
}
|
||
|
.ant-tree-iconEle > span:last-child img {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
|
||
|
color: inherit;
|
||
|
}
|
||
|
#root .ant-select-selector {
|
||
|
border-radius: 6px;
|
||
|
border: none;
|
||
|
}
|
||
|
#base_map .ant-input {
|
||
|
border-start-start-radius: 6px;
|
||
|
border-end-start-radius: 6px;
|
||
|
border: none;
|
||
|
}
|