From baafe994ce3b54923934ef5f517165c0df2984d8 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期六, 13 十二月 2025 17:31:35 +0800
Subject: [PATCH] 1、外仓配色
---
H5/WCSM.aspx | 72 ++++++++++++++++++------------------
1 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/H5/WCSM.aspx b/H5/WCSM.aspx
index cb2c9d9..e5ab2b7 100644
--- a/H5/WCSM.aspx
+++ b/H5/WCSM.aspx
@@ -6,9 +6,9 @@
Inherits="H5_WCSM" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style>
- /* 鍏ㄥ眬鏍峰紡 */
+ /* 鍏ㄥ眬鏍峰紡 - 娣¤摑鑹叉笎鍙樿儗鏅� */
#app {
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
+ background: linear-gradient(135deg, #e8f4f8 0%, #f0f8fb 100%);
min-height: 100vh;
padding: 0;
margin: 0;
@@ -20,20 +20,20 @@
margin: 4px 16px 4px;
border-radius: 16px;
background-color: #fff;
- box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
+ box-shadow: 0 8px 32px rgba(200, 220, 230, 0.15);
overflow: hidden;
transition: all 0.3s ease;
}
.card-container:hover {
- box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
+ box-shadow: 0 12px 48px rgba(200, 220, 230, 0.2);
transform: translateY(-2px);
}
- /* 鍗$墖澶撮儴鍜屾爣棰樻牱寮� */
+ /* 鍗$墖澶撮儴鍜屾爣棰樻牱寮� - 娣¤摑鑹叉笎鍙� */
.card-header {
padding: 16px 20px;
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
+ background: linear-gradient(135deg, #87ceeb 0%, #4fc3f7 100%);
color: #fff;
}
@@ -68,10 +68,10 @@
overflow: hidden;
}
- /* 瀵艰埅鏍忔牱寮忎紭鍖� */
+ /* 瀵艰埅鏍忔牱寮忎紭鍖� - 娣¤摑鑹茬郴 */
.van-nav-bar {
- background: linear-gradient(135deg, #5568d3 0%, #6b46c1 100%);
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
+ background: linear-gradient(135deg, #7bc6ec 0%, #42a5f5 100%);
+ box-shadow: 0 2px 8px rgba(200, 220, 230, 0.15);
}
.van-nav-bar__title {
@@ -83,7 +83,7 @@
/* 琛ㄥ崟瀛楁鏍峰紡 */
.van-field {
padding: 8px 10px;
- border-bottom: 1px solid #ebedf0;
+ border-bottom: 1px solid #e3f2fd;
transition: background-color 0.2s ease;
}
@@ -91,10 +91,10 @@
border-bottom: none;
}
- /* 杈撳叆妗嗚仛鐒︽牱寮� */
+ /* 杈撳叆妗嗚仛鐒︽牱寮� - 娣¤摑鑹茶竟妗� */
.van-field--focused {
- background-color: #fafafa;
- border-left: 3px solid #0283EF;
+ background-color: #f8fbfe;
+ border-left: 3px solid #2196f3;
}
/* 杈撳叆妗嗘牱寮� */
@@ -111,9 +111,9 @@
font-weight: 500;
}
- /* 鍙瀛楁鏍峰紡 */
+ /* 鍙瀛楁鏍峰紡 - 娣¤摑鑹茶儗鏅� */
.van-field--disabled {
- background-color: #fafafa;
+ background-color: #f5fafe;
}
.van-field--disabled .van-cell__title,
@@ -123,7 +123,7 @@
}
.van-field--disabled .van-cell__value {
- background-color: #e8ebed;
+ background-color: #e1f5fe;
border-radius: 6px;
padding: 6px 10px;
}
@@ -133,15 +133,15 @@
margin: 8px 16px;
background-color: #fff;
border-radius: 16px;
- box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
+ box-shadow: 0 8px 32px rgba(200, 220, 230, 0.15);
overflow: hidden;
}
- /* 鏍囩椤靛ご閮ㄦ牱寮� */
+ /* 鏍囩椤靛ご閮ㄦ牱寮� - 娣¤摑鑹茶儗鏅� */
.van-tabs__nav {
- border-bottom: 2px solid #f0f2f5;
+ border-bottom: 2px solid #e3f2fd;
padding: 0 16px;
- background: #fafbfc;
+ background: #f5fafe;
}
/* 鏍囩鏍峰紡 */
@@ -153,15 +153,15 @@
font-weight: 500;
}
- /* 婵�娲绘爣绛炬牱寮� */
+ /* 婵�娲绘爣绛炬牱寮� - 娣¤摑鑹叉枃瀛� */
.van-tab--active {
font-weight: 700;
- color: #667eea;
+ color: #2196f3;
}
- /* 婵�娲绘爣绛句笅鍒掔嚎鏍峰紡 */
+ /* 婵�娲绘爣绛句笅鍒掔嚎鏍峰紡 - 娣¤摑鑹叉笎鍙� */
.van-tabs__line {
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
+ background: linear-gradient(135deg, #87ceeb 0%, #2196f3 100%);
height: 3px;
bottom: 0;
transform: translateY(0);
@@ -174,7 +174,7 @@
.van-row {
padding: 10px 12px;
- border-bottom: 1px solid #ebedf0;
+ border-bottom: 1px solid #e3f2fd;
transition: all 0.3s ease;
}
@@ -182,22 +182,22 @@
border-bottom: none;
}
- /* 琛ㄦ牸琛屾偓鍋滄牱寮� */
+ /* 琛ㄦ牸琛屾偓鍋滄牱寮� - 娣¤摑鑹茶儗鏅� */
.van-row:hover {
- background-color: #f0f4ff;
+ background-color: #e3f2fd;
transform: translateX(4px);
}
- /* 琛ㄦ牸澶撮儴鏍峰紡 */
+ /* 琛ㄦ牸澶撮儴鏍峰紡 - 娣¤摑鑹叉笎鍙� */
.van-row:nth-child(1) {
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
+ background: linear-gradient(135deg, #87ceeb 0%, #42a5f5 100%);
font-weight: 700;
color: #fff;
}
- /* 浜ゆ浛琛屾牱寮� */
+ /* 浜ゆ浛琛屾牱寮� - 娣¤摑鑹叉祬鑳屾櫙 */
.van-row:nth-child(even) {
- background-color: #fafbfc;
+ background-color: #f8fbfe;
}
/* 鍗曞厓鏍兼牱寮� */
@@ -281,10 +281,10 @@
}
.van-field__control:focus {
- box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
+ box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
}
- /* 鎸夐挳鏍峰紡浼樺寲 */
+ /* 鎸夐挳鏍峰紡浼樺寲 - 娣¤摑鑹叉笎鍙� */
.van-button {
border-radius: 8px;
font-weight: 500;
@@ -292,13 +292,13 @@
}
.van-button--primary {
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
+ background: linear-gradient(135deg, #87ceeb 0%, #2196f3 100%);
border: none;
}
.van-button--primary:hover {
transform: translateY(-2px);
- box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
+ box-shadow: 0 8px 24px rgba(33, 150, 243, 0.2);
}
/* 鍔犺浇缁勪欢鏍峰紡 */
@@ -510,4 +510,4 @@
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" runat="server">
<script src="Js/WCSM.js?=20251118"></script>
-</asp:Content>
+</asp:Content>
\ No newline at end of file
--
Gitblit v1.9.3