From 449a6c2c356803697ff20c03c3fc988a2826e654 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期三, 26 六月 2024 13:49:13 +0800
Subject: [PATCH] 1
---
common/self.scss | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/common/self.scss b/common/self.scss
index 2baf157..6c3992a 100644
--- a/common/self.scss
+++ b/common/self.scss
@@ -522,7 +522,7 @@
.button-green-1{
height: 80rpx;
- background: #04BA97;
+ background: var(--topicolor);
border-radius: 44rpx;
line-height: 80rpx;
text-align: center;
@@ -531,7 +531,7 @@
}
.button-green-border{
height: 80rpx;
- border: 1px solid #04BA97;
+ border: 1px solid var(--topicolor);
border-radius: 44rpx;
line-height: 80rpx;
text-align: center;
@@ -561,7 +561,6 @@
background-size: 100% 100%;
width: 136rpx;
height: 136rpx;
- background-image: url('@/static/app/imgs/app-add.png');
}
// #endif
.flex-w100{
@@ -641,6 +640,7 @@
bottom: 60rpx;
left: 40rpx;
right: 40rpx;
+ z-index: 1;
}
.close-parent{
@@ -677,7 +677,7 @@
.button-green{
width: 302rpx;
height: 80rpx;
- background: #04BA97;
+ background: var(--topicolor);
border-radius: 62rpx;
font-size: 32rpx;
@@ -943,3 +943,10 @@
}
+
+.img100{
+ background-size: 100% 100%;
+}
+uni-image>img{
+ opacity: 1 !important;
+}
\ No newline at end of file
--
Gitblit v1.9.3