|
@@ -16,12 +16,12 @@ li{list-style: none}
|
|
|
.goods-main-empty p{font-size: 14px;color: #333;}
|
|
|
.goods-main-empty p a{color: #e15616;text-decoration: underline;margin: 0 3px;}
|
|
|
.goods-title{ height: 56px;line-height: 56px;border-bottom: solid 1px #e2e7ef;padding: 0 20px}
|
|
|
- .goods-main .goods-table ul li{float:left;width: 8%;text-align: center;color: #22272e;}
|
|
|
+ .goods-main .goods-table ul li{float:left;width: 8%;text-align: center;color: #22272e;position: inherit}
|
|
|
.goods-main .goods-table ul li:nth-child(2){ width: 25%;}
|
|
|
.goods-main .goods-table ul li:nth-child(3),.goods-main .goods-table ul li:nth-child(4){width: 20%}
|
|
|
.goods-main .goods-table ul li:last-child{width: 23%;position: relative}
|
|
|
.tbody ul li{height: 96px;font-size: 12px;}
|
|
|
- .tbody ul{overflow: hidden;padding: 0 20px}
|
|
|
+ .tbody ul{overflow: inherit;padding: 0 20px;position: relative;}
|
|
|
.tbodyle ul li:nth-child(2){width: 25%;}
|
|
|
.tbody ul li:nth-child(3),.goods-main .goods-table ul li:nth-child(3){ width: 16%}
|
|
|
.tbody ul li:last-child{width: 20%}
|
|
@@ -32,7 +32,7 @@ li{list-style: none}
|
|
|
.checkbox .icon-gouxuan:before{width: 16px; height: 16px;background-position: -210px 0px}
|
|
|
.goods-main .tbody .good-info{display: inline-block}
|
|
|
.goods-main .tbody .good-info img{width: 80px;height: 80px;margin-top: 8px}
|
|
|
- .tbody ul li .good-classFly,.tbody ul li .good-price,.tbody ul li .status{line-height: 90px ;}
|
|
|
+ .tbody ul li .good-classFly,.tbody ul li .good-price,.tbody ul li .status{position: relative;top: 50%;left: 50%;transform: translate(-50%, -50%);width: fit-content;}
|
|
|
.goods-main .tbody .good-name{margin-left: 8px;vertical-align: middle;word-break: break-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-inline-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;width: 112px}
|
|
|
.goods-main .tbody .good-handle{padding: 0 7px;line-height: 40px;position: absolute;width: 180px;top: 0;left: 0;right: 0;bottom: 0;margin: auto;height: fit-content}
|
|
|
.goods-main .tbody .btn{width: 52px;height: 24px;background-color: #ffe6dc;border-radius: 2px;border: solid 1px #e15616;display: inline-block;line-height: 24px;color: #e15616;}
|
|
@@ -49,6 +49,7 @@ li{list-style: none}
|
|
|
.goods-container .good-footer .footer-right .btn.icon-gouxuan{background-color: #e15616;}
|
|
|
.bg-gouxuan{background-color: #f0f3f7;}
|
|
|
.good-price p {display: inline-block}
|
|
|
+ .priceTag{position: absolute; top: 60px; right: 45px}
|
|
|
}
|
|
|
|
|
|
/*移动*/
|
|
@@ -93,7 +94,7 @@ li{list-style: none}
|
|
|
line-height: 9.5vw;text-align: center;border-radius: 6.4vw;font-size: 3vw;margin-left: 16.7vw}
|
|
|
.good-handle a.primary{border:1px solid #e15616;color: #e15616;background: #ffe6dc}
|
|
|
.good-handle a.down{border:1px solid #627386;color: #627386;background: #f0f3f7}
|
|
|
- .good-handle a.success{border:1px solid #1890f9;color: #1890f9;background: #e0f1ff;width: 23vw}
|
|
|
+ .good-handle a.success{border:1px solid #1890f9;color: #1890f9;background: #e0f1ff;width: 23vw;padding: 0 1.3vw}
|
|
|
.good-handle a.danger{width:24vw;border:1px solid #f94b4b;color: #f94b4b;background: #ffd8d8}
|
|
|
.good-footer{width: 100%;height: 11.9vw;background: #fff; padding: 1.7vw 0}
|
|
|
.good-footer .footer-left{float: left;margin-left: 5.3vw}
|
|
@@ -104,4 +105,5 @@ li{list-style: none}
|
|
|
.good-footer .footer-right .btn{ width: 20.8vw;height: 8.5vw;display: block;line-height: 8.5vw;text-align: center;font-size: 3.4vw;border-radius: 6.4vw;margin-right: 30px;color: #FFF;}
|
|
|
.good-footer .footer-right .btn.icon-weigouxuan{border: solid .27vw #b8bfca;color: #627386;}
|
|
|
.good-footer .footer-right .btn.icon-gouxuan{background-color: #ffe6dc; color: #e15616;border: .27vw solid #e15616}
|
|
|
+ .priceTag{position: absolute;left: 50vw}
|
|
|
}
|