This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop/web/assets/store/css/goods.css

160 lines
5.5 KiB
CSS
Raw Permalink Normal View History

2020-04-25 22:20:29 +08:00
@charset "UTF-8";
.uploader-list .file-item img {
width: 110px; }
/* 多规格 */
.goods-spec-many {
display: none; }
.goods-spec-many .goods-spec-box {
margin-top: 15px;
border: 1px solid #e4e4e4;
padding: 20px;
border-radius: 4px; }
.goods-spec-many .goods-spec-box.style-simplify {
margin-top: 0;
padding: 0;
border: none;
border-radius: 0; }
.goods-spec-many input {
font-size: 1.3rem !important;
padding-left: 10px !important;
border: 1px solid #e3e2e5 !important; }
.goods-spec-many input.am-field-error {
border-color: #dd514c !important; }
.goods-spec-many .spec-group-item {
margin-bottom: 25px; }
.goods-spec-many .spec-group-item .spec-group-name {
margin-bottom: 15px; }
.goods-spec-many .spec-group-item .spec-group-name span {
font-size: 1.5rem; }
.goods-spec-many .spec-group-item .spec-group-name .icon-shanchu1 {
display: inline-block; }
.goods-spec-many .spec-group-item .spec-list .spec-item {
position: relative;
margin-right: 12px;
margin-bottom: 12px; }
.goods-spec-many .spec-group-item .spec-list .spec-item span {
min-width: 50px;
display: inline-block;
border: 1px solid #ddd;
text-align: center;
padding: 0 15px;
border-radius: 2px;
font-size: 1.3rem;
line-height: 30px; }
.goods-spec-many .spec-group-item .spec-list .spec-item:hover .icon-shanchu1 {
visibility: visible; }
.goods-spec-many .spec-group-item .spec-list .spec-item .icon-shanchu1 {
position: absolute;
width: 20px;
top: -9px;
right: -9px;
visibility: hidden; }
.goods-spec-many .spec-group-item .spec-item-add input {
width: 110px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px; }
.goods-spec-many .spec-group-item .spec-item-add button {
display: table-cell;
height: 32px;
font-size: 1.3rem;
border-color: #e3e2e5;
border-left: none;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
outline: none; }
.goods-spec-many .icon-shanchu1 {
cursor: pointer;
text-align: center;
color: #ababab;
font-size: 1.3rem; }
.goods-spec-many .icon-shanchu1:hover {
color: #6b6b6b; }
.goods-spec-many .spec-group-button button {
color: #2589ff;
background-color: #fff;
border-color: #2589ff;
font-size: 12px;
border-radius: 4px;
outline: 0;
font-weight: 400;
padding: .6em 1em;
outline: none !important; }
.goods-spec-many .spec-group-add .spec-group-add-item {
margin-bottom: 10px; }
.goods-spec-many .spec-group-add .spec-group-add-item input {
width: 160px;
border-radius: 4px;
display: inline-block;
margin-left: 12px; }
.goods-spec-many .goods-sku .goods-spec-line {
border: 1px dashed #e3e2e5; }
.goods-spec-many .goods-sku .spec-batch {
margin-bottom: 15px; }
.goods-spec-many .goods-sku .spec-batch .am-form-label {
padding-top: 0; }
.goods-spec-many .goods-sku .spec-batch .am-form-group {
margin-left: .6rem;
margin-bottom: .8rem; }
.goods-spec-many .goods-sku .spec-batch .am-form-group input {
width: 140px; }
.goods-spec-many .goods-sku .spec-batch .am-form-group:first-child {
margin-left: 0; }
.goods-spec-many .goods-sku .spec-sku-tabel td.td-spec-value {
padding: .7rem 1.3rem !important; }
.goods-spec-many .goods-sku .spec-sku-tabel td.spec-image {
font-size: 0; }
.goods-spec-many .goods-sku .spec-sku-tabel td.spec-image .upload-image {
display: inline-block;
width: 32px;
height: 32px;
border: 1px dashed #E3E2E5;
border-radius: 4px;
text-align: center;
cursor: pointer;
color: #B2AEBC; }
.goods-spec-many .goods-sku .spec-sku-tabel td.spec-image .upload-image .iconfont {
line-height: 32px;
font-size: 1.2rem; }
.goods-spec-many .goods-sku .spec-sku-tabel td.spec-image .upload-image:hover {
border: 1px dashed #2589ff;
color: #2589ff; }
.goods-spec-many .goods-sku .spec-sku-tabel td.spec-image .data-image {
position: relative;
display: inline-block;
width: 32px;
height: 32px;
cursor: pointer; }
.goods-spec-many .goods-sku .spec-sku-tabel td.spec-image .data-image img {
width: 100%;
height: 100%; }
.goods-spec-many .goods-sku .spec-sku-tabel td.spec-image .data-image .image-delete {
display: none;
position: absolute;
top: -8px;
right: -8px;
cursor: pointer;
height: 15px;
width: 15px;
line-height: 15px;
background: rgba(153, 153, 153, 0.7);
border-radius: 50%;
text-align: center;
color: #fff !important;
font-size: 1rem; }
.goods-spec-many .goods-sku .spec-sku-tabel td.spec-image .data-image .image-delete:hover {
background: #000; }
.goods-spec-many .goods-sku .spec-sku-tabel td.spec-image .data-image:hover .image-delete {
display: block; }
.goods-spec-many .goods-sku .spec-sku-tabel input {
display: inline-block !important; }
.goods-spec-many .goods-sku .spec-sku-tabel input.ipt-goods-no {
width: 140px; }
.goods-spec-many .goods-sku .spec-sku-tabel input.ipt-w80 {
width: 80px; }
.goods-spec-many .spec-group-button button:hover, .goods-spec-many .spec-group-button button:focus {
color: #fbfbfb;
background-color: #19a7f0; }
/*# sourceMappingURL=goods.css.map */