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 | 50 ++++++++++++++++++++++++++++++++++++++++----------
1 files changed, 40 insertions(+), 10 deletions(-)
diff --git a/common/self.scss b/common/self.scss
index 2f1ba42..dece188 100644
--- a/common/self.scss
+++ b/common/self.scss
@@ -1,5 +1,5 @@
/* $self-gray: #9a9da2; */
-:root {
+:root,page {
--selfgray: #9a9da2;
--self_light_gray: #dce3e9;
--title_font_size: 60rpx;
@@ -13,15 +13,24 @@
--topicgray: #999999;
--topicdarkgray: #936E32;
}
+$u-main-color: #20613D;
+$main-color: #20613D;
+$u-primary: #20613D;
body{
--tcolor: #3140A2;
font-family: PingFangSC-Regular, PingFang SC;
}
.topic-font{
- color: var(--topicolor);
+ color: var(--topicolor) !important;
+}
+.flex-wrap-normal{
+ flex-wrap: nowrap !important;
}
.topic-gray{
color: var(--topicgray);
+}
+.relative{
+ position: relative;
}
.t-red{
color: #CE3C39 !important;
@@ -522,7 +531,7 @@
.button-green-1{
height: 80rpx;
- background: #04BA97;
+ background: var(--topicolor);
border-radius: 44rpx;
line-height: 80rpx;
text-align: center;
@@ -531,7 +540,7 @@
}
.button-green-border{
height: 80rpx;
- border: 1px solid #04BA97;
+ border: 1px solid var(--topicolor);
border-radius: 44rpx;
line-height: 80rpx;
text-align: center;
@@ -640,6 +649,7 @@
bottom: 60rpx;
left: 40rpx;
right: 40rpx;
+ z-index: 1;
}
.close-parent{
@@ -662,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;
@@ -676,7 +687,7 @@
.button-green{
width: 302rpx;
height: 80rpx;
- background: #04BA97;
+ background: var(--topicolor);
border-radius: 62rpx;
font-size: 32rpx;
@@ -727,6 +738,7 @@
line-height:36rpx;
padding-top:30rpx;
padding-bottom:30rpx;
+ position: relative;
.require::before{
content:'*';
color:red;
@@ -876,6 +888,9 @@
line-height: 96rpx;
}
}
+.text-left{
+ text-align: left;
+}
.img100{
background-size: 100% 100%;
}
@@ -942,6 +957,21 @@
}
-.before-line::before{
- border-top: 2rpx solid #EEEEEE;
+
+.img100{
+ background-size: 100% 100%;
}
+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