From c3319db3d83f2d4fa7fdf06e3792496ce77d90aa Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 09 九月 2024 02:24:16 +0800 Subject: [PATCH] update 提及的修复问题和会员信息相关的 --- common/global.scss | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/common/global.scss b/common/global.scss index 2cddd3b..e7e7a07 100644 --- a/common/global.scss +++ b/common/global.scss @@ -54,6 +54,23 @@ color: #696969; } } +.component-price-old{ + text-decoration: line-through; +} +.component-price-new{ + position: relative; + .tip{ + font-size: 22rpx; + display: inline-block; + margin-left: 10rpx; + } + + .component-price-old{ + position: absolute; + left: 0rpx; + top: 40rpx; + } +} .component-line-vert{ width: 2rpx; background-color: #EEEEEE; -- Gitblit v1.9.3