2023-10-27
上传模特截取模特图片大小功能
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
font-size: 1.8rem;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id */
|
||||
src: url('iconfont.ttf?t=1697613542954') format('truetype');
|
||||
src: url('iconfont.ttf?t=1698114002056') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 1.6rem;
|
||||
font-size: 1.8rem;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
@@ -15,3 +15,11 @@
|
||||
content: "\e66c";
|
||||
}
|
||||
|
||||
.icon-fanchehui:before {
|
||||
content: "\e626";
|
||||
}
|
||||
|
||||
.icon-chehui:before {
|
||||
content: "\e609";
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
@@ -185,18 +185,18 @@ li {
|
||||
.operate_file_block .select_img_type .category_list .category_item:hover {
|
||||
background: linear-gradient(-137deg, #eeefdb, #e7dbed);
|
||||
}
|
||||
.ant-modal-root .ant-modal-wrap .ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn:hover {
|
||||
color: #39215b;
|
||||
border-color: #39215b;
|
||||
.ant-modal-confirm-btns .ant-btn:hover {
|
||||
color: #39215b !important;
|
||||
border-color: #39215b !important;
|
||||
}
|
||||
.ant-modal-root .ant-modal-wrap .ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn-primary {
|
||||
background: #39215b;
|
||||
border-color: #39215b;
|
||||
.ant-modal-confirm-btns .ant-btn-primary {
|
||||
background: #39215b !important;
|
||||
border-color: #39215b !important;
|
||||
}
|
||||
.ant-modal-root .ant-modal-wrap .ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn-primary:hover {
|
||||
color: #fff;
|
||||
border-color: #543087;
|
||||
background: #543087;
|
||||
.ant-modal-confirm-btns .ant-btn-primary:hover {
|
||||
color: #fff !important;
|
||||
border-color: #543087 !important;
|
||||
background: #543087 !important;
|
||||
}
|
||||
.ant-spin-dot-item {
|
||||
background-color: #543087;
|
||||
@@ -208,6 +208,23 @@ li {
|
||||
text-align: center;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
.pin_block .ant-checkbox-wrapper {
|
||||
height: 2.2rem;
|
||||
align-items: center;
|
||||
}
|
||||
.pin_block .ant-checkbox-wrapper span {
|
||||
font-size: 1.4rem;
|
||||
height: 100%;
|
||||
line-height: 2.3rem;
|
||||
}
|
||||
.pin_block .ant-checkbox-wrapper .ant-checkbox-inner {
|
||||
width: 1.6rem;
|
||||
height: 1.6rem;
|
||||
}
|
||||
.pin_block .ant-checkbox-wrapper .ant-checkbox-inner::after {
|
||||
width: 0.57142857rem;
|
||||
height: 0.91428571rem;
|
||||
}
|
||||
.collection_modal .ant-modal-body,
|
||||
.design_detail_modal_component .ant-modal-body,
|
||||
.designOpenrtion_modal .ant-modal-body,
|
||||
|
||||
@@ -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