From dfecc0bbd87aadb09983279a0e4b4f1239d63d39 Mon Sep 17 00:00:00 2001 From: lym <16170814@qq.com> Date: Mon, 9 Mar 2026 22:19:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E6=88=90=E8=93=9D=E8=89=B2?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E7=BC=BA=E5=9B=BE=E6=A0=87=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 4 +-- app.wxss | 2 +- pages/business/index.wxss | 6 ++-- pages/cart/index.wxss | 10 +++---- pages/index/index.wxss | 62 +++++++++++++++++++-------------------- pages/my/index.wxss | 28 +++++++++--------- pages/news/index.wxss | 2 +- pages/sell/index.wxss | 20 ++++++------- 8 files changed, 67 insertions(+), 67 deletions(-) diff --git a/app.json b/app.json index 22f3aa5..846c40c 100644 --- a/app.json +++ b/app.json @@ -67,14 +67,14 @@ "backgroundTextStyle": "light", "navigationBarTextStyle": "white", "navigationBarTitleText": "银花优选", - "navigationBarBackgroundColor": "#00B050", + "navigationBarBackgroundColor": "#1E88E5", "backgroundColor": "#F2f2f2", "enablePullDownRefresh": true }, "tabBar": { "custom": true, "color": "#6e6d6b", - "selectedColor": "#00B050", + "selectedColor": "#1E88E5", "borderStyle": "white", "backgroundColor": "#292929", "list": [ diff --git a/app.wxss b/app.wxss index e2c64c5..4baca0b 100644 --- a/app.wxss +++ b/app.wxss @@ -7,5 +7,5 @@ } page { - background-color: #F2f2f2; + background-color: #FFFFFF; } diff --git a/pages/business/index.wxss b/pages/business/index.wxss index 01ab2ef..88d391b 100644 --- a/pages/business/index.wxss +++ b/pages/business/index.wxss @@ -12,7 +12,7 @@ page{ box-sizing: border-box; } -.container-header{ background-color: #00B050;} +.container-header{ background-color: #1E88E5;} .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;} @@ -26,13 +26,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 #1A6D3F;border-radius:0.5em 0 0 0.5em; background-color:#1D7946;} +.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 .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,#1D7946,#1D7946); border:1px solid #1A6D3F; 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,#1565C0,#1565C0); border:1px solid #1565C0; border-left:0; color:#fff; text-align: center; border-radius:0 0.5em 0.5em 0;} .swiper{ width:100%; diff --git a/pages/cart/index.wxss b/pages/cart/index.wxss index c3d7aed..99bc75d 100644 --- a/pages/cart/index.wxss +++ b/pages/cart/index.wxss @@ -1,5 +1,5 @@ page{ - background: #ccc; + background: #FFFFFF; } button::before { border:none; @@ -34,10 +34,10 @@ button::after { } .cartmbox{float:left;margin:0; padding:0; width:100%; height:100%;} .cartmbox .leftbox{float:left;position:relative;margin:0; padding:0; padding-left:1em; color: #000;font-size:1em; height:100%;line-height:50px;} -.cartmbox .leftbox text.cart_Total{font-style:normal; font-weight:bold; color:#ff0000;} +.cartmbox .leftbox text.cart_Total{font-style:normal; font-weight:bold; color:#1E88E5;} .cartmbox .rightbox{float:right;margin:0;padding-right:1em;height:100%; line-height:100%;} -.cartmbox .rightbox button{float:right; margin:0.7em 0; padding:0; width:6em; height:2.5em; line-height:2.5em; display:block; border:0; font-size: 1em; background-color:#fe6e09;border-radius:3px; color:#fff; border:0;border-radius:0 2em 2em 0;border:0;} -.cartmbox .rightbox button.input_shopcart,.cartmbox .rightbox button.input_shopdh{background: linear-gradient(to left,#ff9615,#fec811);border-radius:2em 0 0 2em;} +.cartmbox .rightbox button{float:right; margin:0.7em 0; padding:0; width:6em; height:2.5em; line-height:2.5em; display:block; border:0; font-size: 1em; background-color:#1E88E5;border-radius:3px; color:#fff; border:0;border-radius:0 2em 2em 0;border:0;} +.cartmbox .rightbox button.input_shopcart,.cartmbox .rightbox button.input_shopdh{background: linear-gradient(to left,#1E88E5,#42A5F5);border-radius:2em 0 0 2em;} .cartmbox .rightbox button.input_shopdh{border-radius:2em;width:7em;} .cartmbox .rightbox button[disabled='true']{background:#bbb;} .cartmbox .rightbox button.input_shopdh[disabled='true']{width:7em;background:#bbb;border-radius:2em;} @@ -50,7 +50,7 @@ button::after { .cart-product .cart-product-item .rname view{float:left;display:block;width:100%;padding-left:0;font-size: 12px;} .cart-product .cart-product-item .rname view.prodName{float:left; display:block;width:100%; } .cart-product .cart-product-item .rname view.je{ margin-top:0.5em;} -.cart-product .cart-product-item .rname text{ font-style:normal; color:#ff0000;} +.cart-product .cart-product-item .rname text{ font-style:normal; color:#1E88E5;} .cart-product .cart-product-item .rname view.je del{ font-style:normal; font-size:1em; font-weight:bold; color:#939393;} .cart-product .cart-product-item .rname view.tnum{margin-top:0.8em;} .cart-product .cart-product-item .rname view.tnum view,.cart-product .cart-product-item .rname view.tnum input{float:left; display: block; height:2.2em;width:2.2em;box-sizing: border-box; overflow: hidden;} diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 357fe46..35a49cb 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -8,7 +8,7 @@ page{ color: #000; font-size:14px; } - .container-header{ background-color: #00B050;} + .container-header{ background-color: #1E88E5;} .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 #1A6D3F;border-radius:0.5em 0 0 0.5em; background-color:#1D7946;} +.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 .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,#1D7946,#1D7946); border:1px solid #1A6D3F; 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,#1565C0,#1565C0); border:1px solid #1565C0; 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:#000; - border-bottom:2px solid #F9DF03; + color:#1E88E5; + border-bottom:2px solid #1E88E5; } .tab-box{ - background: greenyellow; + background: #FFFFFF; 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: #00B050; + background-color: #1E88E5; 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:#1b6b3f; + background-color:#1565C0; box-sizing: border-box; color:#fff; text-align: center; } .mydata_box .mydata_box_to .mydata_item.hover{ - background-color:#1D7946; + background-color:#1E88E5; } .mydata_box0{ display: flex; @@ -288,7 +288,7 @@ swiper-item image { flex-direction:column; width: 100%; border-radius:0.5em; - background-color:#1D7946; + background-color:#1565C0; } .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: #f0514d; + background-color: #1E88E5; border-radius:0.2em; } @@ -358,7 +358,7 @@ swiper-item image { flex: 1; text-align: right; align-self: center; - color:#ff0000 + color:#1E88E5 } .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: #1D7946; + background-color: #1565C0; overflow: hidden; } .choice_menu view{ @@ -506,7 +506,7 @@ swiper-item image { color:#fff; } .choice_menu view.hover{ - background-color: #00B050; + background-color: #1E88E5; } .choice_text{ width:100%; @@ -514,7 +514,7 @@ swiper-item image { display: flex; flex-direction: row; align-items: center; - background-color: #1C7A47; + background-color: #1565C0; 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: #00B050; + background-color: #1E88E5; 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,#0B8A85,#18BCB5); + background: linear-gradient(to right,#1E88E5,#42A5F5); 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: #00B050; +background-color: #1E88E5; 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:#f62800; + background-color:#1E88E5; 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,#ff9615,#fec811); + background: linear-gradient(to left,#1E88E5,#42A5F5); 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:#ff0000; font-size:1em; font-weight:600; } +.Hidden_box_to .select_box_title .price{width:100%; color:#1E88E5; 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:#ff4d00; + color:#1E88E5; } .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,#00B050,#00B050); + background:linear-gradient(to right,#1E88E5,#1E88E5); 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; color:Red; 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; 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,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') no-repeat;} -.select_box_selcolor .selguige_item.selected{border:1px solid #FB320A;} +.select_box_selcolor .selguige_item.selected{border:1px solid #3377FF;} .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,#00B050,#00B050); 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,#3377FF,#3377FF); border-radius:0.5em; } .container .brand_item{ @@ -903,7 +903,7 @@ text-align: center; text-overflow: ellipsis; } .brand_item_cont .ourprice{ - color: #ff4d00; + color: #3377FF; 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,#00B050,#00B050);color:#fff; border-radius:0.5em;} +.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.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:#ff4d00; + color:#3377FF; } .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,#00B050,#00B050); 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,#3377FF,#3377FF); 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,#f0514d,#ff8c04); color:#fff;} \ No newline at end of file +.kaihongbao_box button{background:linear-gradient(to left,#3377FF,#6699FF); color:#fff;} \ No newline at end of file diff --git a/pages/my/index.wxss b/pages/my/index.wxss index 5f324b2..cf2e1d3 100644 --- a/pages/my/index.wxss +++ b/pages/my/index.wxss @@ -1,6 +1,6 @@ /**index.wxss**/ page{ - background: #ccc; + background: #FFFFFF; } .container { position: relative; @@ -18,7 +18,7 @@ page{ flex-direction: row; padding: 70rpx 0; align-items: center; - background: linear-gradient(to bottom,#00B050,#019042); + background: linear-gradient(to bottom,#3377FF,#2A66CC); } .userinfo.agent{ background: linear-gradient(to bottom,#eb15d4,#850a78); @@ -81,7 +81,7 @@ page{ height: auto; line-height: 1.2; margin-left: 0.4em; - background: linear-gradient(to right, #00B050, #00B050); + background: linear-gradient(to right, #3377FF, #3377FF); color: white; border: none; border-radius: 0.5em; @@ -177,7 +177,7 @@ page{ height:2em; text-align: center; line-height: 2em; - background:linear-gradient(to right,#00B050,#00B050); + background:linear-gradient(to right,#3377FF,#3377FF); color:#fff; border-radius:0.5em; } @@ -199,7 +199,7 @@ page{ border-radius:0.5em 0 0 0.5em; } .qhshow-box.agent button{ - background:linear-gradient(to right,#00B050,#00B050); + background:linear-gradient(to right,#3377FF,#3377FF); } .balance-box{ display:flex; @@ -239,7 +239,7 @@ page{ align-items: center; } .balance-box .balance-item .item-font .money{ - color: #ff0000; + color: #3377FF; } .balance-box .balance-item .button{ display:flex; @@ -248,7 +248,7 @@ page{ align-items: center; justify-content: center; line-height: 2em; - background:linear-gradient(to right,#00B050,#00B050); + background:linear-gradient(to right,#3377FF,#3377FF); color: #fff; border-radius:0.5em; box-sizing: border-box; @@ -311,7 +311,7 @@ page{ align-items: center; justify-content: center; line-height: 1.6em; - background:linear-gradient(to right,#00B050,#00B050); + background:linear-gradient(to right,#3377FF,#3377FF); color: #fff; border-radius:0.5em; box-sizing: border-box; @@ -342,7 +342,7 @@ page{ justify-content: center; text-align: center; line-height: 1.2em; - background:linear-gradient(to right,#00B050,#00B050); + background:linear-gradient(to right,#3377FF,#3377FF); color: #fff; border-radius:0.5em; box-sizing: border-box; @@ -392,7 +392,7 @@ page{ width:6em; } .balance-box0 .balance-item .item-font .money{ - color: #00B050; + color: #3377FF; } .pintuan-box{ display:flex; @@ -437,7 +437,7 @@ page{ .pintuan-box .pintuan-item .item-font{ font-size: 1.2em; font-weight: 600; - color:#ff4d00; + color:#3377FF; } .pintuan-box .pintuan-item .item-title{ @@ -457,7 +457,7 @@ page{ align-items: center; width: 100%; height:3em; - background-color: #f52c32; + background-color: #3377FF; } .mydata_box view{ margin-top:0.5em; @@ -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,#00B050,#00B050); color:#fff; border-radius:0.5em;} +.logoutbutton button{width:100%;height:2.5em; line-height: 2.5em; background:linear-gradient(to right,#3377FF,#3377FF); 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,#00B050,#00B050);color:#fff; border-radius:0.5em;} +.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.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 69a8f41..603bfcf 100644 --- a/pages/news/index.wxss +++ b/pages/news/index.wxss @@ -10,7 +10,7 @@ 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 #00B050;color:#00B050;} +.myorder-menu view.hover{border-bottom:1px solid #1E88E5;color:#1E88E5;} .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%;} diff --git a/pages/sell/index.wxss b/pages/sell/index.wxss index d0e3de2..b72b9a5 100644 --- a/pages/sell/index.wxss +++ b/pages/sell/index.wxss @@ -1,5 +1,5 @@ page{ - background: #ccc; + background: #FFFFFF; } button::before { border:none; @@ -33,15 +33,15 @@ button::after { } .cartmbox{float:left;margin:0; padding:0; width:100%; height:100%;} .cartmbox .leftbox{float:left;position:relative;margin:0; padding:0; padding-left:1em; color: #000;font-size:1em; height:100%;line-height:50px;} -.cartmbox .leftbox text.cart_Total{font-style:normal; font-weight:bold; color:#ff0000;} +.cartmbox .leftbox text.cart_Total{font-style:normal; font-weight:bold; color:#1E88E5;} .cartmbox .rightbox{float:right;margin:0;padding-right:1em;height:100%; line-height:100%;} -.cartmbox .rightbox button{float:right; margin:0.7em 0; padding:0; width:6em; height:2.5em; line-height:2.5em; display:block; border:0; font-size: 1em; background-color:#fe6e09;border-radius:3px; color:#fff; border:0;border-radius:0 2em 2em 0;border:0;} -.cartmbox .rightbox button.input_shopcart,.cartmbox .rightbox button.input_shopdh{background: linear-gradient(to left,#ff9615,#fec811);border-radius:2em 0 0 2em;} +.cartmbox .rightbox button{float:right; margin:0.7em 0; padding:0; width:6em; height:2.5em; line-height:2.5em; display:block; border:0; font-size: 1em; background-color:#1E88E5;border-radius:3px; color:#fff; border:0;border-radius:0 2em 2em 0;border:0;} +.cartmbox .rightbox button.input_shopcart,.cartmbox .rightbox button.input_shopdh{background: linear-gradient(to left,#1E88E5,#42A5F5);border-radius:2em 0 0 2em;} .cartmbox .rightbox button.input_shopdh{border-radius:2em;width:7em;} .cartmbox .rightbox button[disabled='true']{background:#bbb;} .cartmbox .rightbox button.input_shopdh[disabled='true']{width:7em;background:#bbb;border-radius:2em;} .cartmbox0{float:left;margin:0; padding:0; width:100%; height:100%;} -.cartmbox0 button{ margin:0.7em auto; padding:0; width:8em; height:2.5em; line-height:2.5em; display:block; border:0; font-size: 1em; background-color:#fe6e09; color:#fff; border-radius:2em;border:0;} +.cartmbox0 button{ margin:0.7em auto; padding:0; width:8em; height:2.5em; line-height:2.5em; display:block; border:0; font-size: 1em; background-color:#1E88E5; color:#fff; border-radius:2em;border:0;} .cart-product{float:left;width:100%;} .cart-product .cart-product-item{float:left; margin:0.5em 0; padding:1em; width:100%; overflow:hidden; position:relative; border:1px solid #dfdfdf; border-left:0;border-right:0; background-color:#fff;box-sizing:border-box;} .cart-product .cart-product-item .limg{float:left; display: flex; width:25%;display:block; overflow: hidden;box-sizing:border-box;} @@ -51,11 +51,11 @@ button::after { .cart-product .cart-product-item .rname view{float:left;display:block;width:100%;padding-left:0;font-size: 12px;} .cart-product .cart-product-item .rname view.prodName{float:left; display:block;width:100%; } .cart-product .cart-product-item .rname view.je{ margin-top:0.5em;} -.cart-product .cart-product-item .rname text{ font-style:normal; color:#ff0000;} +.cart-product .cart-product-item .rname text{ font-style:normal; color:#1E88E5;} .cart-product .cart-product-item .rname view.je del{ font-style:normal; font-size:1em; font-weight:bold; color:#aaa;} .cart-product .cart-product-item .icon{position:absolute; right:0.8em; top:0.5em;width:1.5em; height:1.5em; padding:0.15em; background-color:#fff;border:1px solid #f1f1f1;border-radius:50%;box-sizing:border-box; overflow: hidden;} .cart-product .cart-product-item .icon image{width:100%;height:100%;} -.yunfei-box{display: flex;align-items: center; justify-content: center;line-height:3.5em;color:#ff4d00;} +.yunfei-box{display: flex;align-items: center; justify-content: center;line-height:3.5em;color:#1E88E5;} .yunfei-box text{color:#000;} .noproduct{display: flex; flex-direction: column; align-items: center; justify-content: center;line-height:3.5em;} .address_box{width:100%; padding:1em; box-sizing: border-box; background-color:#fff;border-top:1px solid #f8f8f8;} @@ -68,7 +68,7 @@ button::after { .address_box .address_box_address text{display: block; float:left; } .address_box .address_box_address .assistor{float:left; margin-top:0;width:20%;height:2em; text-align: center;} .address_box .address_box_address .assistor image{width:1.4em;height:1.4em;} -.address_box .address_box_address .assistor text{width:100%;color:#ff4d00;} +.address_box .address_box_address .assistor text{width:100%;color:#1E88E5;} .address_box .address_box_address text.address{width:70%; line-height: 1.5em;color: #333333;font-size: 14px;} .address_box .address_box_address .faifeito{position: absolute;top:0em;right:0; display: block; width:10%;height:2em;} .address_box .address_box_address .faifeito image{ width:1.2em;height:1.2em;} @@ -86,10 +86,10 @@ button::after { .image_box{display:block;width:3em;height: 3em;border:1px solid #dfdfdf;} .image_box image{display:block;width:100%;height: 100%;} .dhj_box{line-height:2em;} -.dhj_box text{color:#ff4d00;float:none;display: inline;} +.dhj_box text{color:#1E88E5;float:none;display: inline;} .pay_type_box{display:block;flex-grow: 1;} .pay_type_box view{float:left; padding:0 0.3em; margin-top:0.5em; margin-right:0.5em; display: flex; align-items: center; justify-content: center;line-height:2em; border:1px solid #f1f1f1; box-sizing: border-box;border-radius:0.5em;} -.pay_type_box view.hover{border:1px solid #ff4d00;} +.pay_type_box view.hover{border:1px solid #1E88E5;} .pay_type_box view image{width:1.4em;height:1.4em;margin-right:0.4em;} .Guests_box{width:100%; margin-top: 1em; padding:1em; box-sizing: border-box; background-color:#fff; font-size: 14px;}