diff --git a/packages/shop/shopCar/index.css b/packages/shop/shopCar/index.css index d027030c..ebd0a038 100644 --- a/packages/shop/shopCar/index.css +++ b/packages/shop/shopCar/index.css @@ -21,13 +21,13 @@ .searchBox_right { opacity: 0; flex: 1; -} - -.isDay { - position: absolute; - -} - +} + +.isDay { + position: absolute; + +} + .tag { background-color: #ff7d00; color: white; @@ -38,14 +38,14 @@ .tag-img { position: absolute; - /* top: 1; */ + /* top: 1; */ bottom: 1; left: 10; z-index: 1; -} - -.is_day { - margin-left: 20rpx; +} + +.is_day { + margin-left: 20rpx; } .empty { @@ -76,6 +76,12 @@ justify-content: flex-end; } +.goodsItem_tit{ + margin: 20rpx 0 0 20rpx; + font-size: 35rpx; + font-weight: bold; +} + .goodsItem { display: flex; align-items: center; diff --git a/packages/shop/shopCar/index.vue b/packages/shop/shopCar/index.vue index 546e87d8..354b5362 100644 --- a/packages/shop/shopCar/index.vue +++ b/packages/shop/shopCar/index.vue @@ -28,46 +28,51 @@ 当日达 - - - - - - - + + + {{ carItem.supplier_name }} - - - - 当日达 - - - - - - {{ item.commodity_goods_info.goods_name }} + + + + + + + + + + + 当日达 + + - - {{ item.commodity_goods_info.goods_intro }} - - - - {{ item.commodity_goods_info.sales_price }} - /{{ item.commodity_goods_info.goods_unit }} + + + {{ item.commodity_goods_info.goods_name }} - - - - - - {{ item.count }} - - - - + + {{ item.commodity_goods_info.goods_intro }} + + + + {{ item.commodity_goods_info.sales_price }} + /{{ item.commodity_goods_info.goods_unit }} + + + + + + + {{ item.count }} + + + + + @@ -76,7 +81,7 @@ - + - - - - - - - + + + {{ carItem.supplier_name }} - - - - - - - - - - {{ item.commodity_goods_info.goods_name }} + + + + + + + + + + + + + - - {{ item.commodity_goods_info.goods_intro }} - - - - {{ item.commodity_goods_info.sales_price }} - /{{ item.commodity_goods_info.goods_unit }} + + + {{ item.commodity_goods_info.goods_name }} - - - - - - {{ item.count }} - - - - + + {{ item.commodity_goods_info.goods_intro }} + + + + {{ item.commodity_goods_info.sales_price }} + /{{ item.commodity_goods_info.goods_unit }} + + + + + + + {{ item.count }} + + + + + @@ -138,11 +148,11 @@ - - + + @@ -175,281 +185,363 @@ \ No newline at end of file