From de76f9f6d15f4e0688b961452d180b94d4cdded3 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 25 十月 2024 09:37:03 +0800
Subject: [PATCH] 优化样式

---
 h5/pages/index_2/index.vue |    5 +++--
 h5/static/ic_img@2x.png    |    0 
 h5/pages/login/login.vue   |   10 +++++-----
 h5/static/ic_copy@2x.png   |    0 
 h5/static/ic_delete@2x.png |    0 
 5 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/h5/pages/index_2/index.vue b/h5/pages/index_2/index.vue
index be33da1..f7654d4 100644
--- a/h5/pages/index_2/index.vue
+++ b/h5/pages/index_2/index.vue
@@ -727,6 +727,7 @@
 				this.pkcontent = false
 				this.status = 1
 				this.shopPageDataSou = this.shopPageData.filter(item1 => {
+					console.log(item1.attrFirstIds, this.attributeOne.id)
 					if (
 					(this.attributeOne.id ? item1.attrFirstIds.indexOf(String(this.attributeOne.id)) !== -1 : true) &&
 					(this.attributeTwo.id ? item1.attrFirstIds.indexOf(String(this.attributeTwo.id)) !== -1 : true) &&
@@ -1149,10 +1150,10 @@
 								opacity: 0;
 								transform: translate(0%, 0%);
 								z-index: -1;
-								height: 56px;
+								height: 45px;
 								display: flex;
 								align-items: center;
-								background: rgba(0,224,255,0.3);
+								background: #ffffff;
 								border-radius: 8px;
 								image {
 									width: 32px;
diff --git a/h5/pages/login/login.vue b/h5/pages/login/login.vue
index 5a5149b..2eb63c9 100644
--- a/h5/pages/login/login.vue
+++ b/h5/pages/login/login.vue
@@ -65,7 +65,7 @@
 		display: flex;
 		justify-content: center;
 		align-items: center;
-		background-image: url('@/static/bg.jpg');
+		background-image: url('@/static/mb.png');
 		background-repeat: no-repeat;
 		background-size: 100% 100%;
 		.box_login {
@@ -77,7 +77,7 @@
 			flex-direction: column;
 			justify-content: space-between;
 			box-sizing: border-box;
-			background: linear-gradient(180deg, #518198 0%, #033B58 100%);
+			background: #0d1e41;
 			box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.19);
 			border-radius: 8px;
 			.box_login_head {
@@ -89,13 +89,13 @@
 			.box_login_item {
 				width: 100%;
 				height: 72px;
-				background: rgba(0,224,255,0.18);
+				background: rgba(137,159,197,.16);
 				border-radius: 8px;
 				padding: 0 24px;
 				display: flex;
 				align-items: center;
 				box-sizing: border-box;
-				border: 2px solid #3C8BAD;
+				border: 1px solid rgba(137,159,197,.6);
 				margin-top: 30px;
 				.box_login_item_icon {
 					flex-shrink: 0;
@@ -137,7 +137,7 @@
 				height: 72px;
 				line-height: 72px;
 				text-align: center;
-				background: rgba(0,224,255,0.7) linear-gradient(180deg, rgba(255,255,255,0.35) 0%, rgba(0,0,0,0.21) 100%);
+				background: #899fc5 linear-gradient(180deg,hsla(0,0%,100%,.35),rgba(0,0,0,.21));
 				border-radius: 8px;
 				margin-top: 30px;
 				font-size: 28px;
diff --git a/h5/static/ic_copy@2x.png b/h5/static/ic_copy@2x.png
index d0d88dc..d5e7824 100644
--- a/h5/static/ic_copy@2x.png
+++ b/h5/static/ic_copy@2x.png
Binary files differ
diff --git a/h5/static/ic_delete@2x.png b/h5/static/ic_delete@2x.png
index e850687..9fc30c6 100644
--- a/h5/static/ic_delete@2x.png
+++ b/h5/static/ic_delete@2x.png
Binary files differ
diff --git a/h5/static/ic_img@2x.png b/h5/static/ic_img@2x.png
index 316b93f..d247b31 100644
--- a/h5/static/ic_img@2x.png
+++ b/h5/static/ic_img@2x.png
Binary files differ

--
Gitblit v1.9.3