非正式用户的遮罩位置修改

This commit is contained in:
X1627315083
2025-09-15 13:33:27 +08:00
parent 891ea5004c
commit e3dae9e640
10 changed files with 58 additions and 47 deletions

View File

@@ -1974,17 +1974,17 @@ textarea:focus{
//设计input和上传按钮样式
.collection_modal_body,.design_detail_modal_component,.library_page,.productImg_content,.poseTransfer,.scaleImage_modal,.editDesignType_modal,.accountEdit_page,.generalMenu_printModel_upload,.generate{
.input_border{
z-index: 2;
// z-index: 2;
display: flex;
align-items: center;
padding-bottom: calc(2rem*1.2);
top: 0;
flex-wrap: wrap;
z-index: 6;
// z-index: 6;
--width:65%;
.input_box{
position: relative;
z-index: 6;
// z-index: 6;
flex: 1;
display: flex;
align-items: center;
@@ -2150,7 +2150,6 @@ textarea:focus{
cursor: pointer;
transition: all .3s;
position: relative;
z-index: 4;
width: 4rem;
align-items: center;
justify-content: center;