| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671 |
- @CHARSET "UTF-8";
- /* .layui-tab-content {
- padding: 10px 0 30px;
- } */
- .layui-form-label{
- width: 140px;
- }
- .layui-form-label + .layui-input-block{
- margin-left: 140px;
- }
- .word-aux{
- margin-left: 140px;
- }
- .layui-block {
- margin-bottom: 15px;
- overflow: hidden;
- }
- .commodity-type-box{
- display: flex;
- }
- .commodity-type-item{
- margin-right: 15px;
- padding: 15px 20px;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- border: 1px solid #e5e5e5;
- cursor: pointer;
- /* background: #e5e5e5; */
- }
- /* .commodity-type-item span:last-of-type{
- color: #999;
- } */
- /* 商品分类 */
- .js-attr-list,
- .js-new-attr-list {
- max-width: 1000px !important;
- }
- .js-new-attr-list .prompt-block {
- border: none;
- border-top: 1px solid #e6e6e6;
- }
- .cate-input-default {
- position: relative;
- }
- .cate-input-default button {
- position: absolute;
- top: 1px;
- right: 1px;
- border: 0;
- height: 32px;
- line-height: 32px;
- border-left: 1px solid #E6E6E6;
- }
- .goods-category-wrap {
- position: relative;
- }
- .goods-category-wrap .layui-block {
- overflow: inherit;
- }
- .goods-category-list {
- /* width: 800px; */
- background-color: #FFFFFF;
- border: 1px solid #E6E6E6;
- position: absolute;
- left: 200px;
- z-index: 999;
- display: none;
- }
- /*商品分类弹出框*/
- .category-list {
- overflow: hidden;
- }
- .category-list .item {
- width: 260px;
- position: relative;
- float: left;
- /* border: 1px solid #cccccc; */
- background: #fff;
- /* width: 32.2%; */
- height: 345px;
- /* margin: 0 0.5%; */
- overflow-y: auto;
- }
- .category-list .item:last-child {
- margin-right: 0;
- }
- .category-list .item li {
- display: flex;
- padding: 10px;
- cursor: pointer;
- font-size: 12px;
- }
- .category-list .item li .category-name {
- display: inline-block;
- margin-left: 4px;
- white-space: nowrap;
- width: 210px;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .category-list .item li .right-arrow {
- width: 7px;
- height: 7px;
- border: 1px solid;
- border-color: #666 #666 transparent transparent;
- transform: rotate(45deg) translateY(6px);
- }
- .js-selected-category .right-arrow {
- margin-right: 5px;
- width: 7px;
- height: 7px;
- border: 1px solid;
- border-color: #666 #666 transparent transparent;
- transform: rotate(45deg);
- display: inline-block;
- }
- .selected-category-wrap {
- padding: 10px;
- border-bottom: 1px solid #cccccc;
- }
- /*底部按钮*/
- .fixed-btn {
- width: 100%;
- text-align: center;
- position: fixed;
- bottom: 0;
- margin: 0 0 0 -15px !important;
- background: #F9F9F9;
- line-height: 80px;
- z-index: 1000;
- border-top: 1px solid #e5e5e5;
- }
- .footer {
- padding-bottom: 160px;
- }
- .fixed-btn > button {
- vertical-align: middle;
- }
- /*, .fixed-btn > button:nth-child(2)*/
- .fixed-btn > button:first-child {
- display: none;
- }
- input[disabled] {
- cursor: not-allowed;
- }
- .spec-edit-list {
- margin-bottom: 10px;
- -webkit-user-select: none;
- -ms-user-select: none;
- -moz-user-select: none
- }
- .spec-edit-list .spec-item {
- border: 1px dotted transparent;
- padding: 10px;
- position: relative;
- background: #fff;
- }
- .spec-edit-list .spec-item .layui-form-item:last-child {
- margin-bottom: 0;
- }
- .spec-edit-list .spec-item:hover {
- border-color: #9E9E9E;
- cursor: move;
- }
- .spec-edit-list .spec-item .spec-value ul {
- margin-bottom: 10px;
- }
- .spec-edit-list .spec-item .spec-value ul li {
- display: inline-block;
- line-height: 30px;
- height: 30px;
- /*padding: 0 15px;*/
- border-radius: 2px;
- border: 1px solid #e9e9e9;
- background: #f7f7f7;
- font-size: 12px;
- /*transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);*/
- vertical-align: middle;
- opacity: 1;
- margin: 4px 8px 4px 0;
- cursor: pointer;
- position: relative;
- }
- .spec-edit-list .spec-item .spec-value ul li .spec-txt:focus{
- border:none;
- outline:none;
- background: #fff;
- display: block;
- padding: 0 30px;
- }
- .spec-edit-list .spec-item .spec-value ul li .spec-txt{
- padding: 0 15px;
- }
- .spec-edit-list .spec-item .spec-value ul li .img-wrap {
- display: inline-block;
- margin-right: 5px;
- vertical-align: middle;
- width: 25px;
- overflow: hidden;
- height: 25px;
- line-height: 25px;
- }
- .spec-edit-list .spec-item .spec-value ul li .img-wrap img {
- max-width: 100%;
- }
- .spec-edit-list .spec-item .spec-value ul li span {
- vertical-align: middle;
- }
- .spec-edit-list .spec-item .spec-value ul li i {
- font-size: 12px;
- position: absolute;
- top: -8px;
- right: -8px;
- width: 16px;
- height: 16px;
- line-height: 16px;
- text-align: center;
- color: #fff;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- background: rgba(0, 0, 0, 0.3);
- display: none;
- }
- .spec-edit-list .spec-item .spec-value ul li:hover i {
- display: block;
- }
- .spec-edit-list .spec-item .spec-value > a {
- /*font-size: 12px;*/
- }
- .spec-edit-list .spec-item .layui-icon-close {
- font-size: 12px;
- position: absolute;
- top: -8px;
- right: -8px;
- width: 16px;
- height: 16px;
- line-height: 16px;
- text-align: center;
- color: #fff;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- background: rgba(0, 0, 0, 0.3);
- cursor: pointer;
- }
- .spec-edit-list .spec-item .add-spec-value-popup {
- position: absolute;
- z-index: 10;
- cursor: auto;
- left: -15px;
- top: 35px;
- background-color: #fff;
- border-radius: 2px;
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- padding: 15px;
- display: none;
- }
- .spec-edit-list .layui-unselect.layui-form-select {
- display: none;
- }
- /*批量操作*/
- .batch-operation-sku {
- display: none;
- }
- .batch-operation-sku span {
- margin-right: 10px;
- display: inline-block;
- height: 34px;
- line-height: 34px;
- cursor: pointer;
- }
- .batch-operation-sku input {
- display: inline-block;
- }
- .batch-operation-sku input,
- .batch-operation-sku button {
- display: none;
- }
- .sku-table {
- display: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- -moz-user-select: none
- }
- .sku-table .layui-input-block .img-wrap {
- display: inline-block;
- position: relative;
- margin: 8px;
- border: 1px solid #e5e5e5;
- }
- .sku-table .layui-input-block .img-wrap a {
- display: block;
- width: 50px;
- height: 50px;
- line-height: 50px;
- text-align: center;
- overflow: hidden;
- }
- .sku-table .layui-input-block .img-wrap a img {
- width: 100%;
- }
- .sku-table .layui-input-block .img-wrap .operation {
- position: absolute;
- top: 0;
- z-index: 10;
- width: 50px;
- height: 50px;
- background: rgba(0, 0, 0, 0.3);
- color: #fff;
- cursor: pointer;
- line-height: 50px;
- text-align: center;
- display: none;
- }
- .sku-table .layui-input-block .img-wrap:hover .operation {
- display: block;
- }
- .sku-table .layui-input-block .img-wrap .operation i {
- font-size: 20px;
- }
- .sku-table .layui-input-block .upload-sku-img {
- border: 1px dashed #d9d9d9;
- width: 50px;
- height: 50px;
- border-radius: 2px;
- background-color: #fbfbfb;
- text-align: center;
- cursor: pointer;
- margin: 8px;
- display: inline-block;
- padding: 15px 0;
- box-sizing: border-box;
- }
- .sku-table .layui-input-block .layui-form-radio {
- margin: 6px 0px 0 0;
- padding: 0;
- }
- .sku-table .layui-input-block .layui-form-radio>i {
- margin-right: 3px;
- }
- .js-shipping-template {
- display: none;
- }
- .js-goods-image {
- margin-bottom: 10px;
- overflow: hidden;
- }
- .goods-image-wrap .item {
- overflow: hidden;
- margin-bottom: 10px;
- margin-right: 10px;
- display: inline-block;
- }
- /* .goods-image-wrap .item, .goods-image-wrap .item.empty {
- display: block;
- float: left;
- width: 78px;
- height: 78px;
- position: relative;
- border: 1px solid #e5e5e5;
- text-align: center;
- transition: background-color 0.3s ease;
- }
- .goods-image-wrap .item.empty {
- background: url("../img/goods_empty.gif");
- background-size: 100%;
- } */
- /* .goods-image-wrap .item.js-add-goods-image {
- line-height: 78px;
- font-size: 30px;
- color: #bbbbbb;
- cursor: pointer;
- }
- */
- /* .goods-image-wrap .item .img-wrap {
- width: 80px;
- line-height: 80px;
- } */
- /* .goods-image-wrap .item .img-wrap img {
- width: 100%;
- height: 100%;
- } */
- /* .goods-image-wrap .item .operation {
- position: absolute;
- top: 0;
- z-index: 10;
- width: 80px;
- height: 80px;
- line-height: 80px;
- background: rgba(0, 0, 0, 0.3);
- color: #fff;
- cursor: pointer;
- text-align: center;
- display: none;
- } */
- /* .goods-image-wrap .item:hover .operation {
- display: block;
- }
- */
- /* .goods-image-wrap .item .operation i {
- font-size: 20px;
- margin-right: 15px;
- }
- .goods-image-wrap .item .operation i:last-child {
- margin-right: 0;
- } */
- .layui-word-aux {
- font-size: 12px;
- }
- /* 展示视频 */
- .video-thumb {
- display: block;
- float: left;
- width: 250px;
- height: 120px;
- position: relative;
- }
- .delete-video {
- width: 51px;
- height: 51px;
- cursor: pointer;
- position: absolute;
- right: 150px;
- top: 45px;
- color: #fff;
- /* background-image: url('../img/video_thumb_close.png'); */
- /* background-size: 100%; */
- z-index: 100;
- }
- .replace-video {
- width: 75px;
- height: 51px;
- cursor: pointer;
- position: absolute;
- right: 50px;
- top: 45px;
- color: #fff;
- /* background-image: url('../img/video_thumb_close.png'); */
- /* background-size: 100%; */
- z-index: 100;
- }
- .replace-video2 {
- right: 100px;
- }
- .mask {
- position: absolute;
- left: 0;
- width: 250px;
- height: 92px;
- background: #000;
- opacity: 0.6;
- cursor: pointer;
- z-index:10;
- }
- .del-img {
- width: 14px;
- margin-right: 5px;
- padding-bottom: 2px;
- }
- .up-img {
- width: 14px;
- height: 14px;
- margin-right: 5px;
- padding-bottom: 3px;
- }
- .up-video {
- position: absolute;
- left: 0;
- width: 250px;
- height: 92px;
- cursor: pointer;
- z-index:10;
- }
- .video-thumb .hide {
- display: none !important;
- }
- .video-thumb > #goods_video {
- width: 100% !important;
- height: 121px;
- background: #ffffff;
- }
- .file-title {
- font-size: 12px;
- }
- .file-title > div {
- margin-top: 10px;
- }
- .file-title ul {
- color: #FF6600;
- }
- .js-attr-list {
- display: none;
- }
- .js-more-spec {
- display: none;
- }
- .js-goods-shop-category .layui-form-select {
- margin-bottom: 10px;
- }
- .js-goods-shop-category .layui-form-select:last-child {
- margin-bottom: 0;
- }
- .js-goods-shop-category .item {
- position: relative;
- }
- .js-goods-shop-category .item .layui-icon-close {
- font-size: 12px;
- position: absolute;
- top: -8px;
- right: -8px;
- width: 16px;
- height: 16px;
- line-height: 16px;
- text-align: center;
- color: #fff;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- background: rgba(0, 0, 0, 0.3);
- cursor: pointer;
- }
- .layui-input {
- display: inline-block;
- }
- .layui-form-mid {
- float: none;
- }
- .screen .layui-form-item .layui-form-mid {
- float: left;
- }
- .layui-form-item .layui-form-checkbox[lay-skin=primary] {
- margin-top: 0px;
- }
- .prompt-block .prompt-box {
- text-align: center;
- }
- .prompt-block .prompt-box:after {
- border-right-color: #FFFFFF;
- bottom: -23px;
- }
- /* 商品分类 */
- .goods-category-wrap-box {display: inline-block;position: relative;z-index: 10}
- .goods-category-wrap-box .layui-block {display: block; position: relative;}
- .goods-category-wrap-box .category-wrap {position: absolute; left: 0; top: 44px; display: none; border: 1px solid #EEEEEE; z-index: 999; background: #fff;}
- .goodsCategory{width: 220px;height: 350px;overflow-y: auto;box-sizing: border-box}
- .goodsCategory::-webkit-scrollbar{width: 3px;}
- .goodsCategory::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);border-radius: 10px;background-color: #fff;}
- .goodsCategory::-webkit-scrollbar-thumb{height: 20px;border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #ccc;}
- .goodsCategory ul{margin-left: 0;}
- .goodsCategory::-webkit-scrollbar {
- display: none; /* Chrome Safari */
- }
- .goodsCategory {
- scrollbar-width: none; /* firefox */
- -ms-overflow-style: none; /* IE 10+ */
- overflow-x: hidden;
- overflow-y: auto;
- }
- .goodsCategory ul li{text-align: left;padding:0 10px;line-height: 30px;}
- .goodsCategory ul li i{float: right;line-height: 30px;}
- .goodsCategory ul li:hover{cursor: pointer;}
- .goodsCategory ul li:hover,.goodsCategory ul li.selected{background: #ff8143;color: #fff;}
- .goodsCategory ul li span{width: 110px;display: inline-block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;vertical-align: middle;font-size:12px;}
- .one{left: 0;}
- .two{left: 185px;border-left:0;}
- .three{left: 370px;width: 185px;border-left:0;}
- .selectGoodsCategory{width: 185px;height: 45px;border:1px solid #CCCCCC;position: absolute;z-index: 100;left: 0;margin-top: 296px;box-sizing: border-box;border-collapse: collapse;background: #fff;}
- .selectGoodsCategory a{height: 30px;text-align: center;color: #fff;line-height: 30px; margin: 6px;padding: 0 5px;text-decoration:none;}
- .goodsCategory ul li i {float: right;line-height: 30px;}
- .hide {display: none;}
- .goods-category-mask {width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 9;}
- .confirm-select {border: 1px solid #ff8143;}
- .el-input__inner {height:34px;line-height:34px;border-radius:2px;}
- .delivery-caozuo {
- margin-left: 10px;
- cursor: pointer;
- }
|