From 47b58c290a65c78eace72577773b9ed90457c8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Mon, 15 Nov 2021 16:19:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/m-buy/goods.vue | 128 ++++--- pages/cart/payment/popup/goods.vue | 436 ------------------------ pages/cart/payment/popup/popup.js | 8 - pages/cart/payment/popup/popup.scss | 37 -- pages/product/goods.vue | 2 +- pages/product/product/popup/address.vue | 4 +- pages/product/product/popup/goods.vue | 429 ----------------------- pages/product/product/popup/popup.scss | 37 -- pages/promotion/bargain/detail.vue | 5 + 9 files changed, 93 insertions(+), 993 deletions(-) delete mode 100644 pages/cart/payment/popup/goods.vue delete mode 100644 pages/cart/payment/popup/popup.js delete mode 100644 pages/cart/payment/popup/popup.scss delete mode 100644 pages/product/product/popup/goods.vue delete mode 100644 pages/product/product/popup/popup.scss 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;