添加网站文件
This commit is contained in:
203
public/static/admin/css/goods.css
Normal file
203
public/static/admin/css/goods.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user