|
|
@@ -0,0 +1,2142 @@
|
|
|
+/* 面包屑和店铺信息 */
|
|
|
+
|
|
|
+.hid {
|
|
|
+ display: block;
|
|
|
+ height: 100%;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .crumbs-shop {
|
|
|
+ width: 100%;
|
|
|
+ background: #f7f7f7;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .crumbs-shop .content {
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .crumbs-shop .crumbs {
|
|
|
+ flex: 1;
|
|
|
+ padding: 16px 0 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .crumbs-shop .shop-box {
|
|
|
+ display: flex;
|
|
|
+ height: 16px;
|
|
|
+ line-height: 16px;
|
|
|
+ padding: 16px 0 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .crumbs-shop .shop-box .shop {
|
|
|
+ display: block;
|
|
|
+ height: 16px;
|
|
|
+ line-height: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .crumbs-shop .shop-box .shop .self {
|
|
|
+ background: #e1251b;
|
|
|
+ color: #fff;
|
|
|
+ padding: 1px 3px;
|
|
|
+ display: inline-block;
|
|
|
+ height: 14px;
|
|
|
+ line-height: 14px;
|
|
|
+ border-radius: 2px;
|
|
|
+ margin-right: 5px;
|
|
|
+ vertical-align: top;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .crumbs-shop .shop-box .shop .shop-icon {
|
|
|
+ width: 14px;
|
|
|
+ height: 14px;
|
|
|
+ vertical-align: top;
|
|
|
+ display: inline-block;
|
|
|
+ margin-top: 1px;
|
|
|
+ margin-right: 2px;
|
|
|
+ background: url(../images/icons.png) no-repeat -28px -458px;
|
|
|
+ font-size: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .crumbs-shop .shop-box .shop:hover .shop-icon {
|
|
|
+ background-position: -9px -458px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .crumbs-shop .shop-box .shop:hover {
|
|
|
+ color: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .crumbs-shop .shop-box .favourite {
|
|
|
+ display: inline-block;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .crumbs-shop .shop-box .favourite:hover {
|
|
|
+ color: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .crumbs-shop .shop-box .favourite .favourite-icon {
|
|
|
+ vertical-align: top;
|
|
|
+ display: inline-block;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ background: url(../images/icons.png) no-repeat 0 -135px;
|
|
|
+ margin-right: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .crumbs-shop .shop-box .favourite:hover .favourite-icon,
|
|
|
+.detail .crumbs-shop .shop-box .favourite.active .favourite-icon {
|
|
|
+ background-position: -21px -135px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 面包屑和店铺信息 end */
|
|
|
+
|
|
|
+/* 详情上部分 */
|
|
|
+
|
|
|
+.detail .detail-up {
|
|
|
+ display: flex;
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 商品图片 */
|
|
|
+
|
|
|
+.detail .detail-up .img {
|
|
|
+ width: 450px;
|
|
|
+ margin-right: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .big-img {
|
|
|
+ width: 100%;
|
|
|
+ height: 450px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 430px;
|
|
|
+ font-size: 0;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.prod-video {
|
|
|
+ background-color: #000;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .oper-btn {
|
|
|
+ position: absolute;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ cursor: pointer;
|
|
|
+ border-radius: 50%;
|
|
|
+ background: rgba(0, 0, 0, 0.09);
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ opacity: 0.6;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .oper-btn:hover {
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.close-btn {
|
|
|
+ position: absolute;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ cursor: pointer;
|
|
|
+ border-radius: 50%;
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ top: 20px;
|
|
|
+ right: 10px;
|
|
|
+ transform: translateX(-50%);
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .oper-btn img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .big-img img {
|
|
|
+ max-width: 100%;
|
|
|
+ max-height: 100%;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .small-img {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .small-img .left-arrow,
|
|
|
+.detail .detail-up .img .small-img .right-arrow {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ display: block;
|
|
|
+ width: 35px;
|
|
|
+ height: 68px;
|
|
|
+ line-height: 64px;
|
|
|
+ font-size: 40px;
|
|
|
+ color: #ccc;
|
|
|
+ font-family: Consolas;
|
|
|
+ cursor: pointer;
|
|
|
+ -moz-transition: all 0.2s;
|
|
|
+ -webkit-transition: all 0.2s;
|
|
|
+ -o-transition: all 0.2s;
|
|
|
+ transition: all 0.2s;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .small-img .left-arrow {
|
|
|
+ left: 0;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .small-img .right-arrow {
|
|
|
+ right: 0;
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .small-img .left-arrow:hover,
|
|
|
+.detail .detail-up .img .small-img .right-arrow:hover {
|
|
|
+ color: #999;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .small-img .limit {
|
|
|
+ color: #eee;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .small-img .limit:hover {
|
|
|
+ color: #eee;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .small-img .img-box {
|
|
|
+ margin: 15px 35px 0;
|
|
|
+ width: 380px;
|
|
|
+ height: 68px;
|
|
|
+ overflow: hidden;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .small-img .img-box .offset-box {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ -webkit-transition: all 0.3s;
|
|
|
+ -moz-transition: all 0.3s;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .small-img .img-box .item {
|
|
|
+ display: inline-block;
|
|
|
+ width: 64px;
|
|
|
+ height: 64px;
|
|
|
+ font-size: 0;
|
|
|
+ line-height: 64px;
|
|
|
+ text-align: center;
|
|
|
+ border: 2px solid #fff;
|
|
|
+ margin-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .small-img .img-box .item:first-child {
|
|
|
+ margin-left: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .small-img .img-box .item.active,
|
|
|
+.detail .detail-up .img .small-img .img-box .item:hover {
|
|
|
+ border: 2px solid #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .img .small-img .img-box .item img {
|
|
|
+ max-width: 100%;
|
|
|
+ max-height: 100%;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
+/* 商品图片 end */
|
|
|
+
|
|
|
+/* 商品详情 */
|
|
|
+
|
|
|
+.detail .detail-up .info {
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .name-box {
|
|
|
+ margin-bottom: 15px;
|
|
|
+ margin-top: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .name-box .name {
|
|
|
+ width: 710px;
|
|
|
+ font-size: 24px;
|
|
|
+ line-height: 28px;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-line-clamp: 3;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ position: relative;
|
|
|
+ word-wrap: break-word;
|
|
|
+ word-break: break-all;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .name-box .des {
|
|
|
+ margin-top: 7px;
|
|
|
+ color: #999;
|
|
|
+ line-height: 18px;
|
|
|
+ font-size: 12px;
|
|
|
+ padding-right:15px
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .name-box .des .brief {
|
|
|
+ max-width: 550px;
|
|
|
+ line-clamp: 2;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ overflow: hidden;
|
|
|
+ word-break: break-all;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.detail .detail-up .info .name-box .des .discount-info {
|
|
|
+ color: #999;
|
|
|
+ margin-top:5px;
|
|
|
+ max-width: 550px;
|
|
|
+ line-clamp: 2;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ overflow: hidden;
|
|
|
+ word-break: break-all;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .name-box .des .discount-info .go-discount {
|
|
|
+ color: #005ea7;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .name-box .des .discount-info .go-discount:hover {
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .name-box .des .discount-info .go-discount .arr {
|
|
|
+ font-family: Consolas;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .activity {
|
|
|
+ height: 40px;
|
|
|
+ line-height: 38px;
|
|
|
+ display: flex;
|
|
|
+ padding: 0 15px 0 0;
|
|
|
+ color: #fff;
|
|
|
+ background: -webkit-linear-gradient(left, #f53e00, #e1251b);
|
|
|
+ background: -o-linear-gradient(right, #f53e00, #e1251b);
|
|
|
+ background: -moz-linear-gradient(right, #f53e00, #e1251b);
|
|
|
+ background: linear-gradient(to right, #f53e00, #e1251b);
|
|
|
+ position: relative;
|
|
|
+ border-bottom: 1px solid #eb6060;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .activity .name {
|
|
|
+ flex: 1;
|
|
|
+ font-size: 16px;
|
|
|
+ padding-left: 50px;
|
|
|
+ position: relative;
|
|
|
+ margin-right: 20px;
|
|
|
+ word-break: break-word;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp: 1;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .activity .name::before {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ display: block;
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ content: ' ';
|
|
|
+ background: url(../images/icons.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .activity .name.flash-sale::before {
|
|
|
+ background-position: -65px -182px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .activity .name.group-buy::before {
|
|
|
+ background-position: -10px -182px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .activity .limit .time {
|
|
|
+ font-family: arial;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box {
|
|
|
+ background: #f9f9f9;
|
|
|
+ border-top: 1px dotted #eee;
|
|
|
+ border-bottom: 1px dotted #eee;
|
|
|
+ padding: 0 0 13px;
|
|
|
+ line-height: 24px;
|
|
|
+ margin-top: -1px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item {
|
|
|
+ display: flex;
|
|
|
+ margin-top: 15px;
|
|
|
+}
|
|
|
+.detail .detail-up .info .price-box .discount {
|
|
|
+ align-items: baseline;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item .tit {
|
|
|
+ margin: 0 15px;
|
|
|
+ color: #999;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item .con {
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+.detail .detail-up .info .price-box .item .con.pre-sale-red {
|
|
|
+ color: #e43130;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.goods-price {
|
|
|
+ height: 30px;
|
|
|
+ line-height: 35px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.goods-price .con {
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.goods-price .con .price {
|
|
|
+ font-size: 18px;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+ display: flex;
|
|
|
+ align-items: baseline;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.goods-price .con .price .big {
|
|
|
+ font-size: 26px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.goods-price .con .old-price {
|
|
|
+ font-family: arial;
|
|
|
+ color: #999;
|
|
|
+ text-decoration: line-through;
|
|
|
+ margin-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.coupons .con {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.coupons .con .conpon {
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 12px;
|
|
|
+ position: relative;
|
|
|
+ height: 16px;
|
|
|
+ line-height: 16px;
|
|
|
+ text-align: center;
|
|
|
+ border-top: 1px solid #e1251b;
|
|
|
+ border-bottom: 1px solid #e1251b;
|
|
|
+ padding: 0 10px 0 12px;
|
|
|
+ background: #ffdedf;
|
|
|
+ cursor: pointer;
|
|
|
+ color: #e1251b;
|
|
|
+ font-family: arial;
|
|
|
+ -moz-transition: all 0.2s;
|
|
|
+ -webkit-transition: all 0.2s;
|
|
|
+ -o-transition: all 0.2s;
|
|
|
+ transition: all 0.2s;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.coupons .con .conpon:hover {
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.coupons .con .conpon::before,
|
|
|
+.detail .detail-up .info .price-box .item.coupons .con .conpon::after {
|
|
|
+ position: absolute;
|
|
|
+ top: -1px;
|
|
|
+ display: block;
|
|
|
+ height: 18px;
|
|
|
+ width: 2px;
|
|
|
+ content: ' ';
|
|
|
+ background: url(../images/icons.png) no-repeat 0 -453px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.coupons .con .conpon::before {
|
|
|
+ left: 0;
|
|
|
+ background-position: -2px -453px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.coupons .con .conpon::after {
|
|
|
+ right: -2px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.coupons .con .more {
|
|
|
+ color: #999;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.coupons .con .more:hover {
|
|
|
+ color: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.coupons .con .arrow {
|
|
|
+ font-family: Consolas;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.discount .con .discount-item {
|
|
|
+ display: flex;
|
|
|
+ margin-bottom: 5px;
|
|
|
+ align-items: center;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ line-height: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.discount .con .discount-item .type {
|
|
|
+ margin-right: 5px;
|
|
|
+ padding: 1px 3px;
|
|
|
+ border: 1px solid #e1251b;
|
|
|
+ color: #e1251b;
|
|
|
+ line-height: 14px;
|
|
|
+ height: 14px;
|
|
|
+}
|
|
|
+.detail .detail-up .info .price-box .item.discount .con .discount-item .packge-item {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin-left: 10px;
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
+.detail .detail-up .info .price-box .item.discount .con .discount-item .packge-item img {
|
|
|
+ width: 29px;
|
|
|
+ height: 29px;
|
|
|
+ margin-right: 5px;
|
|
|
+ border: 1px solid #f2f2f2;
|
|
|
+}
|
|
|
+.detail .detail-up .info .price-box .item.discount .con .discount-item .packge-item .count {
|
|
|
+ font-size: 12px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ color: #999999;
|
|
|
+}
|
|
|
+.detail .detail-up .info .price-box .item.discount .con .discount-item .text {
|
|
|
+ margin: 0 10px 0 5px;
|
|
|
+ max-width: 500px;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp: 1;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ word-break: keep-all;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .price-box .item.discount .con .discount-item .det {
|
|
|
+ color: #999;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-up
|
|
|
+ .info
|
|
|
+ .price-box
|
|
|
+ .item.discount
|
|
|
+ .con
|
|
|
+ .discount-item
|
|
|
+ .det
|
|
|
+ .arr {
|
|
|
+ font-family: Consolas;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-up
|
|
|
+ .info
|
|
|
+ .price-box
|
|
|
+ .item.discount
|
|
|
+ .con
|
|
|
+ .discount-item
|
|
|
+ .det:hover {
|
|
|
+ color: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-up
|
|
|
+ .info
|
|
|
+ .price-box
|
|
|
+ .item.discount
|
|
|
+ .con
|
|
|
+ .discount-item.item-box {
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-up
|
|
|
+ .info
|
|
|
+ .price-box
|
|
|
+ .item.discount
|
|
|
+ .con
|
|
|
+ .discount-item.item-box
|
|
|
+ .text,
|
|
|
+.detail
|
|
|
+ .detail-up
|
|
|
+ .info
|
|
|
+ .price-box
|
|
|
+ .item.discount
|
|
|
+ .con
|
|
|
+ .discount-item.item-box
|
|
|
+ .det {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-up
|
|
|
+ .info
|
|
|
+ .price-box
|
|
|
+ .item.discount
|
|
|
+ .con:hover
|
|
|
+ .discount-item.item-box {
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-up
|
|
|
+ .info
|
|
|
+ .price-box
|
|
|
+ .item.discount
|
|
|
+ .con:hover
|
|
|
+ .discount-item.item-box
|
|
|
+ .text,
|
|
|
+.detail
|
|
|
+ .detail-up
|
|
|
+ .info
|
|
|
+ .price-box
|
|
|
+ .item.discount
|
|
|
+ .con:hover
|
|
|
+ .discount-item.item-box
|
|
|
+ .det {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items {
|
|
|
+ display: flex;
|
|
|
+ margin-top: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items .tit {
|
|
|
+ margin: 0 15px;
|
|
|
+ color: #999;
|
|
|
+ display: block;
|
|
|
+ line-height: 30px;
|
|
|
+ word-break: break-all; /* 解决数字不换行 */
|
|
|
+ width: 5em; /* 5个字的大小 */
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items .con {
|
|
|
+ flex: 1;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items .con .item {
|
|
|
+ display: inline-block;
|
|
|
+ border: 1px solid #ddd;
|
|
|
+ position: relative;
|
|
|
+ margin-right: 10px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ vertical-align: middle;
|
|
|
+ -moz-transition: all 0.2s;
|
|
|
+ -webkit-transition: all 0.2s;
|
|
|
+ -o-transition: all 0.2s;
|
|
|
+ transition: all 0.2s;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items .con .item.not-optional {
|
|
|
+ border: 1px dashed #bbb;
|
|
|
+ color: #bbb;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items .con .item.active,
|
|
|
+.detail .detail-up .info .sku-box .items .con .item:hover {
|
|
|
+ border: 1px solid #e1251b;
|
|
|
+ color: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items.sku-img .tit {
|
|
|
+ line-height: 52px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items.sku-img .con .item {
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ font-size: 0;
|
|
|
+ line-height: 50px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items.sku-img .con .item img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items.sku-text .con .item {
|
|
|
+ padding: 0 16px;
|
|
|
+ line-height: 28px;
|
|
|
+ height: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items .con .goods-number {
|
|
|
+ height: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items .con .goods-number .reduce,
|
|
|
+.detail .detail-up .info .sku-box .items .con .goods-number .increase {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
+ background: #e9e9e9;
|
|
|
+ font-size: 22px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 26px;
|
|
|
+ color: #999;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items .con .goods-number .limit {
|
|
|
+ cursor: not-allowed;
|
|
|
+ color: #ccc;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .sku-box .items .con .goods-number .number {
|
|
|
+ border: 0;
|
|
|
+ width: 60px;
|
|
|
+ height: 30px;
|
|
|
+ text-align: center;
|
|
|
+ font-family: arial;
|
|
|
+ vertical-align: top;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .btns {
|
|
|
+ margin-top: 30px;
|
|
|
+ padding-left: 15px;
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .btns .buy-now,
|
|
|
+.detail .detail-up .info .btns .add-cart,
|
|
|
+.detail .detail-up .info .btns .collect,
|
|
|
+.detail .detail-up .info .btns .collected,
|
|
|
+.detail .detail-up .info .btns .shortage {
|
|
|
+ height: 46px;
|
|
|
+ line-height: 46px;
|
|
|
+ padding: 0 50px;
|
|
|
+ font-size: 16px;
|
|
|
+ border-radius: 2px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .btns .buy-now {
|
|
|
+ background: #e1251b;
|
|
|
+ color: #fff;
|
|
|
+ height: 48px;
|
|
|
+ line-height: 48px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .btns .buy-now:hover {
|
|
|
+ opacity: 0.9;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .btns .add-cart {
|
|
|
+ margin-left: 10px;
|
|
|
+ background: #ffdedf;
|
|
|
+ border: 1px solid #e1251b;
|
|
|
+ color: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .btns .add-cart:hover {
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .btns .add-cart-group {
|
|
|
+ padding: 0 22px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .btns .collect,
|
|
|
+.detail .detail-up .info .btns .collected {
|
|
|
+ border: 1px solid #ddd;
|
|
|
+ padding: 0 30px;
|
|
|
+ margin-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .btns .collect .icon {
|
|
|
+ display: inline-block;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ vertical-align: top;
|
|
|
+ margin-right: 10px;
|
|
|
+ margin-top: 16px;
|
|
|
+ background: url(../images/icons.png) no-repeat 0 -156px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .btns .collected .icon {
|
|
|
+ display: inline-block;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ vertical-align: top;
|
|
|
+ margin-right: 10px;
|
|
|
+ margin-top: 16px;
|
|
|
+ background: url(../images/icons.png) no-repeat -21px -156px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .btns .collect.active .icon {
|
|
|
+ background-position: -21px -156px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .btns .shortage {
|
|
|
+ height: 48px;
|
|
|
+ line-height: 48px;
|
|
|
+ background: #f7f7f7;
|
|
|
+ color: #999;
|
|
|
+ cursor: not-allowed;
|
|
|
+}
|
|
|
+
|
|
|
+/* 拼团按钮 */
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .build-group,
|
|
|
+.detail .detail-up .info .group-btn .alone-group {
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ height: 48px;
|
|
|
+ padding: 0 20px;
|
|
|
+ color: #fff;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 600;
|
|
|
+ border-radius: 2px;
|
|
|
+ min-width: 90px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .en,
|
|
|
+.detail .detail-up .info .group-btn .en {
|
|
|
+ padding: 0 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .alone-group:hover {
|
|
|
+ opacity: 0.9;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .build-group {
|
|
|
+ background: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .alone-group {
|
|
|
+ background: #85c360;
|
|
|
+ margin-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .alone-group.cannotbuy {
|
|
|
+ background: #bbb;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .group-price {
|
|
|
+ display: block;
|
|
|
+ line-height: 14px;
|
|
|
+ margin-top: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .build-group .group-text {
|
|
|
+ display: block;
|
|
|
+ line-height: 14px;
|
|
|
+ margin-top: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .build-group .group-code {
|
|
|
+ display: none;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 58px;
|
|
|
+ width: 130px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #eee;
|
|
|
+ background: #fff;
|
|
|
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .build-group:hover .group-code {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .build-group .group-code::before,
|
|
|
+.detail .detail-up .info .group-btn .build-group .group-code::after {
|
|
|
+ position: absolute;
|
|
|
+ left: 20px;
|
|
|
+ display: block;
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ border: 5px solid transparent;
|
|
|
+ content: ' ';
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .build-group .group-code::before {
|
|
|
+ top: -11px;
|
|
|
+ border-bottom: 5px solid #e4e4e4;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .build-group .group-code::after {
|
|
|
+ top: -10px;
|
|
|
+ border-bottom: 5px solid #f5f5f5;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .build-group .group-code .text {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+ padding-left: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ background: #f5f5f5;
|
|
|
+ font-size: 13px;
|
|
|
+ font-family: arial;
|
|
|
+ font-weight: 400;
|
|
|
+ text-align: left;
|
|
|
+ color: #666;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-up .info .group-btn .build-group .group-code .code-img {
|
|
|
+ display: block;
|
|
|
+ margin: 10px auto;
|
|
|
+ width: 110px;
|
|
|
+ height: 110px;
|
|
|
+ font-size: 0;
|
|
|
+}
|
|
|
+.detail .detail-up .info .group-btn .build-group .group-code .display-none {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
+.detail .detail-up .info .group-btn .build-group .group-code .code-img img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+/* 拼团按钮 end */
|
|
|
+
|
|
|
+/* 商品详情 end */
|
|
|
+
|
|
|
+/* 详情上部分 end */
|
|
|
+
|
|
|
+/* 详情下部分 */
|
|
|
+
|
|
|
+.detail .detail-down {
|
|
|
+ display: flex;
|
|
|
+ margin-top: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box {
|
|
|
+ flex: 1;
|
|
|
+ margin-right: 20px;
|
|
|
+ max-width: 938px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box.packages{
|
|
|
+ margin-right: 0;
|
|
|
+ max-width: 1200px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .tab {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ background: #f9f9f9;
|
|
|
+ border: 1px solid #eee;
|
|
|
+ border-bottom-color: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .tab .item {
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ padding: 0 30px;
|
|
|
+ font-size: 14px;
|
|
|
+ -moz-transition: all 0.2s;
|
|
|
+ -webkit-transition: all 0.2s;
|
|
|
+ -o-transition: all 0.2s;
|
|
|
+ transition: all 0.2s;
|
|
|
+ cursor: pointer;
|
|
|
+ margin-left: -1px;
|
|
|
+ margin-top: -1px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .tab .item:hover {
|
|
|
+ color: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .tab .item.active {
|
|
|
+ background: #e1251b;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .tab .item .number {
|
|
|
+ color: #e1251b;
|
|
|
+ font-family: arial;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .tab .item.active .number {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+/* 商品介绍 */
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .introduce {
|
|
|
+ margin-top: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .introduce img {
|
|
|
+ display: block;
|
|
|
+ margin: auto;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+/* 商品介绍 end */
|
|
|
+
|
|
|
+/* 套餐 */
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content {
|
|
|
+ margin-top: 20px;
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .add-icon {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ width: 34px;
|
|
|
+ height: 34px;
|
|
|
+ margin: 43px 40px 0;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .add-icon::before {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ width: 26px;
|
|
|
+ border-top: 4px solid #ddd;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .add-icon::after {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ height: 26px;
|
|
|
+ border-left: 4px solid #ddd;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .mean-icon {
|
|
|
+ display: inline-block;
|
|
|
+ width: 34px;
|
|
|
+ height: 34px;
|
|
|
+ margin: 53px 40px 0 0;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .mean-icon::before {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ width: 26px;
|
|
|
+ border-top: 4px solid #ddd;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .mean-icon::after {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ margin-top: 10px;
|
|
|
+ width: 26px;
|
|
|
+ border-bottom: 4px solid #ddd;
|
|
|
+ /* transform: rotate(45deg); */
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .left{
|
|
|
+ width: 938px;
|
|
|
+ margin-right: 20px;
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .left .prod-box {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-between;
|
|
|
+ width: 120px;
|
|
|
+ height: 200px;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .left .prod-box.necessary {
|
|
|
+ margin-right: 70px;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .left .prod-box.necessary:last-child {
|
|
|
+ margin-right: 0;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .left .prod-box .img{
|
|
|
+ width: 120px;
|
|
|
+ height: 120px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #f2f2f2;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .left .prod-box .prod-name{
|
|
|
+ margin-top: 10px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 19px;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+ overflow: hidden;
|
|
|
+ color: #333333;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .left .prod-box .checkbox {
|
|
|
+ margin-right: 4px;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .left .prod-box .price{
|
|
|
+ margin-top: 10px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #E1251B;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .left .prod-box .price .price-count-con{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .left .prod-box .price .price-count-con > span{
|
|
|
+ flex: 1;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-line-clamp: 1;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ word-break: break-all;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .left .prod-box .price .combo-count {
|
|
|
+ margin-left: auto;
|
|
|
+ width: 40px;
|
|
|
+ color: #999;
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .right{
|
|
|
+ width: 240px;
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .right .item {
|
|
|
+ margin-top: 12px;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .right .settlement-box{
|
|
|
+ width: 140px;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .right .settlement-box .text{
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 19px;
|
|
|
+ color: #666666;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .right .settlement-box .price-text {
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: bold;
|
|
|
+ line-height: 21px;
|
|
|
+ color: #E1251B;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .right .settlement-box .btn {
|
|
|
+ width: 104px;
|
|
|
+ height: 33px;
|
|
|
+ background: #E1251B;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 19px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items:center;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.detail .detail-down .introduce-box.packages .packages-content .right .settlement-box .btn-add-cart {
|
|
|
+ width: 104px;
|
|
|
+ height: 33px;
|
|
|
+ background: #FFECEC;
|
|
|
+ border: 1px solid #E1251B;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 19px;
|
|
|
+ color: #E1251B;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items:center;
|
|
|
+ cursor: pointer;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+/* 套餐end */
|
|
|
+
|
|
|
+/* 商品评论 */
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment {
|
|
|
+ margin-top: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .good-rates {
|
|
|
+ display: flex;
|
|
|
+ padding: 20px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .good-rates .score {
|
|
|
+ border-right: 1px solid #eee;
|
|
|
+ text-align: center;
|
|
|
+ display: flex;
|
|
|
+ padding: 0 60px;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .good-rates .score .tit {
|
|
|
+ margin-right: 20px;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .good-rates .score .con {
|
|
|
+ font-size: 45px;
|
|
|
+ color: #e1251b;
|
|
|
+ font-family: arial;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .good-rates .average {
|
|
|
+ margin-left: 50px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .good-rates .average .item {
|
|
|
+ display: flex;
|
|
|
+ height: 14px;
|
|
|
+ line-height: 14px;
|
|
|
+ margin-top: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .good-rates
|
|
|
+ .average
|
|
|
+ .item:first-child {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .good-rates .average .item .number,
|
|
|
+.detail .detail-down .introduce-box .comment .good-rates .average .item .text {
|
|
|
+ font-family: arial;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .good-rates .average .item .stars {
|
|
|
+ margin: 0 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .good-rates
|
|
|
+ .average
|
|
|
+ .item
|
|
|
+ .stars
|
|
|
+ .star,
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .good-rates
|
|
|
+ .average
|
|
|
+ .item
|
|
|
+ .stars
|
|
|
+ .star-gray {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ width: 14px;
|
|
|
+ height: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .good-rates
|
|
|
+ .average
|
|
|
+ .item
|
|
|
+ .stars
|
|
|
+ .star {
|
|
|
+ background: url(../images/icons.png) no-repeat;
|
|
|
+ background-position: -42px -138px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .good-rates
|
|
|
+ .average
|
|
|
+ .item
|
|
|
+ .stars
|
|
|
+ .star-gray {
|
|
|
+ background: url(../images/icons.png) no-repeat;
|
|
|
+ background-position: -61px -138px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .comment-tab {
|
|
|
+ display: flex;
|
|
|
+ background: #f9f9f9;
|
|
|
+ padding: 10px;
|
|
|
+ border: 1px solid #eee;
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .comment-tab .item {
|
|
|
+ padding: 0 10px;
|
|
|
+ cursor: pointer;
|
|
|
+ -moz-transition: all 0.2s;
|
|
|
+ -webkit-transition: all 0.2s;
|
|
|
+ -o-transition: all 0.2s;
|
|
|
+ transition: all 0.2s;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .comment-tab .item:hover,
|
|
|
+.detail .detail-down .introduce-box .comment .comment-tab .item.active {
|
|
|
+ color: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .comment-tab .item .number {
|
|
|
+ font-family: arial;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .comment-con {
|
|
|
+ margin-top: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .comment-con .item {
|
|
|
+ padding: 15px;
|
|
|
+ display: flex;
|
|
|
+ border-bottom: 1px solid #eee;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .comment-con .item .buyer-msg {
|
|
|
+ width: 80px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-msg
|
|
|
+ .img {
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ border-radius: 50%;
|
|
|
+ overflow: hidden;
|
|
|
+ margin: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-msg
|
|
|
+ .img
|
|
|
+ img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-msg
|
|
|
+ .name {
|
|
|
+ margin: 7px auto 0;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .comment-con .item .buyer-comment {
|
|
|
+ margin-left: 10px;
|
|
|
+ line-height: 20px;
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .stars
|
|
|
+ .star,
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .stars
|
|
|
+ .star-gray {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ width: 14px;
|
|
|
+ height: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .stars {
|
|
|
+ padding-top: 2px;
|
|
|
+ height: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .stars
|
|
|
+ .star {
|
|
|
+ background: url(../images/icons.png) no-repeat;
|
|
|
+ background-position: -42px -138px;
|
|
|
+ margin-right: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .stars
|
|
|
+ .star-gray {
|
|
|
+ background: url(../images/icons.png) no-repeat;
|
|
|
+ background-position: -61px -138px;
|
|
|
+ margin-right: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .text {
|
|
|
+ margin-top: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .img-box
|
|
|
+ .img {
|
|
|
+ display: inline-block;
|
|
|
+ text-align: center;
|
|
|
+ width: 60px;
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
+ font-size: 0;
|
|
|
+ border: 1px solid #fff;
|
|
|
+ margin: 10px 10px 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .img-box
|
|
|
+ .img:hover {
|
|
|
+ border-color: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .img-box
|
|
|
+ .img
|
|
|
+ img {
|
|
|
+ display: inline-block;
|
|
|
+ text-align: center;
|
|
|
+ max-width: 100%;
|
|
|
+ max-height: 100%;
|
|
|
+ vertical-align: middle;
|
|
|
+ -moz-transition: all 0.2s;
|
|
|
+ -webkit-transition: all 0.2s;
|
|
|
+ -o-transition: all 0.2s;
|
|
|
+ transition: all 0.2s;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .time-sku {
|
|
|
+ margin-top: 10px;
|
|
|
+ color: #999;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .time-sku
|
|
|
+ .time {
|
|
|
+ font-family: arial;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .time-sku
|
|
|
+ .sku {
|
|
|
+ margin-left: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .append-comment {
|
|
|
+ margin-top: 10px;
|
|
|
+ padding-top: 10px;
|
|
|
+ border-top: 1px solid #eee;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .append-comment
|
|
|
+ .append-time {
|
|
|
+ color: #999;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .append-comment
|
|
|
+ .append-con {
|
|
|
+ margin-top: 5px;
|
|
|
+ padding-bottom: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .seller-reply {
|
|
|
+ margin-top: 10px;
|
|
|
+ padding-top: 10px;
|
|
|
+ border-top: 1px solid #eee;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .seller-reply
|
|
|
+ .tit {
|
|
|
+ color: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .seller-reply
|
|
|
+ .con {
|
|
|
+ margin-top: 5px;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ display: -webkit-box;
|
|
|
+ /* -webkit-line-clamp: 3; */
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ position: relative;
|
|
|
+ line-height: 1.5;
|
|
|
+ word-wrap: break-word;
|
|
|
+ word-break: break-all;
|
|
|
+ word-break: break-word
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .introduce-box
|
|
|
+ .comment
|
|
|
+ .comment-con
|
|
|
+ .item
|
|
|
+ .buyer-comment
|
|
|
+ .seller-reply
|
|
|
+ .time {
|
|
|
+ margin-top: 10px;
|
|
|
+ color: #999;
|
|
|
+ font-family: arial;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .comment-con .comment-empty {
|
|
|
+ text-align: center;
|
|
|
+ color: #999;
|
|
|
+ padding: 80px 0;
|
|
|
+ border-bottom: 1px solid #eee;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .introduce-box .comment .pages {
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 评论大图 */
|
|
|
+
|
|
|
+.introduce-box .comment .comment-con .buyer-comment .big-img-show {
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ z-index: 1000;
|
|
|
+ background-color: #333;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.introduce-box .comment .comment-con .buyer-comment .big-img-show .left-arrow {
|
|
|
+ width: 100px;
|
|
|
+ height: 100px;
|
|
|
+ font-size: 80px;
|
|
|
+ color: #d8d3d3;
|
|
|
+ position: absolute;
|
|
|
+ top: 40%;
|
|
|
+ left: 10%;
|
|
|
+ z-index: 1002;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.introduce-box .comment .comment-con .buyer-comment .big-img-show .right-arrow {
|
|
|
+ width: 100px;
|
|
|
+ height: 100px;
|
|
|
+ font-size: 80px;
|
|
|
+ color: #d8d3d3;
|
|
|
+ position: absolute;
|
|
|
+ top: 40%;
|
|
|
+ right: 10%;
|
|
|
+ z-index: 1002;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.introduce-box .comment .comment-con .buyer-comment .big-img-show .mask {
|
|
|
+ position: relative;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ /* width: 100%; */
|
|
|
+ width: calc(100% + 17px);
|
|
|
+ height: 100%;
|
|
|
+ /* background: rgba(0, 0, 0, 0.5); */
|
|
|
+ background: rgba(0, 0, 0);
|
|
|
+ opacity: 0.9;
|
|
|
+ /* overflow-y: hidden; */
|
|
|
+}
|
|
|
+
|
|
|
+.introduce-box .comment .comment-con .buyer-comment .big-img-show img {
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ width: auto;
|
|
|
+ max-height: 100%;
|
|
|
+ z-index: 1001;
|
|
|
+}
|
|
|
+
|
|
|
+/* 视频大小 */
|
|
|
+.introduce div p video {
|
|
|
+ width: 938px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 商品评论 end */
|
|
|
+
|
|
|
+.detail .detail-down .side {
|
|
|
+ width: 242px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 店内搜索 */
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-search {
|
|
|
+ border: 1px solid #eee;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-search .tit,
|
|
|
+.detail .detail-down .side .shop-category .tit,
|
|
|
+.detail .detail-down .side .sale-well .tit {
|
|
|
+ background: #f9f9f9;
|
|
|
+ padding: 10px;
|
|
|
+ font-size: 14px;
|
|
|
+ border-bottom: 1px solid #eee;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-search .con {
|
|
|
+ padding: 15px;
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-search .text {
|
|
|
+ height: 26px;
|
|
|
+ line-height: 26px;
|
|
|
+ vertical-align: top;
|
|
|
+ border: 1px solid #ddd;
|
|
|
+ background: #fff;
|
|
|
+ border-right: none;
|
|
|
+ font-size: 12px;
|
|
|
+ padding: 0 10px;
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-search .btn {
|
|
|
+ width: 30px;
|
|
|
+ height: 28px;
|
|
|
+ position: relative;
|
|
|
+ background: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-search .btn::before {
|
|
|
+ position: absolute;
|
|
|
+ left: 8px;
|
|
|
+ top: 6px;
|
|
|
+ display: block;
|
|
|
+ width: 14px;
|
|
|
+ height: 14px;
|
|
|
+ content: ' ';
|
|
|
+ font-size: 0;
|
|
|
+ background: url(../images/icons.png) no-repeat;
|
|
|
+ background-position: 0 -58px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-search .btn:hover {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
+
|
|
|
+/* 店内搜索 end */
|
|
|
+
|
|
|
+/* 店内分类 */
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-category {
|
|
|
+ margin-top: 20px;
|
|
|
+ border: 1px solid #eee;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-category .con {
|
|
|
+ padding: 10px 15px;
|
|
|
+ line-height: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-category .con .items .item-main {
|
|
|
+ position: relative;
|
|
|
+ padding-left: 15px;
|
|
|
+ cursor: pointer;
|
|
|
+ height: 30px;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ -moz-transition: all 0.2s;
|
|
|
+ -webkit-transition: all 0.2s;
|
|
|
+ -o-transition: all 0.2s;
|
|
|
+ transition: all 0.2s;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-category .con .items .item-main .arrow {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 12px;
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ border: 4px solid transparent;
|
|
|
+ border-left: 5px solid #333;
|
|
|
+ border-radius: 2px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-category .con .items.active .item-main .arrow {
|
|
|
+ border-left: 4px solid transparent;
|
|
|
+ border-top: 4px solid #333;
|
|
|
+ top: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-category .con .items .item-main:hover,
|
|
|
+.detail .detail-down .side .shop-category .con .items.active .item-main {
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-category .con .items .item-con {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-category .con .items.active .item-con {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-category .con .items .item-con .item {
|
|
|
+ padding-left: 15px;
|
|
|
+ color: #999;
|
|
|
+ height: 30px;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ cursor: pointer;
|
|
|
+ -moz-transition: all 0.2s;
|
|
|
+ -webkit-transition: all 0.2s;
|
|
|
+ -o-transition: all 0.2s;
|
|
|
+ transition: all 0.2s;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .shop-category .con .items .item-con .item:hover {
|
|
|
+ color: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+/* 店内分类 end */
|
|
|
+
|
|
|
+/* 热卖商品 */
|
|
|
+
|
|
|
+.detail .detail-down .side .sale-well {
|
|
|
+ margin-top: 20px;
|
|
|
+ border: 1px solid #eee;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .sale-well .con {
|
|
|
+ padding: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .sale-well .con .item {
|
|
|
+ position: relative;
|
|
|
+ margin: 15px auto 0;
|
|
|
+ cursor: pointer;
|
|
|
+ -moz-transition: all 0.2s;
|
|
|
+ -webkit-transition: all 0.2s;
|
|
|
+ -o-transition: all 0.2s;
|
|
|
+ transition: all 0.2s;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .sale-well .con .item:hover {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .sale-well .con .item:first-child {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .sale-well .con .item .goods-img {
|
|
|
+ width: 210px;
|
|
|
+ height: 210px;
|
|
|
+ line-height: 210px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .sale-well .con .item .goods-img img {
|
|
|
+ max-width: 100%;
|
|
|
+ max-height: 100%;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .sale-well .con .item .goods-msg {
|
|
|
+ text-align: center;
|
|
|
+ padding-top: 10px;
|
|
|
+ padding-bottom: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .sale-well .con .item .goods-msg .goods-name {
|
|
|
+ height: 14px;
|
|
|
+ line-height: 14px;
|
|
|
+ font-size: 14px;
|
|
|
+ max-width: 100%;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+}
|
|
|
+
|
|
|
+.detail .detail-down .side .sale-well .con .item .goods-msg .goods-price {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ height: 16px;
|
|
|
+ line-height: 16px;
|
|
|
+ margin: 10px 0;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.detail
|
|
|
+ .detail-down
|
|
|
+ .side
|
|
|
+ .sale-well
|
|
|
+ .con
|
|
|
+ .item
|
|
|
+ .goods-msg
|
|
|
+ .goods-price
|
|
|
+ .old-price {
|
|
|
+ margin-left: 10px;
|
|
|
+ color: #999;
|
|
|
+ font-family: arial;
|
|
|
+ text-decoration: line-through;
|
|
|
+ height: 12px;
|
|
|
+ line-height: 12px;
|
|
|
+ margin-top: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 热卖商品 end */
|
|
|
+
|
|
|
+/* 详情下部分 end */
|
|
|
+
|
|
|
+/* 滑动导航 */
|
|
|
+
|
|
|
+.scroll-tab {
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ background: #fff;
|
|
|
+ animation: hdnav2-show 0.3s;
|
|
|
+ -webkit-animation: hdnav2-show 0.3s;
|
|
|
+ -moz-animation: hdnav2-show 0.3s;
|
|
|
+ -o-animation: hdnav2-show 0.3s;
|
|
|
+ z-index: 10;
|
|
|
+ -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
|
|
|
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content .tab {
|
|
|
+ display: flex;
|
|
|
+ background: #f9f9f9;
|
|
|
+ border: 1px solid #eee;
|
|
|
+ border-bottom-color: #e1251b;
|
|
|
+ border-top-color: #f9f9f9;
|
|
|
+ border-right-color: #f9f9f9;
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content .tab .item {
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ padding: 0 30px;
|
|
|
+ font-size: 14px;
|
|
|
+ -moz-transition: all 0.2s;
|
|
|
+ -webkit-transition: all 0.2s;
|
|
|
+ -o-transition: all 0.2s;
|
|
|
+ transition: all 0.2s;
|
|
|
+ cursor: pointer;
|
|
|
+ margin-left: -1px;
|
|
|
+ margin-top: -1px;
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content .tab .item:hover {
|
|
|
+ color: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content .tab .item.active {
|
|
|
+ background: #e1251b;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content .tab .item .number {
|
|
|
+ color: #e1251b;
|
|
|
+ font-family: arial;
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content .tab .item.active .number {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content .shop-search {
|
|
|
+ position: absolute;
|
|
|
+ right: 120px;
|
|
|
+ top: 6px;
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content .shop-search .text {
|
|
|
+ height: 26px;
|
|
|
+ line-height: 26px;
|
|
|
+ vertical-align: top;
|
|
|
+ border: 1px solid #ddd;
|
|
|
+ background: #fff;
|
|
|
+ border-right: none;
|
|
|
+ font-size: 12px;
|
|
|
+ padding: 0 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content .shop-search .btn {
|
|
|
+ width: 30px;
|
|
|
+ height: 28px;
|
|
|
+ position: relative;
|
|
|
+ background: #e1251b;
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content .shop-search .btn::before {
|
|
|
+ position: absolute;
|
|
|
+ left: 8px;
|
|
|
+ top: 6px;
|
|
|
+ display: block;
|
|
|
+ width: 14px;
|
|
|
+ height: 14px;
|
|
|
+ content: ' ';
|
|
|
+ font-size: 0;
|
|
|
+ background: url(../images/icons.png) no-repeat;
|
|
|
+ background-position: 0 -58px;
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content .shop-search .btn:hover {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content .add-cart-btn {
|
|
|
+ position: absolute;
|
|
|
+ right: 15px;
|
|
|
+ top: 6px;
|
|
|
+ height: 28px;
|
|
|
+ line-height: 28px;
|
|
|
+ padding: 0 15px;
|
|
|
+ background: #e1251b;
|
|
|
+ color: #fff;
|
|
|
+ -moz-transition: all 0.2s;
|
|
|
+ -webkit-transition: all 0.2s;
|
|
|
+ -o-transition: all 0.2s;
|
|
|
+ transition: all 0.2s;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.scroll-tab .content .add-cart-btn:hover {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
+
|
|
|
+/* 滑动导航 end */
|
|
|
+
|
|
|
+/* 商品数量-input: 去除input标签type='number' 的默认加减箭头 */
|
|
|
+
|
|
|
+input::-webkit-outer-spin-button,
|
|
|
+input::-webkit-inner-spin-button {
|
|
|
+ -webkit-appearance: none;
|
|
|
+}
|
|
|
+
|
|
|
+input[type='number'] {
|
|
|
+ -moz-appearance: textfield;
|
|
|
+}
|
|
|
+
|
|
|
+/* 秒杀/拼团未开始时的样式禁用样式 */
|
|
|
+.disabled-gray {
|
|
|
+ cursor: not-allowed !important;
|
|
|
+ background-color: #f7f7f7 !important;
|
|
|
+ color: #999 !important;
|
|
|
+}
|
|
|
+
|
|
|
+/* 评论 */
|
|
|
+.buyer-comment .text{
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ display: -webkit-box;
|
|
|
+ /* -webkit-line-clamp: 3; */
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ position: relative;
|
|
|
+ line-height: 1.5;
|
|
|
+ word-wrap: break-word;
|
|
|
+ word-break: break-all;
|
|
|
+ width: 816px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 客服按钮 */
|
|
|
+.btn-im{
|
|
|
+ display: inline-block;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ margin: 0 5px 3px 8px;
|
|
|
+ overflow: hidden;
|
|
|
+ background: url('../images/chat/sprite-im.png') no-repeat;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+/* 客服按钮 */
|
|
|
+.im-chat:hover .btn-im{
|
|
|
+ background: url('../images/chat/sprite-im-hover.png') no-repeat;
|
|
|
+}
|
|
|
+.shop-box .im-chat:hover{
|
|
|
+ color: #e1251b;
|
|
|
+}
|
|
|
+.params {
|
|
|
+ display: flex;
|
|
|
+ border-bottom: 1px dashed #DCDCDC;
|
|
|
+}
|
|
|
+.params:last-child {
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+.introduce .params-box {
|
|
|
+ width: 280px;
|
|
|
+ height: 40px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ margin-right: 40px;
|
|
|
+}
|
|
|
+.introduce .params-box:nth-child(3n) {
|
|
|
+ margin-right: 0;
|
|
|
+}
|
|
|
+.introduce .params-box .key {
|
|
|
+ color: #999999;
|
|
|
+ float: left;
|
|
|
+ margin-left: 10px;
|
|
|
+}
|
|
|
+.introduce .params-box .value {
|
|
|
+ text-indent: 10px;
|
|
|
+ max-width: 150px;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow:ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|