This commit is contained in:
X1627315083
2024-03-08 16:51:24 +08:00
parent 31006c1868
commit 8911e9da14
16 changed files with 1291 additions and 626 deletions

View File

@@ -291,86 +291,85 @@ li {
top: 0.1rem;
width: 0.3rem;
}
.ant-select-allow-clear {
font-size: 1.2rem;
height: 3rem;
}
.ant-select-allow-clear .ant-select-selector {
.trial_page .ant-select-allow-clear {
height: 100%;
}
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow {
.trial_page .ant-select-allow-clear .ant-select-selector {
height: 100%;
}
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item {
.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow {
height: 100%;
}
.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item {
height: 80%;
}
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item {
.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item {
align-items: center;
height: 100%;
margin: 0;
margin-right: 0.4rem;
background-color: #e1d9ec;
}
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-content {
.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-content {
height: 100%;
line-height: 1.7;
}
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-remove {
.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-remove {
height: 100%;
font-size: 1rem;
display: flex;
align-items: center;
}
.ant-select-allow-clear .ant-select-selector::after {
.trial_page .ant-select-allow-clear .ant-select-selector::after {
line-height: 1;
}
.ant-select-allow-clear.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
.trial_page .ant-select-allow-clear.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0);
border: 1px solid #d9d9d9;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
.trial_page .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
border: 1px solid #d9d9d9;
}
.ant-select-dropdown {
.trial_page .ant-select-dropdown {
font-size: 1.4rem;
}
.ant-select-dropdown .ant-cascader-menu-item {
.trial_page .ant-select-dropdown .ant-cascader-menu-item {
padding: 0.5rem 1.2rem;
line-height: 2.2rem;
}
.ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox {
.trial_page .ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox {
font-size: 1.4rem;
}
.ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox :hover .ant-cascader-checkbox-inner {
.trial_page .ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox :hover .ant-cascader-checkbox-inner {
border: 1px solid #d9d9d9;
}
.ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner {
.trial_page .ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner {
width: 1.6rem;
height: 1.6rem;
}
.ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner::after {
.trial_page .ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner::after {
width: 0.8rem;
height: 0.8rem;
}
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
.trial_page .ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
background-color: #767676;
border-color: #d9d9d9 !important;
}
.ant-cascader-checkbox-checked::after {
.trial_page .ant-cascader-checkbox-checked::after {
border-color: #d9d9d9;
}
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
.trial_page .ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
.trial_page .ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
.trial_page .ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
border-color: #d9d9d9;
}
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
.trial_page .ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
background-color: #767676;
}
.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
.trial_page .ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
background-color: #d9d9d9;
}
.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner::after {
.trial_page .ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner::after {
border-color: #eeeeee;
}
.ant-modal-mask {