2023-10-27
上传模特截取模特图片大小功能
This commit is contained in:
@@ -222,27 +222,28 @@ ul,li{
|
||||
.ant-modal-content{
|
||||
.ant-modal-body{
|
||||
.ant-modal-confirm-body-wrapper{
|
||||
.ant-modal-confirm-btns{
|
||||
.ant-btn:hover{
|
||||
color: #39215b;
|
||||
border-color: #39215b;
|
||||
}
|
||||
.ant-btn-primary{
|
||||
background: #39215b;
|
||||
border-color: #39215b;
|
||||
}
|
||||
.ant-btn-primary:hover{
|
||||
color: #fff;
|
||||
border-color: #543087;
|
||||
background: #543087;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.ant-modal-confirm-btns{
|
||||
.ant-btn:hover{
|
||||
color: #39215b !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;
|
||||
}
|
||||
}
|
||||
//loding样式
|
||||
.ant-spin-dot-item{
|
||||
background-color: #543087;
|
||||
@@ -253,6 +254,23 @@ ul,li{
|
||||
.pin_block{
|
||||
text-align: center;
|
||||
margin-top:.5rem;
|
||||
.ant-checkbox-wrapper{
|
||||
height: 2.2rem;
|
||||
align-items: center;
|
||||
span{
|
||||
font-size: 1.4rem;
|
||||
height: 100%;
|
||||
line-height: 2.3rem;
|
||||
}
|
||||
.ant-checkbox-inner{
|
||||
width: 1.6rem;
|
||||
height: 1.6rem;
|
||||
}
|
||||
.ant-checkbox-inner::after{
|
||||
width: .571428571rem;
|
||||
height: .914285714rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
//collection 弹窗
|
||||
.collection_modal,.design_detail_modal_component,.designOpenrtion_modal,.library_page{
|
||||
|
||||
Reference in New Issue
Block a user