From 2e37cb81588e603538b922d8af8bcc476f728f50 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: Tue, 17 Jan 2023 16:14:12 +0800
Subject: [PATCH] =?UTF-8?q?style:=20:lipstick:=20=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E9=83=A8=E5=88=86=E9=A1=B5=E9=9D=A2UI?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/mine/distribution/home.vue | 2 +-
pages/mine/point/myPoint.vue | 14 +++++++++++---
pages/order/fillorder.vue | 1 +
pages/tabbar/category/category.vue | 12 +++++-------
4 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/pages/mine/distribution/home.vue b/pages/mine/distribution/home.vue
index 7dda626..eac2051 100644
--- a/pages/mine/distribution/home.vue
+++ b/pages/mine/distribution/home.vue
@@ -98,7 +98,7 @@ export default {
.nav-list {
color: #fff;
padding: 40rpx 0;
- background: $aider-light-color;
+ background: linear-gradient(91deg, $light-color 1%, $aider-light-color 99%);
}
.total {
padding: 10rpx 0;
diff --git a/pages/mine/point/myPoint.vue b/pages/mine/point/myPoint.vue
index 4753686..4c13a3a 100644
--- a/pages/mine/point/myPoint.vue
+++ b/pages/mine/point/myPoint.vue
@@ -25,7 +25,7 @@
{{ item.content }}
{{ item.createTime}}
- {{item.pointType == "INCREASE" ? '+' : '-'}}{{ item.variablePoint }}
+ {{item.pointType == "INCREASE" ? '+' : '-'}}{{ item.variablePoint }}
@@ -109,6 +109,14 @@ export default {
font-size: 32rpx;
font-weight: bold;
}
+.plus{
+ color: $light-color;
+ font-weight: bold;
+}
+.reduce{
+ color: $weChat-color;
+ font-weight: bold;
+}
.point-item {
width: 100%;
@@ -150,7 +158,7 @@ export default {
border-right: 1px solid $border-color-light;
}
.pcolor {
- color: #4ebb9d;
+ color: $light-color;
}
}
@@ -168,7 +176,7 @@ export default {
.portrait-box {
background-color: $main-color;
height: 250rpx;
- background: linear-gradient(134deg, #28d094 2%, #1abc9c 98%);
+ background: linear-gradient(91deg, $light-color 1%, $aider-light-color 99%);
border-radius: 20rpx 20rpx 0 0;
margin: 20rpx 20rpx 0;
position: relative;
diff --git a/pages/order/fillorder.vue b/pages/order/fillorder.vue
index b0567b8..d3b31ac 100644
--- a/pages/order/fillorder.vue
+++ b/pages/order/fillorder.vue
@@ -701,6 +701,7 @@ page {
}
.main-color {
+ color: $main-color;
font-weight: bold;
}
diff --git a/pages/tabbar/category/category.vue b/pages/tabbar/category/category.vue
index 4c7feeb..bad5bd8 100644
--- a/pages/tabbar/category/category.vue
+++ b/pages/tabbar/category/category.vue
@@ -1,7 +1,7 @@
- 商品分类
+ 商品分类
@@ -125,13 +125,11 @@ uni-scroll-view .uni-scroll-view::-webkit-scrollbar {
}
.title {
display: block;
- width: 200rpx;
+ width: 259rpx;
text-align: center;
- font-size: 34rpx;
- letter-spacing: 2rpx;
- // #ifdef MP-WEIXIN
- margin-left: 26rpx;
- // #endif
+ font-size: 28rpx;
+
+
}
.category-wrap {
height: 100%;