From 78d2c1a2f7d57500b70e86d6138f2a5e62d0f0fd Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期三, 26 六月 2024 20:19:26 +0800
Subject: [PATCH] 1
---
common/self.scss | 18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/common/self.scss b/common/self.scss
index 2f1ba42..37008e5 100644
--- a/common/self.scss
+++ b/common/self.scss
@@ -13,6 +13,9 @@
--topicgray: #999999;
--topicdarkgray: #936E32;
}
+$u-main-color: #20613D;
+$main-color: #20613D;
+$u-primary: #20613D;
body{
--tcolor: #3140A2;
font-family: PingFangSC-Regular, PingFang SC;
@@ -522,7 +525,7 @@
.button-green-1{
height: 80rpx;
- background: #04BA97;
+ background: var(--topicolor);
border-radius: 44rpx;
line-height: 80rpx;
text-align: center;
@@ -531,7 +534,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 +643,7 @@
bottom: 60rpx;
left: 40rpx;
right: 40rpx;
+ z-index: 1;
}
.close-parent{
@@ -676,7 +680,7 @@
.button-green{
width: 302rpx;
height: 80rpx;
- background: #04BA97;
+ background: var(--topicolor);
border-radius: 62rpx;
font-size: 32rpx;
@@ -942,6 +946,10 @@
}
-.before-line::before{
- border-top: 2rpx solid #EEEEEE;
+
+.img100{
+ background-size: 100% 100%;
}
+uni-image>img{
+ opacity: 1 !important;
+}
\ No newline at end of file
--
Gitblit v1.9.3