From a72add8a584fc017da11b6f6e05a749ad7f2f4f7 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 08 七月 2024 17:35:34 +0800
Subject: [PATCH] 1
---
common/self.scss | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/common/self.scss b/common/self.scss
index 587608d..dece188 100644
--- a/common/self.scss
+++ b/common/self.scss
@@ -672,10 +672,11 @@
.uni-noticebar{
border-radius: 10rpx;
- height: 68rpx;
+ height: 82rpx;
.self-uni-notice-bar-icon-left{
- width: 58rpx;
- height: 52rpx;
+ width: 38rpx;
+ height: 38rpx;
+ margin-right: 16rpx;
}
.self-uni-notice-bar-icon{
width: 16rpx;
@@ -737,6 +738,7 @@
line-height:36rpx;
padding-top:30rpx;
padding-bottom:30rpx;
+ position: relative;
.require::before{
content:'*';
color:red;
@@ -886,6 +888,9 @@
line-height: 96rpx;
}
}
+.text-left{
+ text-align: left;
+}
.img100{
background-size: 100% 100%;
}
@@ -958,4 +963,15 @@
}
uni-image>img{
opacity: 1 !important;
+}
+.component-radio{
+ width: 26rpx;
+ height: 26rpx;
+ min-width: 26rpx;
+ min-height: 26rpx;
+ border-radius: 50%;
+ border: 2rpx solid #20613D;
+ &.cur{
+ background-color:#20613D;
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3