From d256fd3559a5d78efee56f7d09f9d1a00e33a621 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=BE=88=E5=B7=AE=E5=95=A6?=
<17633066053@163.com>
Date: Fri, 17 Feb 2023 18:12:22 +0800
Subject: [PATCH] =?UTF-8?q?style:=20:lipstick:=20=E4=BF=AE=E6=94=B9im?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/verification/verification.vue | 2 +-
pages/mine/im/index-app.scss | 8 ++---
pages/mine/im/index.vue | 40 ++++++++++++++----------
3 files changed, 28 insertions(+), 22 deletions(-)
diff --git a/components/verification/verification.vue b/components/verification/verification.vue
index f015c47..f10ac9e 100644
--- a/components/verification/verification.vue
+++ b/components/verification/verification.vue
@@ -96,7 +96,7 @@
name="close"
>
- 刷新拼图
+ 刷新拼图
Lili-FRAMEWORK
diff --git a/pages/mine/im/index-app.scss b/pages/mine/im/index-app.scss
index 0b668ae..10c4d8b 100644
--- a/pages/mine/im/index-app.scss
+++ b/pages/mine/im/index-app.scss
@@ -5088,7 +5088,7 @@ scroll-view.cu-steps .cu-item {
}
.bg-user-orang {
- background-color: #FFFFCC;
+ background-color:rgba($main-color,0.1);
color: black;
}
@@ -5112,8 +5112,8 @@ scroll-view.cu-steps .cu-item {
color: #ffffff;
}
-.bg-cyan {
- background-color: #1cbbb4;
+.bg-main-color {
+ background-color: $main-color;
color: #ffffff;
}
@@ -5197,7 +5197,7 @@ scroll-view.cu-steps .cu-item {
background-color: #d7f0dbff;
}
-.bg-cyan.light {
+.bg-main-color.light {
color: #1cbbb4;
background-color: #d2f1f0;
}
diff --git a/pages/mine/im/index.vue b/pages/mine/im/index.vue
index 2382077..76cf3f8 100644
--- a/pages/mine/im/index.vue
+++ b/pages/mine/im/index.vue
@@ -35,10 +35,9 @@
JSON.parse(item.text)['goodsName']
}}
- ¥{{
+ ¥{{
JSON.parse(item.text)['price'] | unitPrice
- }}
+ }}
@@ -92,10 +91,9 @@
JSON.parse(item.text)['goodsName']
}}
- ¥{{
+ ¥{{
JSON.parse(item.text)['price']
- }}
+ }}
@@ -129,7 +127,7 @@
+ :style="{ position:'fixed' , bottom: '66px' , width: '100%' }">
@@ -141,9 +139,9 @@
goodListData.goodsName
}}
- ¥{{
+ ¥{{
goodListData.price | unitPrice
- }}
+ }}
X
@@ -177,8 +175,8 @@
-
+ confirm-type="send" placeholder-class="my-neirong-sm" placeholder="用一句简短的话描述您的问题" />
+
发送
@@ -682,6 +680,9 @@ export default {