This commit is contained in:
X1627315083
2025-04-09 14:09:19 +08:00
parent b6e5f05f06
commit 37f1b36e54
76 changed files with 1969 additions and 970 deletions

View File

@@ -793,14 +793,16 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
}
>input{
height: 2.5rem !important;
height: 6rem !important;
box-sizing: border-box;
padding: 1rem !important;
border-radius: 1rem;
// border-radius: 4rem;
padding: calc(2rem - 1px * 2) !important;
box-sizing: content-box;
// box-sizing: content-box;
box-sizing: border-box;
background-color: #f3f3f3;
background-color: #fff;
width: calc(100% - 4rem);
width: 25rem;
font-size: 1.8rem;
transition: all .3s;
border: 1px solid;
@@ -827,9 +829,6 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
width: calc(100% - 4rem);
border: 1px solid #000;
}
.ant-select-selector{
border-radius: 4rem;
}
.ant-picker-input > input{
font-size: 1.8rem;
}
@@ -977,6 +976,11 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
> .ant-modal-body{
padding: 2.5rem 3rem;
}
.generalModel_btn {
.generalModel_closeIcon{
transform: translate(-100%, 100%);
}
}
}
.ant-modal-content{
border-radius: 3rem;
@@ -1280,18 +1284,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
top: 6rem;
}
.ant-modal-confirm-btns{
.ant-btn:hover{
color: #fff !important;
border-color: #39215b !important;
}
.ant-btn-primary{
background: #39215b !important;
border-color: #39215b !important;
}
.ant-btn-primary:hover{
color: #fff !important;
border-color: #543087 !important;
background: #543087 !important;
background: #000 !important;
border-color: #000 !important;
}
}
//loding样式
@@ -1759,6 +1754,7 @@ textarea:focus{
margin: 0;
.fi-br-upload{
font-size: 2rem;
display: flex;
color: #000;
}
}
@@ -1827,7 +1823,7 @@ textarea:focus{
}
//设计input和上传按钮样式
.collection_modal_body,.design_detail_modal_component,.library_page,.productImg_content,.scaleImage_modal,.accountEdit_page,.generalMenu_printModel_upload,.generate{
.collection_modal_body,.design_detail_modal_component,.library_page,.productImg_content,.poseTransfer,.scaleImage_modal,.accountEdit_page,.generalMenu_printModel_upload,.generate{
.input_border{
z-index: 2;
display: flex;
@@ -1843,17 +1839,18 @@ textarea:focus{
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
.inputShowText{
width: 100%;
display: none;
}
&.active{
.input_box_btnBox,textarea{
.input_box_btnBox,.search_textarea{
// color: rgb(255, 0, .7);
border: 1px solid rgb(255, 0, .7);
box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.2);
}
span{
.inputShowText{
opacity: 1;
display: block;
color: rgba(255, 0, .7);
@@ -1912,10 +1909,23 @@ textarea:focus{
padding: 1.5rem 2rem;
padding-right: 0;
background-color: #fff;
flex: 1;
// border
&.sketch{
padding: 0;
}
> .textarea{
border-radius: 1rem;
min-height: 2rem;
max-height: 20rem;
border: none;
resize: none;
height: 2.7rem;
font-size: 1.8rem;
flex: 1;
line-height: 2rem;
// overflow: hidden;
}
.ant-spin-text{
font-size: 1.2rem;
}
@@ -1935,7 +1945,7 @@ textarea:focus{
transform: translateY(-50%);
height: 5.7rem;
width: 5.7rem;
border-radius: 50%;
border-radius: 1rem;
overflow: hidden;
}
}
@@ -2034,7 +2044,9 @@ textarea:focus{
position: relative;
display: flex;
align-items: center;
.generage_btn{
width: 10rem;
}
.icon-xiala{
margin-left: 1rem;
transition: all .3s;
@@ -2047,12 +2059,13 @@ textarea:focus{
position: absolute;
top: 100%;
width: calc(100% - 2rem);
left: 2rem;
left: 0rem;
text-align: center;
border-radius: calc(1rem* 1.2);
overflow: hidden;
z-index: 3;
margin-top: .2rem;
margin-left: 2rem;
>div{
background: #cccccc;
line-height: 2;
@@ -2061,6 +2074,9 @@ textarea:focus{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
&.active{
background-color: #616161;
}
}
>div:hover{
background: #999999;
@@ -2074,6 +2090,7 @@ textarea:focus{
font-size: 1.8rem;
padding: 1rem 2rem;
box-sizing: content-box;
justify-content: center;
}
}