123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- @charset "utf-8";
- .uploader-list {
- .file-item {
- img {
- width: 110px;
- }
- }
- }
- /* 多规格 */
- .goods-spec-many {
- display: none;
- .goods-spec-box {
- margin-top: 15px;
- border: 1px solid #e4e4e4;
- padding: 20px;
- border-radius: 4px;
- &.style-simplify {
- margin-top: 0;
- padding: 0;
- border: none;
- border-radius: 0;
- }
- }
- input {
- font-size: 1.3rem !important;
- padding-left: 10px !important;
- border: 1px solid #e3e2e5 !important;
- &.am-field-error {
- border-color: #dd514c !important;
- }
- }
- .spec-group-item {
- margin-bottom: 25px;
- .spec-group-name {
- margin-bottom: 15px;
- span {
- font-size: 1.5rem;
- }
- .icon-shanchu1 {
- display: inline-block;
- }
- }
- .spec-list {
- .spec-item {
- position: relative;
- margin-right: 12px;
- margin-bottom: 12px;
- 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;
- }
- &:hover {
- .icon-shanchu1 {
- visibility: visible;
- }
- }
- .icon-shanchu1 {
- position: absolute;
- width: 20px;
- top: -9px;
- right: -9px;
- visibility: hidden;
- }
- }
- }
- .spec-item-add {
- input {
- width: 110px;
- border-top-left-radius: 4px;
- border-bottom-left-radius: 4px;
- }
- 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;
- }
- }
- }
- .icon-shanchu1 {
- cursor: pointer;
- text-align: center;
- color: #ababab;
- font-size: 1.3rem;
- &:hover {
- color: #6b6b6b;
- }
- }
- .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;
- }
- }
- .spec-group-add {
- //display: none;
- .spec-group-add-item {
- margin-bottom: 10px;
- input {
- width: 160px;
- border-radius: 4px;
- display: inline-block;
- margin-left: 12px;
- }
- }
- }
- .goods-sku {
- //display: none;
- .goods-spec-line {
- border: 1px dashed #e3e2e5;
- }
- .spec-batch {
- margin-bottom: 15px;
- .am-form-label {
- padding-top: 0;
- }
- .am-form-group {
- margin-left: .6rem;
- margin-bottom: .8rem;
- input {
- width: 140px;
- }
- &:first-child {
- margin-left: 0;
- }
- }
- }
- .spec-sku-tabel {
- td {
- &.td-spec-value {
- padding: .7rem 1.3rem !important;
- }
- &.spec-image {
- font-size: 0;
- .upload-image {
- display: inline-block;
- width: 32px;
- height: 32px;
- border: 1px dashed #E3E2E5;
- border-radius: 4px;
- text-align: center;
- cursor: pointer;
- color: #B2AEBC;
- .iconfont {
- line-height: 32px;
- font-size: 1.2rem;
- }
- &:hover {
- border: 1px dashed #2589ff;
- color: #2589ff;
- }
- }
- .data-image {
- position: relative;
- display: inline-block;
- width: 32px;
- height: 32px;
- cursor: pointer;
- img {
- width: 100%;
- height: 100%;
- }
- .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;
- &:hover {
- background: #000;
- }
- }
- &:hover {
- .image-delete {
- display: block;
- }
- }
- }
- }
- }
- input {
- display: inline-block !important;
- &.ipt-goods-no {
- width: 140px;
- }
- &.ipt-w80 {
- width: 80px;
- }
- }
- }
- }
- .spec-group-button {
- button {
- &:hover, &:focus {
- color: #fbfbfb;
- background-color: #19a7f0;
- }
- }
- }
- }
|