合并画布代码

This commit is contained in:
X1627315083
2025-06-18 11:05:23 +08:00
parent 903c0ebdf5
commit 9c7fae36eb
118 changed files with 23633 additions and 8201 deletions

View File

@@ -1911,6 +1911,7 @@ textarea:focus {
padding-right: 0;
background-color: #fff;
flex: 1;
height: 5rem;
}
.collection_modal_body .input_border .input_box_btnBox.sketch,
.design_detail_modal_component .input_border .input_box_btnBox.sketch,
@@ -1922,6 +1923,33 @@ textarea:focus {
.generalMenu_printModel_upload .input_border .input_box_btnBox.sketch,
.generate .input_border .input_box_btnBox.sketch {
padding: 0;
overflow: hidden;
flex: 1;
border: none;
background-color: rgba(0, 0, 0, 0);
}
.collection_modal_body .input_border .input_box_btnBox.sketch .upload_item,
.design_detail_modal_component .input_border .input_box_btnBox.sketch .upload_item,
.library_page .input_border .input_box_btnBox.sketch .upload_item,
.productImg_content .input_border .input_box_btnBox.sketch .upload_item,
.poseTransfer .input_border .input_box_btnBox.sketch .upload_item,
.scaleImage_modal .input_border .input_box_btnBox.sketch .upload_item,
.accountEdit_page .input_border .input_box_btnBox.sketch .upload_item,
.generalMenu_printModel_upload .input_border .input_box_btnBox.sketch .upload_item,
.generate .input_border .input_box_btnBox.sketch .upload_item {
width: 6rem;
}
.collection_modal_body .input_border .input_box_btnBox.sketch .upload_item .upload_file_item,
.design_detail_modal_component .input_border .input_box_btnBox.sketch .upload_item .upload_file_item,
.library_page .input_border .input_box_btnBox.sketch .upload_item .upload_file_item,
.productImg_content .input_border .input_box_btnBox.sketch .upload_item .upload_file_item,
.poseTransfer .input_border .input_box_btnBox.sketch .upload_item .upload_file_item,
.scaleImage_modal .input_border .input_box_btnBox.sketch .upload_item .upload_file_item,
.accountEdit_page .input_border .input_box_btnBox.sketch .upload_item .upload_file_item,
.generalMenu_printModel_upload .input_border .input_box_btnBox.sketch .upload_item .upload_file_item,
.generate .input_border .input_box_btnBox.sketch .upload_item .upload_file_item {
height: 6rem;
width: 6rem;
}
.collection_modal_body .input_border .input_box_btnBox > .textarea,
.design_detail_modal_component .input_border .input_box_btnBox > .textarea,
@@ -1977,7 +2005,7 @@ textarea:focus {
.accountEdit_page .input_border .input_box_btnBox .upload_item,
.generalMenu_printModel_upload .input_border .input_box_btnBox .upload_item,
.generate .input_border .input_box_btnBox .upload_item {
width: 5.7rem;
width: 4.7rem;
}
.collection_modal_body .input_border .input_box_btnBox .upload_item .upload_file_item,
.design_detail_modal_component .input_border .input_box_btnBox .upload_item .upload_file_item,
@@ -1992,8 +2020,8 @@ textarea:focus {
left: 0;
top: 50%;
transform: translateY(-50%);
height: 5.7rem;
width: 5.7rem;
height: 4.7rem;
width: 4.7rem;
border-radius: 1rem;
overflow: hidden;
}
@@ -2087,7 +2115,6 @@ textarea:focus {
z-index: 4;
width: 4rem;
align-items: center;
background-color: #fff;
justify-content: center;
}
.collection_modal_body .input_border .fi.fi-br-loading,
@@ -2214,7 +2241,7 @@ textarea:focus {
.generage_btn_box .generage_btn {
margin-left: 2rem;
display: flex;
font-size: 1.8rem;
font-size: 1.6rem;
padding: 1rem 2rem;
box-sizing: content-box;
justify-content: center;
@@ -2250,12 +2277,13 @@ textarea:focus {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #fff;
}
.generage_btn_box .content > div.active {
background-color: #616161;
background-color: #000;
}
.generage_btn_box .content > div:hover {
background: #999999;
background: #000;
}
.hideChecked {
user-select: none;