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

@@ -612,7 +612,7 @@ input:focus{
.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;
@@ -1399,6 +1399,8 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
display: flex;
align-items: center;
>span{
white-space: nowrap;
width: 13rem;
>span{
color: red;
}
@@ -1412,7 +1414,6 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
display: block;
// min-width: 20%;
// width: 100px;
width: 10.5rem;
text-align: right;
}
>input{
@@ -1426,16 +1427,25 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
}
}
.admin_search_item{
background: #343579;
border-color: #343579;
height: 4rem;
padding: .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;
&:hover{
color: #000;
border: 2px solid #000;
background-color: #fff;
}
}
.admin_search_item:last-child{
margin: 0;
@@ -1464,7 +1474,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;