From b6d1a3fab0ff271b1171efd3ae6db42b9c69ccbc Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Sat, 18 Sep 2021 11:27:50 +0800 Subject: [PATCH] no message --- pages/goods/index/index.wxss | 35 ----------------------------- pages/goods/product-item/index.wxss | 8 ------- 2 files changed, 43 deletions(-) diff --git a/pages/goods/index/index.wxss b/pages/goods/index/index.wxss index e9adb9b..5280fcb 100644 --- a/pages/goods/index/index.wxss +++ b/pages/goods/index/index.wxss @@ -36,29 +36,6 @@ -webkit-box-orient: vertical; } -.page-summary { - margin-top: 8rpx; - font-size: 28rpx; - font-family: PingFang-SC-Regular, PingFang-SC; - font-weight: 400; - color: rgba(51, 51, 51, 1); - display: -webkit-box; - overflow: hidden; - text-overflow: ellipsis; - word-wrap: break-word; - white-space: normal !important; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; -} - -.page-btn { - height: 27px; - background: rgba(255, 66, 43, 1); - box-shadow: 0px 4px 14px -6px rgba(255, 43, 45, 0.8); - color: white; - font-size: 24rpx; -} - .page-price { line-height: 30rpx; font-size: 32rpx; @@ -67,14 +44,6 @@ color: rgba(255, 66, 43, 1); } -.page-stock { - font-size: 20rpx; - line-height: 20rpx; - font-family: PingFang-SC-Regular, PingFang-SC; - font-weight: 400; - color: rgba(153, 153, 153, 1); -} - .image-load { width: 100px; height: 100px; @@ -82,7 +51,3 @@ align-items: center; justify-content: center; } - -.shadow { - box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, 0.1) -} diff --git a/pages/goods/product-item/index.wxss b/pages/goods/product-item/index.wxss index 518d701..31aaec1 100644 --- a/pages/goods/product-item/index.wxss +++ b/pages/goods/product-item/index.wxss @@ -41,14 +41,6 @@ color: rgba(255, 66, 43, 1); } -.page-stock { - font-size: 20rpx; - line-height: 20rpx; - font-family: PingFang-SC-Regular, PingFang-SC; - font-weight: 400; - color: rgba(153, 153, 153, 1); -} - .image-load { width: 100px; height: 100px;