diff --git a/pages/order_addcart/order_addcart.vue b/pages/order_addcart/order_addcart.vue index 1f9487d..8fc058c 100644 --- a/pages/order_addcart/order_addcart.vue +++ b/pages/order_addcart/order_addcart.vue @@ -20,11 +20,6 @@ - - 购物数量:{{cartTotalCount}} - {{item.mer_name}} - + + + + {{ii}} + + + + + 最多{{goods.product.once_max_count}}件 - ¥{{goods.productAttr.price}} @@ -231,7 +235,9 @@ import { toLogin } from '@/libs/login.js'; -import { Toast } from '../../libs/uniApi'; + import { + Toast + } from '../../libs/uniApi'; const app = getApp(); export default { props: { @@ -1234,6 +1240,51 @@ import { Toast } from '../../libs/uniApi'; color: #282828; } + .tag { + margin: 10rpx 0; + display: flex; + flex-wrap: wrap; + + .tag-item { + padding: 2rpx 6rpx; + border-radius: 6rpx; + border: 1rpx solid #40AE36; + font-size: 18rpx; + margin-right: 7rpx; + color: #40AE36; + } + } + + .shop-detail { + display: flex; + align-items: center; + width: 100%; + font-size: 22rpx; + line-height: 28rpx; + color: #999999; + display: -webkit-box; + -webkit-box-orient: vertical; + overflow: hidden; + text-overflow: ellipsis; + -webkit-line-clamp: 3; + white-space: pre-wrap; + margin-top: 4rpx; + + .brand { + &::after { + content: ""; + display: inline-block; + width: 0rpx; + height: 12rpx; + margin: 0 8rpx; + border: 1rpx solid #A1A1A1; + border-radius: 1rpx; + background-color: #A1A1A1; + opacity: .5; + } + } + } + .shoppingCart .list .item .picTxt .buy_limit { margin-top: 10rpx; color: #E93323; diff --git a/pages/store/home/index.vue b/pages/store/home/index.vue index f2e3553..98fa23f 100644 --- a/pages/store/home/index.vue +++ b/pages/store/home/index.vue @@ -1794,7 +1794,6 @@ display: flex; align-items: center; width: 100%; - // margin-bottom: 28rpx; font-size: 22rpx; line-height: 28rpx; color: #999999;