From 48dd8be3d25e5b6d8bfa57ad757569f470f5ff74 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 12 七月 2024 15:49:25 +0800
Subject: [PATCH] update组件
---
common/self.scss | 41 ++++++++++++++++++++++++++++++++++-------
1 files changed, 34 insertions(+), 7 deletions(-)
diff --git a/common/self.scss b/common/self.scss
index 6943eaa..8cf4eea 100644
--- a/common/self.scss
+++ b/common/self.scss
@@ -24,7 +24,7 @@
color: var(--topicolor) !important;
}
.flex-wrap-normal{
- flex-wrap: nowrap;
+ flex-wrap: nowrap !important;
}
.topic-gray{
color: var(--topicgray);
@@ -177,7 +177,13 @@
.m-l-40 {
margin-left: 80rpx;
}
-
+.m-l-5{
+ margin-left: 10rpx;
+}
+.m-l-12{
+ margin-left: 24rpx;
+
+}
.m-r-a {
margin-right: auto;
}
@@ -195,7 +201,9 @@
margin-right: 4rpx;
}
-
+.m-r-5{
+ margin-right: 10rpx;
+}
.m-r-10 {
margin-right: 20rpx;
@@ -481,7 +489,10 @@
.el-icon-arrow-down {
font-size: 12px;
}
-
+.icon-arrow-down {
+ width: 24rpx;
+ height: 24rpx;
+}
.app-tips {}
.app-tips .app-tip {
@@ -672,10 +683,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 +749,7 @@
line-height:36rpx;
padding-top:30rpx;
padding-bottom:30rpx;
+ position: relative;
.require::before{
content:'*';
color:red;
@@ -886,6 +899,9 @@
line-height: 96rpx;
}
}
+.text-left{
+ text-align: left;
+}
.img100{
background-size: 100% 100%;
}
@@ -958,4 +974,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