3d添加印花 等

This commit is contained in:
X1627315083
2025-04-16 10:43:54 +08:00
parent fd2e47e783
commit c2288a30b2
51 changed files with 5588 additions and 359 deletions

View File

@@ -551,13 +551,15 @@ li {
.ant-btn-primary {
background-color: #000;
}
.ant-picker-range-wrapper {
.ant-picker-range-wrapper,
.ant-picker-dropdown {
border-radius: 2rem;
overflow: hidden;
background-color: #fff;
border: 2px solid #000;
}
.ant-picker-range-wrapper .ant-picker-range-arrow {
.ant-picker-range-wrapper .ant-picker-range-arrow,
.ant-picker-dropdown .ant-picker-range-arrow {
display: none;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
@@ -1273,6 +1275,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
display: flex;
align-items: center;
}
.admin_page .admin_state_item > span {
white-space: nowrap;
width: 13rem;
}
.admin_page .admin_state_item > span > span {
color: red;
}
@@ -1283,7 +1289,6 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
margin-right: 15px;
flex-shrink: 0;
display: block;
width: 10.5rem;
text-align: right;
}
.admin_page .admin_state_item > input {
@@ -1296,16 +1301,24 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
background-color: #f5f5f5;
}
.admin_page .admin_search_item {
background: #343579;
border-color: #343579;
height: 4rem;
padding: 0.64rem 1.5rem;
font-size: 1.6rem;
border-radius: 2px;
display: inline-block;
width: 13rem;
height: 6rem;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.8rem;
font-weight: 600;
border-radius: 3rem;
color: #fff;
cursor: pointer;
margin: 0 2rem 2rem 0;
background-color: #000;
}
.admin_page .admin_search_item:hover {
color: #000;
border: 2px solid #000;
background-color: #fff;
}
.admin_page .admin_search_item:last-child {
margin: 0;
@@ -1334,7 +1347,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
border-radius: 10px;
padding: 5px 10px;
border: 1px solid #b6b6b6;
background: #39215b;
background: #000;
color: #fff;
margin: 0 10px 10px 0;
font-size: 1.4rem;