From ece4cc99e092a70d3a3e4b3e0937199efbed1f75 Mon Sep 17 00:00:00 2001 From: lym <16170814@qq.com> Date: Tue, 10 Mar 2026 18:50:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=A2=9C=E8=89=B2=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.wxss | 2 +- custom-tab-bar/index.js | 2 +- pages/business/index.js | 2 +- pages/business/index.wxss | 16 +++++----- pages/index/index.js | 4 +-- pages/index/index.wxss | 64 +++++++++++++++++++-------------------- pages/my/index.js | 2 +- pages/my/index.wxss | 8 ++--- pages/news/index.wxss | 6 ++-- pages/shop/index.wxss | 16 +++++----- 10 files changed, 61 insertions(+), 61 deletions(-) diff --git a/app.wxss b/app.wxss index 4baca0b..e2c64c5 100644 --- a/app.wxss +++ b/app.wxss @@ -7,5 +7,5 @@ } page { - background-color: #FFFFFF; + background-color: #F2f2f2; } diff --git a/custom-tab-bar/index.js b/custom-tab-bar/index.js index 6a3d739..2c5278e 100644 --- a/custom-tab-bar/index.js +++ b/custom-tab-bar/index.js @@ -2,7 +2,7 @@ Component({ data: { selected: 0, color: "#6e6d6b", - selectedColor: "#1E88E5", + selectedColor: "#6BA3F0", "list": [] }, attached() { diff --git a/pages/business/index.js b/pages/business/index.js index d34c10c..f7267c6 100644 --- a/pages/business/index.js +++ b/pages/business/index.js @@ -47,7 +47,7 @@ Page( { onLoad: function(options) { that = this wx.setBackgroundColor({ - backgroundColor: "#00B050", + backgroundColor: "#96C6F5", }) that.clearCache();//清本页缓存 that.getlist(0);//第一次加载数据 diff --git a/pages/business/index.wxss b/pages/business/index.wxss index 88d391b..c13972b 100644 --- a/pages/business/index.wxss +++ b/pages/business/index.wxss @@ -1,5 +1,5 @@ page{ - background: #ccc; + background: linear-gradient(to bottom, #E8F4FC, #F5FAFF); } .container { position: relative; @@ -8,31 +8,31 @@ page{ font-size: 14px; color: #000; padding: 0; - background: #ccc; + background: transparent; box-sizing: border-box; } -.container-header{ background-color: #1E88E5;} +.container-header{ background: linear-gradient(to bottom, #96C6F5, #B8DAF8);} .header{margin:0;width:100%; padding:0; padding-top: 0em; box-sizing: border-box;} .searchbox2{ display: flex; z-index: 100; flex-direction: row; margin:0; margin-top:0.3em; width:70%; height:2.8em; padding:0; box-sizing: border-box;} .searchbox2 .logobox{margin-left:0.7em;margin-right:0.35em;margin-top:0; width: 6em;height:1.6em; box-sizing:border-box;} .searchbox2 .logobox image{width: 100%; height:100%;} .searchbox2 .inpubox{flex-grow: 1;padding-left: 0.8em; height:2.2em; box-sizing:border-box;border-radius:0.5em;} -.searchbox2 .inpubox input{ margin:0; padding-left: 0.2em; width: 100%; font-size:1em; height:2.2em; outline: none; text-indent:0;box-sizing:border-box;color:#000; border:1px solid #f1f1f1;border-radius:0.5em; background-color:#f5f5f5;} +.searchbox2 .inpubox input{ margin:0; padding-left: 0.2em; width: 100%; font-size:1em; height:2.2em; outline: none; text-indent:0;box-sizing:border-box;color:#000; border:1px solid #E0E0E0;border-radius:0.5em; background-color:#FFFFFF;} .searchbox2 .icobox{margin-left:-0.3em; width:2.2em;height:2.2em; font-size:1em; box-sizing:border-box;} .searchbox2 .icobox image{width: 1.5em; height:1.5em; margin-top: 0.4em; margin-left: 0.6em;} .searchbox2 .icobox0{width:2.2em;height:2.2em; font-size:1em; box-sizing:border-box;margin-left: 0.6em;} .searchbox2 .icobox0 image{width: 1.8em; height:1.8em; margin-top: 0.2em; margin-left: 0.4em;} -.searchbox{ display: flex; z-index: 100; flex-direction: row; margin:0;width:100%; padding:0.8em; padding-top: 0; box-sizing: border-box; } +.searchbox{ display: flex; z-index: 100; flex-direction: row; margin:0;width:100%; padding:0.8em; padding-top: 0.5em; box-sizing: border-box; } .searchbox .inpubox{flex-grow: 1;margin:0; height:2.2em; box-sizing:border-box;} -.searchbox .inpubox input{ margin:0; padding-left:2.3em; width: 100%; font-size:1em; height:2.2em; outline: none; text-indent:0;box-sizing:border-box;color:#fff;border:1px solid #1565C0;border-radius:0.5em 0 0 0.5em; background-color:#1565C0;} +.searchbox .inpubox input{ margin:0; padding-left:2.3em; width: 100%; font-size:1em; height:2.2em; outline: none; text-indent:0;box-sizing:border-box;color:#333;border:1px solid #E0E0E0;border-radius:0.5em 0 0 0.5em; background-color:#FFFFFF;} .searchbox .icobox{margin-right:-2.3em; width:2.2em;height:2.2em;box-sizing:border-box;z-index: 101;} .searchbox .icobox image{width: 1.5em; height:1.5em; margin-top: 0.4em; margin-left: 0.6em;} .searchbox .icobox0{margin:0; margin-left:0.5em; margin-top:0.2em; width:1.8em;height:1.8em; box-sizing:border-box;z-index: 101;border-radius:50%;} .searchbox .icobox0 image{width: 1.5em; height:1.5em; margin-top: 0.1em; margin-left: 0.1em;} -.searchbox .searchicobox{margin:0; margin-left:0em; width:3em;height:2.2em; line-height: 2.2em; box-sizing:border-box;z-index: 102;background:linear-gradient(to right,#1565C0,#1565C0); border:1px solid #1565C0; border-left:0; color:#fff; text-align: center; border-radius:0 0.5em 0.5em 0;} +.searchbox .searchicobox{margin:0; margin-left:0em; width:3em;height:2.2em; line-height: 2.2em; box-sizing:border-box;z-index: 102;background:linear-gradient(to right, #6BA3F0, #8BBDF5); border:1px solid #6BA3F0; border-left:0; color:#fff; text-align: center; border-radius:0 0.5em 0.5em 0;} .swiper{ width:100%; @@ -94,7 +94,7 @@ swiper-item image { width: 3em; height: 3em; padding:0; - background-color: #f5f5f5; + background-color: #fff; border-radius:0.4em; overflow: hidden; box-sizing: border-box; diff --git a/pages/index/index.js b/pages/index/index.js index ae53b75..6d4da26 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -1,4 +1,4 @@ -var WxParse = null; +var WxParse = null; //获取应用实例 var app = getApp() var sopenFrame = null @@ -148,7 +148,7 @@ Page({ }) } wx.setBackgroundColor({ - backgroundColor: "#00B050", + backgroundColor: "#96C6F5", }) if (options.tguid) { var tguid = options.tguid; diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 35a49cb..674adaa 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -1,5 +1,5 @@ page{ - background: #ccc; + background: linear-gradient(to bottom, #E8F4FC, #F5FAFF); } .container { position: relative; @@ -8,7 +8,7 @@ page{ color: #000; font-size:14px; } - .container-header{ background-color: #1E88E5;} + .container-header{ background: linear-gradient(to bottom, #96C6F5, #B8DAF8);} .header{margin:0;width:100%; padding:0; padding-top: 0em; box-sizing: border-box;} .searchbox2{ display: flex; z-index: 100; flex-direction: row; margin:0; margin-top:0.3em; width:70%; height:2.8em; padding:0; box-sizing: border-box;} .searchbox2 .logobox{margin-left:0.7em;margin-right:0.35em;margin-top:0; width: 6em;height:1.6em; box-sizing:border-box;} @@ -22,13 +22,13 @@ page{ .searchbox{ display: flex; z-index: 100; flex-direction: row; margin:0;width:100%; padding:0.8em; padding-top: 0; box-sizing: border-box; } .searchbox .inpubox{flex-grow: 1;margin:0; height:2.2em; box-sizing:border-box;} -.searchbox .inpubox input{ margin:0; padding-left:2.3em; width: 100%; font-size:1em; height:2.2em; outline: none; text-indent:0;box-sizing:border-box;color:#fff;border:1px solid #1565C0;border-radius:0.5em 0 0 0.5em; background-color:#1565C0;} +.searchbox .inpubox input{ margin:0; padding-left:2.3em; width: 100%; font-size:1em; height:2.2em; outline: none; text-indent:0;box-sizing:border-box;color:#333;border:1px solid #E0E0E0;border-radius:0.5em 0 0 0.5em; background-color:#FFFFFF;} .searchbox .icobox{margin-right:-2.3em; width:2.2em;height:2.2em;box-sizing:border-box;z-index: 101;} .searchbox .icobox image{width: 1.5em; height:1.5em; margin-top: 0.4em; margin-left: 0.6em;} .searchbox .icobox0{margin:0; margin-left:0.5em; margin-top:0.2em; width:1.8em;height:1.8em; box-sizing:border-box;z-index: 101;border-radius:50%;} .searchbox .icobox0 image{width: 1.5em; height:1.5em; margin-top: 0.1em; margin-left: 0.1em;} -.searchbox .searchicobox{margin:0; margin-left:0em; width:3em;height:2.2em; line-height: 2.2em; box-sizing:border-box;z-index: 102;background:linear-gradient(to right,#1565C0,#1565C0); border:1px solid #1565C0; border-left:0; color:#fff; text-align: center; border-radius:0 0.5em 0.5em 0;} +.searchbox .searchicobox{margin:0; margin-left:0em; width:3em;height:2.2em; line-height: 2.2em; box-sizing:border-box;z-index: 102;background:linear-gradient(to right, #6BA3F0, #8BBDF5); border:1px solid #6BA3F0; border-left:0; color:#fff; text-align: center; border-radius:0 0.5em 0.5em 0;} .menu{display: flex; flex-direction: row; width: 100%;box-sizing: border-box;} .scrollnav { height: 2.8em; @@ -131,11 +131,11 @@ page{ width:2.1em; } .nav-item.active{ - color:#1E88E5; - border-bottom:2px solid #1E88E5; + color:#6BA3F0; + border-bottom:2px solid #6BA3F0; } .tab-box{ - background: #FFFFFF; + background: greenyellow; padding-top: 80rpx; height: 100%; box-sizing: border-box; @@ -241,7 +241,7 @@ swiper-item image { width:0.5em; height: 1.5em; line-height: 1.5em; - background-color: #1E88E5; + background-color: #6BA3F0; border-radius:0.2em; } .mydata_box .mydata_title text{ @@ -266,13 +266,13 @@ swiper-item image { height: 3.5em; line-height: 3.5em; border-radius:0.5em; - background-color:#1565C0; + background: linear-gradient(to right, #6BA3F0, #8BBDF5); box-sizing: border-box; color:#fff; text-align: center; } .mydata_box .mydata_box_to .mydata_item.hover{ - background-color:#1E88E5; + background: linear-gradient(to right, #4A8BD8, #6BA3F0); } .mydata_box0{ display: flex; @@ -288,7 +288,7 @@ swiper-item image { flex-direction:column; width: 100%; border-radius:0.5em; - background-color:#1565C0; + background: linear-gradient(to bottom, #96C6F5, #B8DAF8); } .mydata_box0_bo view{ display: flex; @@ -350,7 +350,7 @@ swiper-item image { width:0.5em; height: 1.5em; line-height: 1.5em; - background-color: #1E88E5; + background: linear-gradient(to bottom, #FF6B35, #FF4E50); border-radius:0.2em; } @@ -358,7 +358,7 @@ swiper-item image { flex: 1; text-align: right; align-self: center; - color:#1E88E5 + color:#FF6B35 } .mydata_box2{ margin-top:0.5em; @@ -497,7 +497,7 @@ swiper-item image { flex-direction: row; align-items: center; border-radius:0.4em 0.4em 0 0; - background-color: #1565C0; + background: linear-gradient(to right, #6BA3F0, #8BBDF5); overflow: hidden; } .choice_menu view{ @@ -506,7 +506,7 @@ swiper-item image { color:#fff; } .choice_menu view.hover{ - background-color: #1E88E5; + background: linear-gradient(to right, #4A8BD8, #6BA3F0); } .choice_text{ width:100%; @@ -514,7 +514,7 @@ swiper-item image { display: flex; flex-direction: row; align-items: center; - background-color: #1565C0; + background: linear-gradient(to right, #6BA3F0, #8BBDF5); border-radius:0.5em; } .choice_text .line_flag{ @@ -524,7 +524,7 @@ swiper-item image { width:0.5em; height: 1.5em; line-height: 1.5em; - background-color: #1E88E5; + background: linear-gradient(to bottom, #FFB800, #FF6B35); border-radius:0.2em; } @@ -636,7 +636,7 @@ overflow: hidden; text-align: center; padding: 0.2em 0em; box-sizing: border-box; - background: linear-gradient(to right,#1E88E5,#42A5F5); + background: linear-gradient(to right, #FF6B35, #FF4E50); color: #fff; border-radius: 0.4em; overflow: hidden; @@ -662,7 +662,7 @@ box-sizing: border-box; display: flex; flex-direction:row; margin-top: 0.8em; -background-color: #1E88E5; +background: linear-gradient(to right, #FF6B35, #FF4E50); padding: 0.4em 0.4em; color:#fff; border-radius:0.5em; @@ -729,7 +729,7 @@ text-align: center; text-decoration:line-through; } .shopping_container .currentprice{ - background-color:#1E88E5; + background: linear-gradient(to right, #FF6B35, #FF4E50); text-align:center; line-height:2em; color:#fff; @@ -760,7 +760,7 @@ text-align: center; .shopping_rightbox .input_shopjs{ height: 100%; width: 100%; - background: linear-gradient(to left,#1E88E5,#42A5F5); + background: linear-gradient(to right, #FF6B35, #FF4E50); border-radius:0.5em; color:#fff; text-align: center; @@ -783,7 +783,7 @@ text-align: center; .Hidden_box_to .select_box_pic{position:absolute; z-index:3; left:10px; top:-3em; width:8em; height:8em;border:1px solid #efefef; overflow:hidden;border-radius:10px;box-sizing:border-box;} .Hidden_box_to .select_box_pic image{width:100%; height:100%; } .Hidden_box_to .select_box_title{ float:left; width:10em; height:5em; margin-left:9em; line-height:2em; } -.Hidden_box_to .select_box_title .price{width:100%; color:#1E88E5; font-size:1em; font-weight:600; } +.Hidden_box_to .select_box_title .price{width:100%; color:#ff0000; font-size:1em; font-weight:600; } .Hidden_box_to .select_box_title .selguige{ width:100%;font-size:0.85em; line-height:1.2em;} .Hidden_box_to .select_box_title .selguige text{float: left; display: block;width:100%;} .Hidden_box_to .select_box_title .selguige text.selguige_font{margin:0.5em 0;margin-top:0.8em;height:1.2em;} @@ -812,7 +812,7 @@ text-align: center; line-height: 1.5em; } .select_box_selguige .selguige_box .selguige_item .select_name view{ - color:#1E88E5; + color:#ff4d00; } .select_box_selguige .selguige_box .selguige_item .select_colors{ width:auto; @@ -826,7 +826,7 @@ text-align: center; padding:0 0.5em; height:2.5em; line-height: 2.5em; - background:linear-gradient(to right,#1E88E5,#1E88E5); + background:linear-gradient(to right, #6BA3F0, #8BBDF5); border-radius:0.5em; color:#fff; font-size:0.85em; @@ -861,17 +861,17 @@ text-align: center; .select_box_selguige .selguige_box .selguige_item .select_box_selnum .select_box_selnum_box view.addcart_input text.num_add{ background-color:#e6e6e6;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAABFElEQVRoQ+2WzY3CUAyE7Q62BEqhA5wOKIEOgBK2g+0gLoFS6AA6eCgoB44z1lpC0eTs328mT3bbyOcb2cO0yLcpKUWkSBMBWasJbLmsFEHRRcTFzEZmXtGcSly7ItM0jWWweZ5be7UWXxbQIqS/pAgKTNZCSa1xshYKTNZCSclaJClZiwRGvVoRcTKzA9PD3fdL/BjjxuSZWWbmL5oDLxIRP+7+QAv/RxxzaMKLLINFxNHMdsyQ7n5eFWHP+Htm/qG9qEXQop9x+tlJalIEBSZroaR0opCkZC0SmF4tFJishZLSq0WSWk//J3MAki3e4e0/e2WoSo4WqVDrzJEinXQrtaVIhVpnjhTppFupLUUq1DpzXmJ4gDPsfhBzAAAAAElFTkSuQmCC'); } .select_box_selcolor{position: relative; float: left; padding:0.5em;box-sizing:border-box;} -.select_box_selcolor .selguige_item{ position: relative; float: left; display:flex; width:auto;margin:0.2em; margin-bottom:5px; padding:0 0.5em; padding-right:1.2em;height:28px; line-height:28px;font-weight:bold; overflow:hidden; cursor:pointer; color:#000;border:1px solid #dfdfdf;box-sizing:border-box; +.select_box_selcolor .selguige_item{ position: relative; float: left; display:flex; width:auto;margin:0.2em; margin-bottom:5px; padding:0 0.5em; padding-right:1.2em;height:28px; line-height:28px;font-weight:bold; color:Red; overflow:hidden; cursor:pointer; color:#000;border:1px solid #dfdfdf;box-sizing:border-box; } .select_box_selcolor .selguige_item text{position: absolute;right:-0.35em; top:-0.37em; width:2.2em; height:2.2em; display:block; background-size: 100% 100%;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsSAAALEgHS3X78AAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAHHSURBVHja7JZNT8IwHMafdlCmXhyMk5xE59QQvriJn4UsHEZ4ixdI3DIDwbCtaz0IyIAh42Ukxl6WtE1//XdPnz5ESolzNIoztX/w3wfnkgZati3PUnHTsshZKp7Dn2u1VJW7jgPP88A5hxQCecagaRpKup7uH+9aeRRFaNk2hoMB/OkUEecQQsCfTjEcDNCybURRlE5cu8A77TbCIEgcD4MAnXY7vaq3wV3HSYQquVwM7jpO+uuUBP/wvI3zGWN4fHrCTaWy6BuNRvvd403wYKlaxhhuq1WoFxcwTBMAoKoqKP1G+b6/v4Gswgn9Web27g6XV1d4mEE/JxP0ul0IIQAAcvbd27mW4fl8PiYyzjk45/icTNDv9RZQAGCFwuGWOYcXi8U19Y7H4zXo8tyDvbppWaSk62CMxeBv/f4alDG2MJKjPBJWo0EM04zBNyncMM3FZnLH8t57w1AURYmc93e4rovA90EohVoo4FrToJfLMeciSZnr9eVlrw3U6nVJKQUh39qTUkIIsXbsR3+PrUaDcM4RhiHCMASfeXYmQWAXbz9ZAvkNftLosw1+8syVBM8k7G2CZ5YyV+GZxttleOa5eg7/GgB1lu19vxWnNQAAAABJRU5ErkJggg==') no-repeat;} -.select_box_selcolor .selguige_item.selected{border:1px solid #3377FF;} +.select_box_selcolor .selguige_item.selected{border:1px solid #FB320A;} .select_box_selcolor .selguige_item.selected text{position: absolute;right:-0.35em; top:-0.37em; width:2.2em; height:2.2em; display:block; background-size: 100% 100%;background:url('data:image/png;base64,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') no-repeat;} .select_box_selcolor .selguige_item view{color:#000;font-weight:normal;line-height:2em;} .select_box_selcolor .selguige_item view.colortit{width:auto;height:2em;margin:0 0; line-height:2em; text-align:center;border:0;} .select_box_btn{width:100%; line-height:3em; color:#bbb; text-align:center;padding:1em 0.5em; box-sizing: border-box; } -.select_box_btn button{width:100%; height:3em; font-size:1em; line-height:3em; font-weight:bold; color:#fff; border:0; background:linear-gradient(to right,#3377FF,#3377FF); border-radius:0.5em; +.select_box_btn button{width:100%; height:3em; font-size:1em; line-height:3em; font-weight:bold; color:#fff; border:0; background:linear-gradient(to right, #FF6B35, #FF4E50); border-radius:0.5em; } .container .brand_item{ @@ -903,7 +903,7 @@ text-align: center; text-overflow: ellipsis; } .brand_item_cont .ourprice{ - color: #3377FF; + color: #FF6B35; font-weight: bold; } @@ -931,7 +931,7 @@ text-align: center; } .Hidden_box_to .body image{max-width:100%;} .Hidden_box_to.flashimage .body image{width:21em;height:23em;} -.Hidden_box_to .body button{margin:0.5em auto;background:linear-gradient(to right,#3377FF,#3377FF);color:#fff; border-radius:0.5em;} +.Hidden_box_to .body button{margin:0.5em auto;background:linear-gradient(to right, #6BA3F0, #8BBDF5);color:#fff; border-radius:0.5em;} .Hidden_box_to.flashimage .body button{position: absolute;left:20%; top:94%;width:60%;height:2.5em;border-radius:0.5em;} .Hidden_box_to .body .frombody{position: relative;float:left;margin:0; padding:0.5em 0;width:100%; display: flex;flex-direction: column; align-items: center; background-color:#fff;box-sizing: border-box;overflow: hidden;} .Hidden_box_to .body .frombody view{position: relative;float:left;margin:0; width:100%;display: flex;flex-direction:row;border-bottom:1px solid #f1f1f1;padding:0.5em 0; box-sizing: border-box; overflow: hidden;font-size:0.9em;} @@ -953,18 +953,18 @@ text-align: center; font-size:0.85em; } .Hidden_box_to .body view.check_box .fontbox .ptgztitle{ - color:#3377FF; + color:#FF6B35; } .Hidden_box_to .body .frombody view button::after {border: none;} .Hidden_box_to .body .frombody view button{width:8em; padding:0; height:2em; line-height: 2em; background:#eee; color:#000; border-radius:0.5em; font-size:0.85em;outline:none; box-sizing:border-box;} .Hidden_box_to .body view.button{border: 0; display: flex;flex-direction:row;width:100%;align-items: center; justify-content: center;} .Hidden_box_to .body .frmbody view.button{position: absolute; bottom:0;} -.Hidden_box_to .body view.button button{ width:38%;height:2.5em; line-height: 2.5em; background:linear-gradient(to right,#3377FF,#3377FF); color:#fff; border-radius:0.5em; font-size:0.85em;} +.Hidden_box_to .body view.button button{ width:38%;height:2.5em; line-height: 2.5em; background:linear-gradient(to right, #6BA3F0, #8BBDF5); color:#fff; border-radius:0.5em; font-size:0.85em;} .Hidden_box_to .body view.button button.qx{ margin-right:0%; background:linear-gradient(to left,#939393,#eee); color:#333;} .kaihongbao{ position: fixed;display:flex;align-items: center; justify-content: center; top:0; left:0; width:100%;height:100vh; background:rgba(0, 0, 0, 0.5);z-index: 10;} .kaihongbao_box{position: relative; padding: 8px; width:auto;height:auto; background-color: #fff; box-sizing: border-box; border-radius:0.5em;} .kaihongbao_box image{width:15em;height:22em;} -.kaihongbao_box button{background:linear-gradient(to left,#3377FF,#6699FF); color:#fff;} \ No newline at end of file +.kaihongbao_box button{background:linear-gradient(to right, #FF6B35, #FF4E50); color:#fff;} \ No newline at end of file diff --git a/pages/my/index.js b/pages/my/index.js index eff06b0..fc2f647 100644 --- a/pages/my/index.js +++ b/pages/my/index.js @@ -73,7 +73,7 @@ Page({ WxParse = require('../../wxParse/wxParse.js'); that = this wx.setBackgroundColor({ - backgroundColor: "#00B050", + backgroundColor: "#96C6F5", }) that.rdata(0) diff --git a/pages/my/index.wxss b/pages/my/index.wxss index cf2e1d3..c85dcf1 100644 --- a/pages/my/index.wxss +++ b/pages/my/index.wxss @@ -1,6 +1,6 @@ /**index.wxss**/ page{ - background: #FFFFFF; + background: linear-gradient(to bottom, #E8F4FC, #F5FAFF); } .container { position: relative; @@ -18,7 +18,7 @@ page{ flex-direction: row; padding: 70rpx 0; align-items: center; - background: linear-gradient(to bottom,#3377FF,#2A66CC); + background: linear-gradient(to bottom, #96C6F5, #B8DAF8); } .userinfo.agent{ background: linear-gradient(to bottom,#eb15d4,#850a78); @@ -562,7 +562,7 @@ page{ background-size: 100% 100%; } .logoutbutton{width: 100%; margin-bottom: 6em; padding:0.8em; box-sizing: border-box;} -.logoutbutton button{width:100%;height:2.5em; line-height: 2.5em; background:linear-gradient(to right,#3377FF,#3377FF); color:#fff; border-radius:0.5em;} +.logoutbutton button{width:100%;height:2.5em; line-height: 2.5em; background:linear-gradient(to right, #6BA3F0, #8BBDF5); color:#fff; border-radius:0.5em;} .Hidden_box{ position: fixed;display: flex;align-items: center; justify-content: center; top:0; left:0; width:100%;height:100vh; background:rgba(0, 0, 0, 0.5);z-index: 100;} .Hidden_box_to{position: relative; padding: 8px; width:90%;height:auto; background-color: #fff; box-sizing: border-box; border-radius:0.5em;} .Hidden_box_to.addcart_box{ position: absolute; bottom:0; width:100%;border-radius:0.5em 0.5em 0 0;} @@ -571,7 +571,7 @@ page{ .Hidden_box_to .title{width:100%;height:2.5em;} .Hidden_box_to .body{line-height:1em;} .Hidden_box_to .body button::after{border:0;} -.Hidden_box_to .body button{margin-top:0.5em;background:linear-gradient(to right,#3377FF,#3377FF);color:#fff; border-radius:0.5em;} +.Hidden_box_to .body button{margin-top:0.5em;background:linear-gradient(to right, #6BA3F0, #8BBDF5);color:#fff; border-radius:0.5em;} .Hidden_box_to.gotoagent .body{padding:1em 0; line-height: 1.2em;} .Hidden_box_to.gotoagent .body button{float: left;margin-top:1.5em; width:49%;height:2em; line-height:2em;} .Hidden_box_to.gotoagent .body button.closebtn{margin-right: 2%; background:#eee; color:#aaa;} \ No newline at end of file diff --git a/pages/news/index.wxss b/pages/news/index.wxss index 603bfcf..4473f06 100644 --- a/pages/news/index.wxss +++ b/pages/news/index.wxss @@ -1,5 +1,5 @@ page{ - background: #f5f5f5; + background: linear-gradient(to bottom, #E8F4FC, #F5FAFF); } .container { position: relative; @@ -10,11 +10,11 @@ page{ } .myorder-menu{display: flex;flex-direction: row;align-items: center;justify-content: center;width:100%; background-color: #fff;} .myorder-menu view{display: flex;flex: 1; height:2.5em; line-height: 2.5em; text-align: center; border:1px solid #f1f1f1; border-left:0;border-top: 0; align-items: center;justify-content: center;} -.myorder-menu view.hover{border-bottom:1px solid #1E88E5;color:#1E88E5;} +.myorder-menu view.hover{border-bottom:1px solid #6BA3F0;color:#6BA3F0;} .news-box{width:100%; padding:0 1em;box-sizing: border-box;} .news-item{position: relative; float:left; width:100%; margin:1em 0; padding:0; box-sizing: border-box; text-align: left; } .news-item .createTime{width: 100%;} -.news-item .createTime text{display: block;margin:0.5em auto; height: 1.5em; line-height: 1.5em; max-width:7em; padding:0.2em; text-align: center;background-color: #c9c9c9;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;} +.news-item .createTime text{display: block;margin:0.5em auto; height: 1.5em; line-height: 1.5em; max-width:7em; padding:0.2em 0.5em; text-align: center;background-color: #87CEEB;-webkit-border-radius:0.5em;-moz-border-radius:0.5em;border-radius:0.5em;color: #1A5276;font-size: 0.85em;} .news-item .item-box{position:relative; padding:1em;width: 100%;border:1px solid #ededed;border-radius:10px;box-sizing:border-box;background-color: #fff;} .news-item .item-box .title{width: 100%;background-color:#fff; line-height:1.2em;} .news-item .item-box .createTime2{width: 100%;color:#939393} diff --git a/pages/shop/index.wxss b/pages/shop/index.wxss index 4a9936b..36c4ed3 100644 --- a/pages/shop/index.wxss +++ b/pages/shop/index.wxss @@ -1,5 +1,5 @@ page{ - background: #FFFFFF; + background: linear-gradient(to bottom, #E8F4FC, #F5FAFF); } .container { position: relative; @@ -102,10 +102,10 @@ swiper-item image { margin:0 auto; } .menus .item-menu view.hover view{ - color:#1E88E5; + color:#6BA3F0; font-weight: 900; line-height: 2.5em; - border-bottom: 3px solid #1E88E5; + border-bottom: 3px solid #6BA3F0; } .mydata_box{ float:left; @@ -222,7 +222,7 @@ swiper-item image { width:0.5em; height: 1.5em; line-height: 1.5em; - background-color: #1E88E5; + background: linear-gradient(to bottom, #FF6B35, #FF4E50); border-radius:0.2em; } @@ -230,7 +230,7 @@ swiper-item image { flex: 1; text-align: right; align-self: center; - color:#1E88E5 + color:#FF6B35 } .choice_text{ margin-top: 0.5em; @@ -239,7 +239,7 @@ swiper-item image { display: flex; flex-direction: row; align-items: center; - background-color: #1565C0; + background: linear-gradient(to right, #6BA3F0, #8BBDF5); } .choice_text .line_flag{ margin-top: 0em; @@ -248,7 +248,7 @@ swiper-item image { width:0.5em; height: 1.5em; line-height: 1.5em; - background-color: #1E88E5; + background: linear-gradient(to bottom, #FFB800, #FF6B35); border-radius:0.2em; } .choice_text text{ @@ -327,7 +327,7 @@ box-sizing: border-box; .choice_box .choice_list .je .jeto{ display: flex; flex-direction:row; -color: #1E88E5; +color: #FF6B35; } .choice_box .choice_list .je .jeto.jeto0{