first commit

This commit is contained in:
云泽网
2025-07-27 21:42:34 +08:00
commit c1cce5ccb4
2779 changed files with 340042 additions and 0 deletions
+203
View File
@@ -0,0 +1,203 @@
.layui-form-label {
color: #6a6f6c;
width: 100px;
}
.layui-input-block {
margin-left: 130px;
}
.add-spec-value {
height: 38px;
line-height: 38px;
color: #4e8bff;
cursor: pointer;
}
.add-spec-value:hover {
color: #0641cb;
}
.goods-img-del-x {
display: none;
position: absolute;
z-index: 100;
top: -4px;
right: -2px;
width: 20px;
height: 20px;
font-size: 16px;
line-height: 16px;
color: #fff;
text-align: center;
cursor: pointer;
background: hsla(0, 0%, 60%, .6);
border-radius: 10px;
}
.goods-li {
float: left;
opacity: 1;
position: relative;
}
.goods-img {
width: 80px;
height: 80px;
padding: 4px;
}
.goods-img-add {
font-size: 60px;
vertical-align: middle
}
.master-image{
margin-bottom:4px;
float: left;
position: relative;
}
.poster-image{
margin-bottom:4px;
float: left;
position: relative;
}
.goods-spec-img {
width: 48px;
height: 48px;
}
.goods-spec-del-x {
display: none;
position: absolute;
z-index: 100;
top: 15px;
right: 15px;
width: 18px;
height: 18px;
font-size: 16px;
line-height: 14px;
color: #fff;
text-align: center;
cursor: pointer;
background: hsla(0, 0%, 60%, .6);
border-radius: 15px;
}
.goods-spec-value-del-x {
display: none;
position: absolute;
z-index: 100;
top: -8px;
right: -8px;
width: 20px;
height: 20px;
font-size: 15px;
line-height: 20px;
color: #fff;
text-align: center;
cursor: pointer;
background: hsla(0, 0%, 60%, .6);
border-radius: 15px;
}
.goods-spec-img-del-x {
display: none;
position: absolute;
z-index: 100;
top: -2px;
right: 10px;
width: 20px;
height: 20px;
font-size: 16px;
line-height: 14px;
color: #fff;
text-align: center;
cursor: pointer;
background: hsla(0, 0%, 60%, .6);
border-radius: 10px;
}
.goods-one-spec-img-del-x {
display: none;
position: absolute;
z-index: 100;
top: -2px;
right: 10px;
width: 20px;
height: 20px;
font-size: 16px;
line-height: 14px;
color: #fff;
text-align: center;
cursor: pointer;
background: hsla(0, 0%, 60%, .6);
border-radius: 10px;
}
.goods-spec-value-input {
margin-bottom: 5px;
}
.goods-spec {
margin-top: 10px;
margin-bottom: 10px;
background-color: #f3f5f9;
padding: 10px;
}
.goods-spec-div {
position: relative;
}
.form-label-asterisk {
color: red;
padding-right: 5px
}
.spec-lists-table th {
text-align: center;
}
.spec-lists-table td {
text-align: center;
}
.batch-div{
padding-bottom: 10px;
padding-top: 10px;
}
.click-a {
color: #4685fd;
padding-right: 10px;
cursor: pointer;
}
.batch-spec-title{
color: #6a6f6c;
float: left;
}
.unit-tips{
float: left;
display: block;
padding: 9px 0!important;
line-height: 20px;
margin-right: 10px;
}
.show-video{
display: inline-block;
position: relative;
}
.goods-video-del-x {
display: none;
position: absolute;
z-index: 100;
top: -4px;
right: -16px;
width: 20px;
height: 20px;
font-size: 16px;
line-height: 16px;
color: #fff;
text-align: center;
cursor: pointer;
background: hsla(0, 0%, 60%, .6);
border-radius: 10px;
}
+89
View File
@@ -0,0 +1,89 @@
.layui-icon-file:before {
content: "\e623";
}
.add-border {
border-radius: 5px;
border: 2px solid #3B91FF;
background-color: #f1f5fa;
}
.white-border {
border: 2px solid #ffffff;
}
.img-border {
width: 130px;
height: 130px;
box-sizing: border-box;
padding: 5px;
}
.container {
display: flex;
justify-content: flex-start;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: #FFFFFF;
}
.cate-box {
flex-shrink: 0;
border-right: 1px #EEEEEE solid;
width: 200px;
}
.footer {
display: flex;
justify-content: space-between;
height: 55px;
min-height: 55px;
align-items: center;
padding: 0 30px;
position: fixed;
bottom: 0;
left: 201px;
right: 0;
border-top: 1px solid #EEEEEE;
background-color: #FFFFFF;
}
.footer #page {
margin: 0 20px;
}
.gallery {
flex: 1;
}
.gallery .img-lists li {
display: inline-block;
margin: 5px;
}
.gallery .img-lists .file-image {
width: 80%;
height: 80%;
vertical-align: middle;
/*transform: scale(0.98);*/
object-fit: contain;
}
.gallery .img-lists .file-name {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 100px;
}
/*分类名称*/
.layui-tree-txt {
width: 100px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB