From 216d096408b470a8ab7c81f2ff83e02c2ef73fdc Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Wed, 31 Jul 2024 23:43:27 +0800 Subject: [PATCH] uu --- common/custom.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/common/custom.scss b/common/custom.scss index 3d15e04..8014d71 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -57,6 +57,22 @@ display: none; } } +.lbRequiredDot{ + position: relative; + &::after{ + height: 26rpx; + line-height: 26rpx; + display: block; + content: '*'; + position: absolute; + color: red; + top: 50%; + margin-top: -10rpx; + left: -16rpx; + font-size: 30rpx; + font-weight: bold; + } +} .smp-tag{ margin: 0 20rpx 20rpx 0; display: inline-block; }