添加衣服纹理功能

This commit is contained in:
X1627315083
2024-03-20 13:34:07 +08:00
parent 5f9fe870c7
commit c5e3a5036d
33 changed files with 579 additions and 129 deletions

View File

@@ -1,6 +1,6 @@
@font-face {
font-family: "iconfont"; /* Project id */
src: url('iconfont.ttf?t=1709874981482') format('truetype');
src: url('iconfont.ttf?t=1710811554594') format('truetype');
}
.iconfont {
@@ -103,3 +103,23 @@
content: "\e634";
}
.icon-shangyiceng:before {
content: "\e751";
}
.icon-shangyiceng1:before {
content: "\e604";
}
.icon-xiayiceng:before {
content: "\e68a";
}
.icon-shangyiceng2:before {
content: "\e68b";
}
.icon-caizhi:before {
content: "\e647";
}

Binary file not shown.

View File

@@ -233,6 +233,9 @@ li {
cursor: pointer;
pointer-events: auto !important;
}
.ant-drawer {
z-index: 9999;
}
.delete_like_file_block {
display: none;
width: 2.5rem;

View File

@@ -261,6 +261,9 @@ input:focus{
cursor: pointer;
pointer-events: auto !important;
}
.ant-drawer{
z-index: 9999;
}
//爱心
.delete_like_file_block{
display: none;