|
@@ -3,20 +3,37 @@
|
|
* PC端
|
|
* PC端
|
|
*/
|
|
*/
|
|
li{list-style:none;}
|
|
li{list-style:none;}
|
|
-.productBox{width:100%;margin:16px 0;background:#FFF;box-sizing:border-box;padding:15px;border-radius: 8px;}
|
|
|
|
|
|
+.productShopBox{width: 100%;box-sizing: border-box;height: 80px;padding: 0 16px;margin: 16px auto;background: #FFFFFF;border-radius: 16px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
|
|
|
|
+.productShopBox a:hover{ color: #333333;}
|
|
|
|
+.productShopBox .shop-item{ display: flex;flex: 1;flex-direction: row;align-items: center; }
|
|
|
|
+.productShopBox .shopBox-logo{ width: 60px;height: 60px;border-radius: 30px;overflow: hidden;margin-right: 12px;background:rgba(0,0,0,0.02);}
|
|
|
|
+.productShopBox .shopBox-content{ display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;flex-direction: column }
|
|
|
|
+.productShopBox .shopBox-name{ font-weight: 600;font-size: 16px;line-height: 24px;color: #11192d;margin-right: 16px;}
|
|
|
|
+.productShopBox .shopBox-tit{ font-size: 14px;}
|
|
|
|
+.productShopBox .shopBox-main{ margin-top: 10px;display: flex;flex-direction: row;}
|
|
|
|
+.productShopBox .shopBox-con{ height: 24px;line-height: 24px;background-color: #f3f6f8;padding: 0 8px;margin-right: 4px;border-radius: 4px;display: flex;flex-direction: row;align-items: center;}
|
|
|
|
+.productShopBox .shopBox-con .icon.adr{ vertical-align: middle;display: inline-block;width: 20px;height: 20px;line-height: 25px; }
|
|
|
|
+.productShopBox .shopBox-con .icon.adr:before{width: 20px;height: 20px;background-position: -323px -332px;}
|
|
|
|
+.productShopBox .shopBox-btn a{ display: flex;flex-direction: row;align-items: center; height: 30px;line-height: 30px; padding: 0 16px; font-size: 14px;font-weight: 500;color: #11192d;border: 1px solid #e2e4e6;border-radius: 8px;text-align: center;}
|
|
|
|
+.productShopBox .shopBox-btn a .icon.shop{ vertical-align: middle;display: inline-block;width: 20px;height: 20px;line-height: 25px; }
|
|
|
|
+.productShopBox .shopBox-btn a .icon.shop:before{width: 20px;height: 20px;background-position: -182px -746px;}
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+.productBox{width:100%;margin:16px 0 0 0;background:#FFF;box-sizing:border-box;padding:15px;border-radius: 24px 24px 0 0;padding-bottom: 40px;}
|
|
.productBox .imageBox{float:left;width:452px;height:545px;position:relative}
|
|
.productBox .imageBox{float:left;width:452px;height:545px;position:relative}
|
|
.productBox .page_main_type{width: 34px;height: 34px;text-align: justify;box-sizing: border-box;padding: 5px;border-radius: 0 0 8px 8px;background-color: #33CCBF;font-size: 12px;color: #FFFFFF;line-height: 13px;position: absolute;top: 0;left: 15px;z-index: 88;}
|
|
.productBox .page_main_type{width: 34px;height: 34px;text-align: justify;box-sizing: border-box;padding: 5px;border-radius: 0 0 8px 8px;background-color: #33CCBF;font-size: 12px;color: #FFFFFF;line-height: 13px;position: absolute;top: 0;left: 15px;z-index: 88;}
|
|
.productBox .cm-product-cover-tag{position:absolute;top: 0;right: 15px;z-index: 99;width: 75px;height: 49px;background: url(/img/activity/cm_cover_bg_pc.png) no-repeat center;background-size: 75px;text-align: center;color: #fff;line-height: 27px;font-size: 12px;}
|
|
.productBox .cm-product-cover-tag{position:absolute;top: 0;right: 15px;z-index: 99;width: 75px;height: 49px;background: url(/img/activity/cm_cover_bg_pc.png) no-repeat center;background-size: 75px;text-align: center;color: #fff;line-height: 27px;font-size: 12px;}
|
|
.productBox .detailBox{float:right;width:686px;position: relative;}
|
|
.productBox .detailBox{float:right;width:686px;position: relative;}
|
|
-.productBox img{width:100%;height:100%;display:block}
|
|
|
|
-.productBox .bigImage{position:relative; width:452px;height:452px;background:#F3F7FE;border: 1px solid #e4e4e4;}
|
|
|
|
-.productBox .bigImage .mask{display:none;position:absolute;left:0;top:0;width:215px;height:215px;border:1px solid #aaa;background:rgba(255,208,22,.4);opacity:.5;filter:alpha(opacity:50);cursor:move}
|
|
|
|
|
|
+.productBox img{width:100%;height:100%;display:block;border-radius: 12px;}
|
|
|
|
+.productBox .bigImage{position:relative; width:452px;height:452px;background:rgba(0,0,0,.02);border-radius: 12px;}
|
|
|
|
+.productBox .bigImage:before{ content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, .02);border-radius: 12px; }
|
|
|
|
+.productBox .bigImage .mask{display:none;position:absolute;left:0;top:0;width:180px;height:180px;border:1px solid #aaa;background:rgba(255,208,22,.4);opacity:.5;filter:alpha(opacity:50);cursor:move}
|
|
.productBox .smallImage{height:79px;padding-top:14px;overflow:hidden}
|
|
.productBox .smallImage{height:79px;padding-top:14px;overflow:hidden}
|
|
.productBox .smallImage ul{width:452px}
|
|
.productBox .smallImage ul{width:452px}
|
|
.productBox .smallImage li{float:left;box-sizing:border-box;width:79px;height:79px;margin-left:14px;background:#F3F7FE;opacity:.5;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;border-radius: 8px;overflow: hidden;cursor: pointer;}
|
|
.productBox .smallImage li{float:left;box-sizing:border-box;width:79px;height:79px;margin-left:14px;background:#F3F7FE;opacity:.5;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;border-radius: 8px;overflow: hidden;cursor: pointer;}
|
|
-.productBox .smallImage li.on{opacity:1;border:1px solid #FF5B00}
|
|
|
|
|
|
+.productBox .smallImage li.on{opacity:1;border:2px solid #FF5B00}
|
|
.productBox .smallImage li:first-child{margin-left:0}
|
|
.productBox .smallImage li:first-child{margin-left:0}
|
|
-.productBox .zoomImage{display:none;overflow:hidden;position:absolute;right:-466px;top:0;width:452px;height:452px;border:1px solid #e4e4e4;z-index:9999;background:#FFF}
|
|
|
|
|
|
+.productBox .zoomImage{display:none;overflow:hidden;position:absolute;right:-466px;top:0;width:452px;height:452px;border-radius: 12px;overflow: hidden; border:1px solid #e4e4e4;z-index:9999;background:#FFF}
|
|
.productBox .zoomImage img{width:950px;height:950px;margin-right:10px;display:block;max-width:none;}
|
|
.productBox .zoomImage img{width:950px;height:950px;margin-right:10px;display:block;max-width:none;}
|
|
.productBox .detailBox .product-collection{width: 72px;display: block;position: absolute;right: 0;top: 0;cursor: pointer;}
|
|
.productBox .detailBox .product-collection{width: 72px;display: block;position: absolute;right: 0;top: 0;cursor: pointer;}
|
|
.productBox .detailBox .product-collection img{height: 26px;width: 26px;display: block;margin: 0 auto;margin-bottom: 2px;}
|
|
.productBox .detailBox .product-collection img{height: 26px;width: 26px;display: block;margin: 0 auto;margin-bottom: 2px;}
|
|
@@ -27,7 +44,7 @@ li{list-style:none;}
|
|
.productBox .detailBox .title{font-size:18px;font-weight:bold;line-height:24px;padding:5px 0;color:#4A4F58;width: 620px;}
|
|
.productBox .detailBox .title{font-size:18px;font-weight:bold;line-height:24px;padding:5px 0;color:#4A4F58;width: 620px;}
|
|
.productBox .detailBox .tags{padding:2px 0}
|
|
.productBox .detailBox .tags{padding:2px 0}
|
|
.productBox .detailBox .tags span{display:inline-block;line-height:16px;padding: 3px 6px;font-size:12px;color: #9aa5b5;border-radius:14px;margin-right:10px;border: 1px solid #e2e7ef;}
|
|
.productBox .detailBox .tags span{display:inline-block;line-height:16px;padding: 3px 6px;font-size:12px;color: #9aa5b5;border-radius:14px;margin-right:10px;border: 1px solid #e2e7ef;}
|
|
-.productBox .detailBox .detail{box-sizing:border-box;padding:14px 20px;font-size:14px;color:#9aa5b5;background:#f3f7fe;border-radius:8px;margin:10px 0;position:relative;}
|
|
|
|
|
|
+.productBox .detailBox .detail{box-sizing:border-box;padding:14px 20px;font-size:14px;color:#9aa5b5;background:#F7F7F7;border-radius:12px;margin:10px 0;position:relative;}
|
|
.productBox .detailBox .none-details{opacity: 0;box-sizing:border-box;padding:70px 20px;font-size:14px;color:#9aa5b5;margin:10px 0;position:relative;min-height: 332px;}
|
|
.productBox .detailBox .none-details{opacity: 0;box-sizing:border-box;padding:70px 20px;font-size:14px;color:#9aa5b5;margin:10px 0;position:relative;min-height: 332px;}
|
|
.productBox .detailBox .none-details .none-image{width: 179px;height: 141px;display: block;margin: 0 auto;}
|
|
.productBox .detailBox .none-details .none-image{width: 179px;height: 141px;display: block;margin: 0 auto;}
|
|
.productBox .detailBox .none-details .none-text{width: 100%;height: 40px;line-height: 40px;text-align: center;color: #ffb496;font-size: 16px;}
|
|
.productBox .detailBox .none-details .none-text{width: 100%;height: 40px;line-height: 40px;text-align: center;color: #ffb496;font-size: 16px;}
|
|
@@ -50,7 +67,8 @@ li{list-style:none;}
|
|
.productBox .detailBox .row .coupon-tags>em.couponTag-more{color: #4a4f58;cursor: pointer;}
|
|
.productBox .detailBox .row .coupon-tags>em.couponTag-more{color: #4a4f58;cursor: pointer;}
|
|
.productBox .detailBox .row .unit-tags{display: inline-block;padding-left: 7px;}
|
|
.productBox .detailBox .row .unit-tags{display: inline-block;padding-left: 7px;}
|
|
.productBox .detailBox .row .unit-tags>em{font-style:normal;display: inline-block;margin-right: 8px;position: relative;}
|
|
.productBox .detailBox .row .unit-tags>em{font-style:normal;display: inline-block;margin-right: 8px;position: relative;}
|
|
-.productBox .detailBox .row .unit-tags .unitTags{display: inline-block;height: 24px;line-height: 24px;border: 1px solid #BFC6D2;border-radius: 12px;font-size: 14px;color: #627386;background: #FFFFFF;padding: 0 8px;position: relative;font-style: normal;cursor: pointer;margin-right: 8px;margin-bottom: 11px;min-width: 30px;text-align: center;}
|
|
|
|
|
|
+.productBox .detailBox .row .unit-tags .unitTags{display: inline-block;height: 24px;line-height: 24px;border: 1px solid #BFC6D2;border-radius: 4px;font-size: 14px;color: #627386;background: #FFFFFF;padding: 0 8px;position: relative;font-style: normal;cursor: pointer;margin-right: 8px;margin-bottom: 11px;min-width: 30px;text-align: center;}
|
|
|
|
+.productBox .detailBox .row .unit-tags .unitTags:hover{ background-color: #FFF6F2;transition: background-color 0.2s; }
|
|
.productBox .detailBox .row .unit-tags .unitTags.active{border-color: #E15621;color: #E15621;}
|
|
.productBox .detailBox .row .unit-tags .unitTags.active{border-color: #E15621;color: #E15621;}
|
|
.productBox .detailBox .row .unit-tags .unitTags.active .tips{background: #FF5B00;}
|
|
.productBox .detailBox .row .unit-tags .unitTags.active .tips{background: #FF5B00;}
|
|
.productBox .detailBox .row .unit-tags .tips{display: block;padding: 0 4px;height: 16px;line-height: 16px;font-style: normal; font-size: 12px;text-align: center;background: #CBD2DF;border-radius: 2px;position: absolute;right: -5px;top: -8px;color: #FFFFFF;}
|
|
.productBox .detailBox .row .unit-tags .tips{display: block;padding: 0 4px;height: 16px;line-height: 16px;font-style: normal; font-size: 12px;text-align: center;background: #CBD2DF;border-radius: 2px;position: absolute;right: -5px;top: -8px;color: #FFFFFF;}
|
|
@@ -80,17 +98,19 @@ li{list-style:none;}
|
|
.productBox .detailBox .detail .btn{position:absolute;right:20px;top:20px;height:32px;line-height:32px;padding:0 16px;background:#F94B4B;font-size:14px;color:#FFF;border-radius:2px}
|
|
.productBox .detailBox .detail .btn{position:absolute;right:20px;top:20px;height:32px;line-height:32px;padding:0 16px;background:#F94B4B;font-size:14px;color:#FFF;border-radius:2px}
|
|
.productBox .detailBox .detail .row .btn{top:6px;right:0}
|
|
.productBox .detailBox .detail .row .btn{top:6px;right:0}
|
|
.productBox .detailBox .btnBox{padding:15px 0}
|
|
.productBox .detailBox .btnBox{padding:15px 0}
|
|
-.productBox .detailBox .btnBox .cart,.productBox .detailBox .btnBox .buy{display:inline-block;width:160px;height:40px;line-height:40px;text-align:center;border:1px solid #FF5B00;background:#fff;cursor:pointer;border-radius:20px;font-size:16px;color:#FF5B00;margin:0 10px}
|
|
|
|
|
|
+.productBox .detailBox .btnBox .cart,
|
|
|
|
+.productBox .detailBox .btnBox .buy{display:block;text-align: center; width:160px;height:48px;line-height:48px;background:#fff;cursor:pointer;border-radius:20px;font-size:16px;color:#FF5B00;float: left;box-shadow: rgba(255, 119, 0, 0.2) 0px 3px 15px 0px;}
|
|
|
|
+.productBox .detailBox .btnBox .cart{ background: #ffe6dc;color: #ff5b00;border-radius: 24px 0 0 24px; }
|
|
.productBox .detailBox .btnBox .cart.disable{background: #FFE6DC;border-color: rgba(255, 230, 220, 0.3);color: #EFC5B2;}
|
|
.productBox .detailBox .btnBox .cart.disable{background: #FFE6DC;border-color: rgba(255, 230, 220, 0.3);color: #EFC5B2;}
|
|
.productBox .detailBox .btnBox .buy.disable{background: rgba(225, 86, 22, 0.2);border-color: rgba(225, 86, 22, 0.2);}
|
|
.productBox .detailBox .btnBox .buy.disable{background: rgba(225, 86, 22, 0.2);border-color: rgba(225, 86, 22, 0.2);}
|
|
.productBox .detailBox .btnBox .cart:before{display:inline-block;width:20px;height:20px;vertical-align:middle;background-position:-30px -1px;margin-right:2px}
|
|
.productBox .detailBox .btnBox .cart:before{display:inline-block;width:20px;height:20px;vertical-align:middle;background-position:-30px -1px;margin-right:2px}
|
|
-.productBox .detailBox .btnBox .buy{background:#FF5B00;color:#FFF}
|
|
|
|
|
|
+.productBox .detailBox .btnBox .buy{background:linear-gradient(90deg, #FF9300 0%, #FF5B00 100%);color:#FFFFFF;border-radius: 0 24px 24px 0;}
|
|
.productBox .detailBox .detail .btn:hover,.productBox .detailBox .btnBox .cart:hover,.productBox .detailBox .btnBox .buy:hover{opacity:.8}
|
|
.productBox .detailBox .detail .btn:hover,.productBox .detailBox .btnBox .cart:hover,.productBox .detailBox .btnBox .buy:hover{opacity:.8}
|
|
.productBox .detailBox .concatBox{height:120px;padding:15px}
|
|
.productBox .detailBox .concatBox{height:120px;padding:15px}
|
|
.productBox .detailBox .concatBox img{height:120px;width:auto}
|
|
.productBox .detailBox .concatBox img{height:120px;width:auto}
|
|
-.productBox .detailBox .upgrade{background:#F94B4B;border-radius:20px;display:inline-block;text-align:center;color:#FFFFFF;height:40px;line-height:40px;padding:0 30px;font-size:16px}
|
|
|
|
|
|
+.productBox .detailBox .upgrade{background:linear-gradient(90deg, #FF9300 0%, #FF5B00 100%);box-shadow: rgba(255, 119, 0, 0.2) 0px 3px 15px 0px;border-radius:20px;display:inline-block;text-align:center;color:#FFFFFF;height:40px;line-height:40px;padding:0 40px;font-size:16px}
|
|
/*配套商品*/
|
|
/*配套商品*/
|
|
-.product-supporting{width: 100%;min-height: 200px;background-color: #FFFFFF;box-sizing: border-box;padding: 16px;margin-bottom: 16px;border-radius: 8px;}
|
|
|
|
|
|
+.product-supporting{width: 100%;min-height: 200px;background-color: #FFFFFF;box-sizing: border-box;padding: 16px;}
|
|
.product-supporting-title{width: 100%;height: 30px;line-height: 30px;text-align: left;font-size: 16px;color: #333333;font-weight: bold;}
|
|
.product-supporting-title{width: 100%;height: 30px;line-height: 30px;text-align: left;font-size: 16px;color: #333333;font-weight: bold;}
|
|
.product-supporting-content{width: 100%;height: auto;}
|
|
.product-supporting-content{width: 100%;height: auto;}
|
|
.product-supporting-td{width: 100%;height: 38px;line-height: 38px;}
|
|
.product-supporting-td{width: 100%;height: 38px;line-height: 38px;}
|
|
@@ -101,32 +121,32 @@ li{list-style:none;}
|
|
.product-supporting-td p.td-4{width: 20%;}
|
|
.product-supporting-td p.td-4{width: 20%;}
|
|
.product-supporting-td p.td-5{width: 20%;}
|
|
.product-supporting-td p.td-5{width: 20%;}
|
|
.product-supporting-td p.td-6{width: 15%;}
|
|
.product-supporting-td p.td-6{width: 15%;}
|
|
-.product-supporting-list{width: 100%;height: 102px;box-sizing: border-box;padding: 16px;}
|
|
|
|
-.product-supporting-list.active{background-color: #F3F7FE;}
|
|
|
|
|
|
+.product-supporting-list{width: 100%;height: 102px;box-sizing: border-box;padding: 16px;border-radius: 12px;}
|
|
|
|
+.product-supporting-list.active{background-color: #F7F7F7;}
|
|
.product-supporting-list .tr{font-size: 14px;color: #627386;float: left;text-align: center;}
|
|
.product-supporting-list .tr{font-size: 14px;color: #627386;float: left;text-align: center;}
|
|
.product-supporting-list .tr-1{width:10%;}
|
|
.product-supporting-list .tr-1{width:10%;}
|
|
.product-supporting-list .tr-1 a{width: 70px;height: 70px;display: block;position: relative;}
|
|
.product-supporting-list .tr-1 a{width: 70px;height: 70px;display: block;position: relative;}
|
|
.product-supporting-list .tr-1 a .smalltype{width: 22px;height: 22px;position: absolute;top: 0;right: 5px;z-index: 88;}
|
|
.product-supporting-list .tr-1 a .smalltype{width: 22px;height: 22px;position: absolute;top: 0;right: 5px;z-index: 88;}
|
|
-.product-supporting-list .tr-1 .images{width: 70px;height: 70px;display: block;box-sizing: border-box;border: 1px solid #E2E7EF;border-radius: 2px;}
|
|
|
|
|
|
+.product-supporting-list .tr-1 .images{width: 70px;height: 70px;display: block;box-sizing: border-box;border: 1px solid #E2E7EF;border-radius: 8px;}
|
|
.product-supporting-list .tr-2{width:20%;height: 100%;box-sizing: border-box;padding: 16px 0;}
|
|
.product-supporting-list .tr-2{width:20%;height: 100%;box-sizing: border-box;padding: 16px 0;}
|
|
.product-supporting-list .tr-2 p{text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;}
|
|
.product-supporting-list .tr-2 p{text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;}
|
|
.product-supporting-list .tr-3{width:15%;box-sizing: border-box;padding: 16px;position: relative;}
|
|
.product-supporting-list .tr-3{width:15%;box-sizing: border-box;padding: 16px;position: relative;}
|
|
-.product-supporting-list .tr-3 .sku-popup{position: relative;height: 26px;display: inline-block;box-sizing: border-box;cursor: pointer; border: 1px solid #E2E7EF;border-radius: 13px;padding: 0 8px;}
|
|
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup{position: relative;height: 26px;display: inline-block;box-sizing: border-box;cursor: pointer; border: 1px solid #E2E7EF;border-radius: 12px;padding: 0 8px;}
|
|
.product-supporting-list .tr-3 .sku-popup .sku-text{width: 54px;height: 24px;text-align: left; display: block;line-height: 24px;font-size: 12px;color: #22272E;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;float: left;}
|
|
.product-supporting-list .tr-3 .sku-popup .sku-text{width: 54px;height: 24px;text-align: left; display: block;line-height: 24px;font-size: 12px;color: #22272E;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;float: left;}
|
|
.product-supporting-list .tr-3 .sku-popup .sku-icon{width: 24px;height: 24px;float: right;}
|
|
.product-supporting-list .tr-3 .sku-popup .sku-icon{width: 24px;height: 24px;float: right;}
|
|
.product-supporting-list .tr-3 .sku-popup .sku-icon .icon:before{width: 24px;height: 24px;background-position:-83px 2px;}
|
|
.product-supporting-list .tr-3 .sku-popup .sku-icon .icon:before{width: 24px;height: 24px;background-position:-83px 2px;}
|
|
-.product-supporting-list .tr-3 .sku-popup-viw{width: 360px;height: 394px;z-index: 99; box-sizing: border-box;padding: 16px;position: absolute;bottom: -376px;left: 36px;background: #FFFFFF;box-shadow: 0px 6px 16px 1px rgba(0,0,0,0.1);border: 1px solid #E2E7EF;}
|
|
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup-viw{width: 360px;height: 350px;z-index: 99; box-sizing: border-box;padding: 16px;position: absolute;bottom: -333px;left: 36px;background: #FFFFFF;box-shadow: 0px 6px 16px 1px rgba(0,0,0,0.1);border: 1px solid #E2E7EF;border-radius: 12px;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-title{width: 100%;height: 80px;float: left;margin-bottom: 10px;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-title{width: 100%;height: 80px;float: left;margin-bottom: 10px;}
|
|
-.product-supporting-list .tr-3 .sku-popup-viw .sku-image{width: 80px;height: 80px;float: left;border: 1px dashed #E2E7EF;box-sizing: border-box;}
|
|
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup-viw .sku-image{width: 80px;height: 80px;float: left;border: 1px dashed #E2E7EF;box-sizing: border-box;border-radius: 8px;overflow: hidden;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-image img{width: 100%;height: 100%;display: block}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-image img{width: 100%;height: 100%;display: block}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price{width: 200px;height: 80px;float: left;box-sizing: border-box;padding-left: 16px;padding-top: 16px;text-align: left;color: #F94B4B;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price{width: 200px;height: 80px;float: left;box-sizing: border-box;padding-left: 16px;padding-top: 16px;text-align: left;color: #F94B4B;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .price_grade{float: left;width: 100%;margin-bottom: 10px;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .price_grade{float: left;width: 100%;margin-bottom: 10px;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .icon:before{width:63px;height: 22px;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .icon:before{width:63px;height: 22px;}
|
|
-.product-supporting-list .tr-3 .sku-popup-viw .sku-price .icon.i1:before{background-position:-2px -715px}
|
|
|
|
-.product-supporting-list .tr-3 .sku-popup-viw .sku-price .icon.i2:before{background-position:-2px -745px}
|
|
|
|
-.product-supporting-list .tr-3 .sku-popup-viw .sku-price .icon.i3:before{background-position:-2px -775px}
|
|
|
|
-.product-supporting-list .tr-3 .sku-popup-viw .sku-price .icon.i4:before{background-position:-2px -805px}
|
|
|
|
-.product-supporting-list .tr-3 .sku-popup-viw .sku-price .icon.i5:before{background-position:-2px -835px}
|
|
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup-viw .sku-price .icon.i1:before{background-position:-2px -709px}
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup-viw .sku-price .icon.i2:before{background-position:-2px -735px}
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup-viw .sku-price .icon.i3:before{background-position:-2px -765px}
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup-viw .sku-price .icon.i4:before{background-position:-2px -790px}
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup-viw .sku-price .icon.i5:before{background-position:-2px -820px}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .main_price_show{float: left;width: 100%;margin-bottom: 10px;color: #F94B4B;text-align: left;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .main_price_show{float: left;width: 100%;margin-bottom: 10px;color: #F94B4B;text-align: left;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .price_text_tag{float: left;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .price_text_tag{float: left;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .couponTag{float: left;margin-right: 5px;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .couponTag{float: left;margin-right: 5px;}
|
|
@@ -140,17 +160,17 @@ li{list-style:none;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .svip-tag .svip-price span{color: #333}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .svip-tag .svip-price span{color: #333}
|
|
|
|
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-h1 {width: 100%;height: 20px;line-height: 20px;font-size: 14px;color: #22272E;font-weight: bold;float: left;text-align: left;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-h1 {width: 100%;height: 20px;line-height: 20px;font-size: 14px;color: #22272E;font-weight: bold;float: left;text-align: left;}
|
|
-.product-supporting-list .tr-3 .sku-popup-viw .sku-unit{width: 100%;height: 180px;padding: 12px 0;overflow-y: scroll;box-sizing: border-box;}
|
|
|
|
-.product-supporting-list .tr-3 .sku-popup-viw .sku-unit .unitTags{display: inline-block;height: 24px;line-height: 24px;border: 1px solid #BFC6D2;border-radius: 2px;font-size: 12px;color: #627386;background: #FFFFFF;padding: 0 8px;position: relative;font-style: normal;cursor: pointer;margin-right: 8px;margin-bottom: 11px;float: left;}
|
|
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup-viw .sku-unit{width: 100%;height: 150px;padding: 12px 0;overflow-y: scroll;box-sizing: border-box;}
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup-viw .sku-unit .unitTags{display: inline-block;height: 24px;line-height: 24px;border: 1px solid #BFC6D2;border-radius: 12px;font-size: 12px;color: #627386;background: #FFFFFF;padding: 0 16px;position: relative;font-style: normal;cursor: pointer;margin-right: 8px;margin-bottom: 11px;float: left;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .price_text_tag .listTag{margin: 0;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-price .price_text_tag .listTag{margin: 0;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-unit .unitTags.active{border-color: #E15621;color: #E15621;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-unit .unitTags.active{border-color: #E15621;color: #E15621;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-unit .unitTags.active .tips{background: #FF5B00;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-unit .unitTags.active .tips{background: #FF5B00;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-unit .tips{display: block;padding: 0 4px;height: 16px;line-height: 16px;font-style: normal; font-size: 12px;text-align: center;background: #CBD2DF;border-radius: 2px;position: absolute;right: -5px;top: -8px;color: #FFFFFF;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-unit .tips{display: block;padding: 0 4px;height: 16px;line-height: 16px;font-style: normal; font-size: 12px;text-align: center;background: #CBD2DF;border-radius: 2px;position: absolute;right: -5px;top: -8px;color: #FFFFFF;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-button{width: 100%;height: 80px;position: absolute;bottom: 0;left: 0;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-button{width: 100%;height: 80px;position: absolute;bottom: 0;left: 0;}
|
|
-.product-supporting-list .tr-3 .sku-popup-viw .sku-button .sku-button-center{width: 184px;height: 80px;margin: 0 auto;box-sizing: border-box;padding: 24px 0;}
|
|
|
|
-.product-supporting-list .tr-3 .sku-popup-viw .sku-button .sku-btn{width: 68px;height: 32px;display: block;margin: 0 12px;font-size: 14px;text-align: center;line-height: 32px;float: left;}
|
|
|
|
-.product-supporting-list .tr-3 .sku-popup-viw .sku-button .sku-btn.cancel{background: #E2E2E2;color: #4A4F58;}
|
|
|
|
-.product-supporting-list .tr-3 .sku-popup-viw .sku-button .sku-btn.confirm{background: #E15621;color: #FFFFFF;}
|
|
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup-viw .sku-button .sku-button-center{width: 200px;height: 84px;margin: 0 auto;box-sizing: border-box;padding: 24px 0;}
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup-viw .sku-button .sku-btn{width: 50%;height: 36px;display: block;font-size: 14px;text-align: center;line-height: 36px;float: left;}
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup-viw .sku-button .sku-btn.cancel{background: #E2E2E2;color: #4A4F58;border-radius: 18px 0 0 18px;}
|
|
|
|
+.product-supporting-list .tr-3 .sku-popup-viw .sku-button .sku-btn.confirm{background: linear-gradient(90deg, #FF9300 0%, #FF5B00 100%);color: #FFFFFF;border-radius: 0 18px 18px 0;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-button .sku-btn.disable{background: rgba(255,86,22,0.3);color: #FFFFFF;}
|
|
.product-supporting-list .tr-3 .sku-popup-viw .sku-button .sku-btn.disable{background: rgba(255,86,22,0.3);color: #FFFFFF;}
|
|
|
|
|
|
|
|
|
|
@@ -184,18 +204,18 @@ li{list-style:none;}
|
|
.product-supporting-button .product-supporting-total .ore{color: #E15621;}
|
|
.product-supporting-button .product-supporting-total .ore{color: #E15621;}
|
|
.product-supporting-button .product-supporting-total .red{color: #F94B4B;}
|
|
.product-supporting-button .product-supporting-total .red{color: #F94B4B;}
|
|
.product-supporting-button .product-supporting-btn{width: 100%;height: 36px;text-align: right;}
|
|
.product-supporting-button .product-supporting-btn{width: 100%;height: 36px;text-align: right;}
|
|
-.product-supporting-button .product-supporting-btn .btn{width: 128px;height: 36px;text-align: center;border: 1px solid #E15621;float: right;margin-left: 20px;line-height: 36px;font-size: 14px;cursor: pointer;border-radius: 18px;}
|
|
|
|
-.product-supporting-button .product-supporting-btn .btn.add{background-color: #FFE6DC;color: #E15621;}
|
|
|
|
-.product-supporting-button .product-supporting-btn .btn.buy{background-color: #E15621;color: #FFFFFF;}
|
|
|
|
|
|
+.product-supporting-button .product-supporting-btn .btn{width: 128px;height: 36px;text-align: center;float: right;margin-left: 20px;line-height: 36px;font-size: 14px;cursor: pointer;border-radius: 18px;}
|
|
|
|
+.product-supporting-button .product-supporting-btn .btn.add{background: #ffe6dc;color: #FF5B00;}
|
|
|
|
+.product-supporting-button .product-supporting-btn .btn.buy{background: linear-gradient(90deg, #FF9300 0%, #FF5B00 100%);color: #FFFFFF;}
|
|
.recommendBox{margin-bottom:16px;overflow: hidden;}
|
|
.recommendBox{margin-bottom:16px;overflow: hidden;}
|
|
.recommendBox .hd{font-size:16px;color:#4A4F58;font-weight:bold;padding:16px 15px}
|
|
.recommendBox .hd{font-size:16px;color:#4A4F58;font-weight:bold;padding:16px 15px}
|
|
-#productRecommend{padding:16px 5px;background: #fff}
|
|
|
|
|
|
+#productRecommend{padding:16px 5px;background: #fff;border-radius: 24px;}
|
|
#productRecommend li{float:left;width:167px;height:205px;overflow:hidden;background:#FFF;}
|
|
#productRecommend li{float:left;width:167px;height:205px;overflow:hidden;background:#FFF;}
|
|
#productRecommend li .item{width:151px;height:205px;margin:0 auto;line-height:22px;background:#FFF;}
|
|
#productRecommend li .item{width:151px;height:205px;margin:0 auto;line-height:22px;background:#FFF;}
|
|
#productRecommend li .item a{display:block;width:100%;height:100%;color:#93979F}
|
|
#productRecommend li .item a{display:block;width:100%;height:100%;color:#93979F}
|
|
#productRecommend li .item a:hover{color:#FF5B00}
|
|
#productRecommend li .item a:hover{color:#FF5B00}
|
|
-#productRecommend li .item a:hover img{border: solid 1px #FF5B00;}
|
|
|
|
-#productRecommend li .item img{display:block;width:151px;height:151px;border:solid 1px #e2e7ef;}
|
|
|
|
|
|
+#productRecommend li .item a:hover img{border: solid 2px #FF5B00;}
|
|
|
|
+#productRecommend li .item img{display:block;width:151px;height:151px;border:solid 2px #e2e7ef;border-radius: 12px;box-sizing: border-box;}
|
|
#productRecommend li .item span{max-height:44px;padding-top:4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
|
|
#productRecommend li .item span{max-height:44px;padding-top:4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
|
|
#productRecommend .swiper-wrapper{height:205px;overflow:hidden;background:url(/img/base/placeholder.png) repeat-x center;background-size:162px;}
|
|
#productRecommend .swiper-wrapper{height:205px;overflow:hidden;background:url(/img/base/placeholder.png) repeat-x center;background-size:162px;}
|
|
#productRecommend .swiper-pagination{width:100%;height:14px;z-index:1;text-align:center;font-size:0;}
|
|
#productRecommend .swiper-pagination{width:100%;height:14px;z-index:1;text-align:center;font-size:0;}
|
|
@@ -203,12 +223,12 @@ li{list-style:none;}
|
|
#productRecommend .swiper-pagination span:before{content:"";display:inline-block;width:100%;height:4px;background:#FF5B00;border-radius:2px}
|
|
#productRecommend .swiper-pagination span:before{content:"";display:inline-block;width:100%;height:4px;background:#FF5B00;border-radius:2px}
|
|
#productRecommend .swiper-pagination span.on{width:28px;opacity:1;}
|
|
#productRecommend .swiper-pagination span.on{width:28px;opacity:1;}
|
|
|
|
|
|
-.wrap>.productInfo{float:left;box-sizing:border-box;padding:0 0;width:884px;background:#FFF;min-height: 487px;border-radius: 8px;overflow: hidden;}
|
|
|
|
-.productInfo .tabTit{height:40px;line-height:40px;border-bottom:1px solid #ffe6dc;font-size:16px;color:#333333}
|
|
|
|
|
|
+.wrap>.productInfo{float:left;box-sizing:border-box;padding:0 0;width:100%;background:#FFF;min-height: 487px;border-radius: 0 0 24px 24px;overflow: hidden;}
|
|
|
|
+.productInfo .tabTit{height:40px;line-height:40px;box-sizing: border-box;padding: 0 16px; border-bottom:1px solid hsla(0,0%,59.2%,.1);font-size:16px;color:#333333}
|
|
.productInfo .tabTit span{display:inline-block;box-sizing:border-box;min-width:130px;text-align:center;height:100%;padding:0 32px;cursor:pointer}
|
|
.productInfo .tabTit span{display:inline-block;box-sizing:border-box;min-width:130px;text-align:center;height:100%;padding:0 32px;cursor:pointer}
|
|
.productInfo .tabTit span:hover{color:#E15621}
|
|
.productInfo .tabTit span:hover{color:#E15621}
|
|
-.productInfo .tabTit span.on,.productInfo .tabTit span.on:hover{background:#ffe6dc;color:#FF5B00;font-weight: bold;}
|
|
|
|
-.productInfo .tabCon{padding:16px;text-align:center;word-break: break-all;}
|
|
|
|
|
|
+.productInfo .tabTit span.on,.productInfo .tabTit span.on:hover{color:#333333;font-weight: 600;border-bottom: 2px solid #ff5b00;}
|
|
|
|
+.productInfo .tabCon{padding:16px 166px 80px 166px;text-align:center;word-break: break-all;box-sizing: border-box;}
|
|
.productInfo .tabCon img{width:100%;height: auto;}
|
|
.productInfo .tabCon img{width:100%;height: auto;}
|
|
.productInfo .tabCon table{width:100%;text-align:left}
|
|
.productInfo .tabCon table{width:100%;text-align:left}
|
|
.productInfo .tabCon td{padding:10px 12px;line-height:20px}
|
|
.productInfo .tabCon td{padding:10px 12px;line-height:20px}
|
|
@@ -223,16 +243,15 @@ li{list-style:none;}
|
|
.productInfo .product-qualificationImg image{width: 100%;height: auto;display: block;}
|
|
.productInfo .product-qualificationImg image{width: 100%;height: auto;display: block;}
|
|
.wrap>.rgt{float:right;width:284px}
|
|
.wrap>.rgt{float:right;width:284px}
|
|
.wrap>.rgt .hd{height:40px;line-height:40px;padding:0 16px;font-size:16px;color:#FF5B00;font-weight:bold;background:#ffe6dc}
|
|
.wrap>.rgt .hd{height:40px;line-height:40px;padding:0 16px;font-size:16px;color:#FF5B00;font-weight:bold;background:#ffe6dc}
|
|
-.shopBox{margin-bottom:16px;background:#FFF;border-radius: 8px;overflow: hidden;}
|
|
|
|
|
|
+.shopBox{margin-bottom:16px;background:#FFF;border-radius: 8px;overflow: hidden;display: none;}
|
|
.shopBox .bd{padding:15px}
|
|
.shopBox .bd{padding:15px}
|
|
.shopBox .bd .name{line-height:20px;padding: 10px 0;font-weight:bold;color:#4A4F58;font-size:14px;border-bottom:1px solid #F7F7F7;position: relative}
|
|
.shopBox .bd .name{line-height:20px;padding: 10px 0;font-weight:bold;color:#4A4F58;font-size:14px;border-bottom:1px solid #F7F7F7;position: relative}
|
|
.shopBox .bd .tit{line-height:30px;font-weight:bold;color:#4A4F58;font-size:14px}
|
|
.shopBox .bd .tit{line-height:30px;font-weight:bold;color:#4A4F58;font-size:14px}
|
|
.shopBox .bd .con{line-height:20px;color:#627386;font-size:12px;margin-bottom:12px}
|
|
.shopBox .bd .con{line-height:20px;color:#627386;font-size:12px;margin-bottom:12px}
|
|
.shopBox .bd .btn{display:block;width:100%;height:36px;line-height:36px;text-align:center;box-sizing:border-box;border-radius:18px;font-size:14px;color:#FF5B00;margin-top:12px;background: #fef6f3}
|
|
.shopBox .bd .btn{display:block;width:100%;height:36px;line-height:36px;text-align:center;box-sizing:border-box;border-radius:18px;font-size:14px;color:#FF5B00;margin-top:12px;background: #fef6f3}
|
|
-.wrap>.rgt .section{background:#FFF;border-radius: 8px;overflow: hidden;}
|
|
|
|
-.wrap>.rgt .section .bd{padding:15px;line-height:24px;font-size:12px;color:#627386;margin-bottom: 12px}
|
|
|
|
-.wrap>.rgt .section .bd div:nth-child(1){font-weight: bold;font-size: 14px;color: #4a4f58;}
|
|
|
|
-.wrap>.rgt .section .bd div{margin-bottom: 12px}
|
|
|
|
|
|
+.wrap .return-instructions{background:#FFF;border-radius: 24px;overflow: hidden;}
|
|
|
|
+.wrap .return-instructions .hd{font-size:16px;color:#4A4F58;font-weight:bold;padding:16px 15px}
|
|
|
|
+.wrap .return-instructions .bd{padding:0 12px;line-height:24px;font-size:12px;color:#666666;margin-bottom: 12px}
|
|
|
|
|
|
.row img{width:12px;height:12px;display:inline-block;margin:-3px 5px}
|
|
.row img{width:12px;height:12px;display:inline-block;margin:-3px 5px}
|
|
.row .fuwu{margin-right:15px}
|
|
.row .fuwu{margin-right:15px}
|
|
@@ -313,7 +332,7 @@ input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appear
|
|
/*资料样式*/
|
|
/*资料样式*/
|
|
.cm-database{text-align:initial}
|
|
.cm-database{text-align:initial}
|
|
/*去登陆*/
|
|
/*去登陆*/
|
|
-.cm-goLogin{width:884px;height:56px;margin-left:-16px;margin-bottom: 16px;background:#FFE6DC;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
|
|
|
|
|
|
+.cm-goLogin{width:100%;height:56px;margin-left:-16px;margin-bottom: 16px;background:#FFE6DC;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
|
|
.cm-goLogin span:nth-child(1){font-size:16px;color:#FF5B00;line-height:56px}
|
|
.cm-goLogin span:nth-child(1){font-size:16px;color:#FF5B00;line-height:56px}
|
|
.cm-goLogin span:nth-child(2){width:80px;height:35px;background:#FF5B00;border-radius:18px;color:#fff;font-size: 16px;text-align: center;line-height: 35px;cursor: pointer;}
|
|
.cm-goLogin span:nth-child(2){width:80px;height:35px;background:#FF5B00;border-radius:18px;color:#fff;font-size: 16px;text-align: center;line-height: 35px;cursor: pointer;}
|
|
.cm-database .cm-category .cm-category-title{padding-bottom:16px;font-size:16px;font-weight:bold;color:#4A4F58;border-bottom:1px solid #E2E7EF}
|
|
.cm-database .cm-category .cm-category-title{padding-bottom:16px;font-size:16px;font-weight:bold;color:#4A4F58;border-bottom:1px solid #E2E7EF}
|