push Develop
This commit is contained in:
@@ -127,9 +127,13 @@ input:focus{
|
||||
}
|
||||
|
||||
.select_block{
|
||||
height: 4rem;
|
||||
.ant-select{
|
||||
height: 100%;
|
||||
}
|
||||
.ant-select:not(.ant-select-customize-input) .ant-select-selector{
|
||||
background: transparent;
|
||||
height: 4rem;
|
||||
height: 95%;
|
||||
border: 0.1rem solid rgba(0,0,0,0) !important;
|
||||
// border: 0.1rem solid #000 !important;
|
||||
border-radius: 0;
|
||||
@@ -533,6 +537,7 @@ input:focus{
|
||||
|
||||
//弹窗公共样式
|
||||
.ant-modal{
|
||||
box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
|
||||
&.ant-modal-confirm{
|
||||
&.ant-modal-confirm-confirm{
|
||||
// top: 50%;
|
||||
@@ -696,13 +701,10 @@ input:focus{
|
||||
// height: calc(65vh - 6.4rem);
|
||||
height: calc(65rem*1.2);
|
||||
// background-color: #181818;
|
||||
padding: calc(4rem*1.2) calc(5rem*1.2);
|
||||
}
|
||||
.ant-modal-btn{
|
||||
|
||||
}
|
||||
.ant-modal-body{
|
||||
padding: calc(4rem*1.2) calc(5rem*1.2);
|
||||
|
||||
}
|
||||
.fi-rr-down-to-line,.fi-rr-arrow-small-right,.fi-rr-arrow-small-left{
|
||||
font-size: 2rem;
|
||||
@@ -1068,7 +1070,10 @@ input:focus{
|
||||
.ant-checkbox-wrapper{
|
||||
height: 2.2rem;
|
||||
align-items: center;
|
||||
span{
|
||||
>span{
|
||||
height: 100%;
|
||||
}
|
||||
>span{
|
||||
font-size: 1.4rem;
|
||||
line-height: 2.3rem;
|
||||
.ant-checkbox-input::after{
|
||||
@@ -1339,7 +1344,7 @@ input:focus{
|
||||
}
|
||||
}
|
||||
//desing 关闭按钮
|
||||
.designOpenrtion_modal,.designOpenrtionMobile_modal,.design_detail_modal_component{
|
||||
.designOpenrtion_modal,.designOpenrtionMobile_modal,.design_detail_modal_component,.designElements_modal,.designElementsMobile_modal{
|
||||
.design_closeIcon{
|
||||
top: 2rem;
|
||||
right: 2rem;
|
||||
@@ -1363,7 +1368,7 @@ input:focus{
|
||||
}
|
||||
}
|
||||
}
|
||||
.design_detail_modal_component,.designOpenrtion_modal,.UpgradePlan_modal,.refund_reason,.Export,.designOpenrtionMobile_modal{
|
||||
.design_detail_modal_component,.designOpenrtion_modal,.designElements_modal,.UpgradePlan_modal,.refund_reason,.Export,.designOpenrtionMobile_modal,.designElementsMobile_modal{
|
||||
.ant-upload-list-picture-card-container{
|
||||
display: none !important;
|
||||
}
|
||||
@@ -1402,12 +1407,16 @@ i{
|
||||
opacity: .5;
|
||||
transform: scale(.9);
|
||||
}
|
||||
|
||||
input[type=number]::-webkit-inner-spin-button,
|
||||
input[type=number]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
textarea:focus{
|
||||
outline: none; /* 清除默认焦点样式 */
|
||||
}
|
||||
//设计input和上传按钮样式
|
||||
.collection_modal_body,.design_detail_modal_component,.library_page,{
|
||||
.collection_modal_body,.design_detail_modal_component,.library_page,.productImg_modal{
|
||||
.input_border{
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
@@ -1490,6 +1499,13 @@ textarea:focus{
|
||||
.ant-spin-text{
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.search_seed{
|
||||
padding: 0;
|
||||
width: 4rem;
|
||||
text-align: center;
|
||||
font-size: 1.2rem;
|
||||
border-right: calc(0.1rem* 1.2) solid #F1F1F1;
|
||||
}
|
||||
}
|
||||
.upload_item{
|
||||
.upload_file_item{
|
||||
|
||||
Reference in New Issue
Block a user