添加衣服纹理功能
This commit is contained in:
@@ -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.
@@ -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;
|
||||
|
||||
@@ -261,6 +261,9 @@ input:focus{
|
||||
cursor: pointer;
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
.ant-drawer{
|
||||
z-index: 9999;
|
||||
}
|
||||
//爱心
|
||||
.delete_like_file_block{
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user