diff --git a/components/m-buy/goods.vue b/components/m-buy/goods.vue index a809743..cbe310b 100644 --- a/components/m-buy/goods.vue +++ b/components/m-buy/goods.vue @@ -1,7 +1,7 @@ - diff --git a/pages/product/product/popup/popup.scss b/pages/product/product/popup/popup.scss deleted file mode 100644 index d571c30..0000000 --- a/pages/product/product/popup/popup.scss +++ /dev/null @@ -1,37 +0,0 @@ -.view-class-title { - font-size: 26rpx; - color: #262626; - - font-weight: 700; - height: 80rpx; - line-height: 80rpx; -} -.confirmBtn { - width: 90%; -} -.confirmBtn, -.box-btn { - line-height: 80rpx; - height: 80rpx; - - background: $price-color; - color: #fff; - border-radius: 200px; - text-align: center; - margin: 5rpx auto; -} - -.btns { - display: flex; - width: 100%; - - margin: 0 auto; -} -.goods-price-bigshow { - font-size: 48rpx; - font-weight: bold; -} -.box-btn { - flex: 1; - margin: 0 10rpx; -} diff --git a/pages/promotion/bargain/detail.vue b/pages/promotion/bargain/detail.vue index 697e97a..39bc09d 100644 --- a/pages/promotion/bargain/detail.vue +++ b/pages/promotion/bargain/detail.vue @@ -496,6 +496,11 @@ page { > .user-name { > div:nth-of-type(1) { font-size: 28rpx; + max-width: 300rpx; + overflow: hidden; + word-wrap: normal; + white-space: nowrap; + text-overflow: ellipsis; } > div:nth-last-of-type(1) { font-size: 24rpx;