赵启卫 2 лет назад
Родитель
Сommit
275ec5c058

+ 1 - 1
application/admin/view/record/record/chart_rebate.php

xqd
@@ -299,7 +299,7 @@
                         elem: that.$refs.page
                         ,count:that.count
                         ,limit:that.limit
-                        ,theme: '#1E9FFF',
+                        ,theme: '#191C6E',
                         jump:function(obj){
                             that.page=obj.curr;
                         }

+ 1 - 1
application/admin/view/record/record/product_info.php

xqd
@@ -209,7 +209,7 @@
                             elem: that.$refs.page
                             ,count:that.count
                             ,limit:that.limit
-                            ,theme: '#1E9FFF',
+                            ,theme: '#191C6E',
                             jump:function(obj){
                                 that.page=obj.curr;
                             }

+ 2 - 2
application/admin/view/record/record/ranking_commission.php

xqd xqd
@@ -114,7 +114,7 @@
                         elem: that.$refs.month_page
                         ,count:that.count
                         ,limit:that.limit
-                        ,theme: '#1E9FFF',
+                        ,theme: '#191C6E',
                         jump:function(obj){
                             that.page=obj.curr;
                         }
@@ -126,7 +126,7 @@
                         elem: that.$refs.page
                         ,count:that.monthcount
                         ,limit:that.limit
-                        ,theme: '#1E9FFF',
+                        ,theme: '#191C6E',
                         jump:function(obj){
                             that.monthpage=obj.curr;
                         }

+ 2 - 2
application/admin/view/record/record/ranking_point.php

xqd xqd
@@ -110,7 +110,7 @@
                         elem: that.$refs.month_page
                         ,count:that.count
                         ,limit:that.limit
-                        ,theme: '#1E9FFF',
+                        ,theme: '#191C6E',
                         jump:function(obj){
                             that.page=obj.curr;
                         }
@@ -122,7 +122,7 @@
                         elem: that.$refs.page
                         ,count:that.monthcount
                         ,limit:that.limit
-                        ,theme: '#1E9FFF',
+                        ,theme: '#191C6E',
                         jump:function(obj){
                             that.monthpage=obj.curr;
                         }

+ 1 - 1
application/admin/view/special/barrage/special_barrage.php

xqd
@@ -254,7 +254,7 @@
                     layList.laypage.render({
                         elem: this.$refs.barrage_page,
                         count: count,
-                        limit:this.limit,theme: '#1E9FFF',
+                        limit:this.limit,theme: '#191C6E',
                         jump:function (obj,first) {
                             if (!first) {
                                 that.page=obj.curr;

+ 3 - 3
application/admin/view/user/user/access.php

xqd xqd xqd
@@ -234,7 +234,7 @@
                     elem: that.$refs.page_order
                     ,count:that.count.data_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.data_page=obj.curr;
                     }
@@ -243,7 +243,7 @@
                     elem: that.$refs.page_buy
                     ,count:that.count.pay_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.pay_page=obj.curr;
                     }
@@ -252,7 +252,7 @@
                     elem: that.$refs.test_page
                     ,count:that.count.test_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.test_page=obj.curr;
                     }

+ 5 - 5
application/admin/view/user/user/see.php

xqd xqd xqd xqd xqd
@@ -335,7 +335,7 @@
                     elem: that.$refs.page_order
                     ,count:that.count.order_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.order_page=obj.curr;
                     }
@@ -344,7 +344,7 @@
                     elem: that.$refs.page_buy
                     ,count:that.count.pay_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.pay_page=obj.curr;
                     }
@@ -353,7 +353,7 @@
                     elem: that.$refs.Sign_page
                     ,count:that.count.sign_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.sign_page=obj.curr;
                     }
@@ -362,7 +362,7 @@
                     elem: that.$refs.balancechang_page
                     ,count:that.count.balanceChang_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.balancechang_page=obj.curr;
                     }
@@ -372,7 +372,7 @@
                     elem: that.$refs.spread_page
                     ,count:that.count.spread_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.spread_page=obj.curr;
                     }

+ 5 - 5
application/admin/view/user/user/user_data.php

xqd xqd xqd xqd xqd
@@ -5,7 +5,7 @@
     .data .avatar{width: 100px;height: 100px;float: left;margin-left: 10px}
     .data .item{color: #000000;font-size: 20px;text-align: center;float: left;line-height: 100px;padding-left: 20px;}
     .data .avatar img{width: 100px;height: 100px;border-radius: 50%}
-    .data .item .text{color: #1E9FFF;cursor: pointer}
+    .data .item .text{color: #191C6E;cursor: pointer}
     .data .item-right{float: right;padding-right: 25px}
     .data .item-right button{border-radius: 5px;}
     .data .form table td{border: none;font-size: 14px;}
@@ -427,7 +427,7 @@
                         elem: that.$refs.pay_page
                         ,count:that.count.pay_count
                         ,limit:that.limit
-                        ,theme: '#1E9FFF',
+                        ,theme: '#191C6E',
                         jump:function(obj){
                             that.page.pay_page=obj.curr;
                         }
@@ -436,7 +436,7 @@
                         elem: that.$refs.bill_page
                         ,count:that.count.bill_count
                         ,limit:that.limit
-                        ,theme: '#1E9FFF',
+                        ,theme: '#191C6E',
                         jump:function(obj){
                             that.page.bill_page=obj.curr;
                         }
@@ -445,7 +445,7 @@
                         elem: that.$refs.order_page
                         ,count:that.count.order_count
                         ,limit:that.limit
-                        ,theme: '#1E9FFF',
+                        ,theme: '#191C6E',
                         jump:function(obj){
                             that.page.order_page=obj.curr;
                         }
@@ -454,7 +454,7 @@
                         elem: that.$refs.spread_page
                         ,count:that.count.spread_count
                         ,limit:that.limit
-                        ,theme: '#1E9FFF',
+                        ,theme: '#191C6E',
                         jump:function(obj){
                             that.page.spread_page=obj.curr;
                         }

+ 2 - 2
application/admin/view/widget/images.php

xqd xqd
@@ -166,7 +166,7 @@
                                 elem: this.$refs['main-footer']
                                 , count: res.data.count
                                 , limit: this.limit
-                                , theme: '#1E9FFF',
+                                , theme: '#191C6E',
                                 groups: 3,
                                 jump: function (obj) {
                                     vm.page = obj.curr;
@@ -366,7 +366,7 @@
                             elem: that.$refs['main-footer']
                             , count: res.data.count
                             , limit: that.limit
-                            , theme: '#1E9FFF',
+                            , theme: '#191C6E',
                             jump: function (obj) {
                                 that.page = obj.curr;
                             }

+ 2 - 2
application/admin/view/widget/images2.php

xqd xqd
@@ -307,7 +307,7 @@
                                 elem: this.$refs.image_page
                                 , count: res.data.count
                                 , limit: this.limit
-                                , theme: '#1E9FFF',
+                                , theme: '#191C6E',
                                 groups: 3,
                                 jump: function (obj) {
                                     vm.page = obj.curr;
@@ -475,7 +475,7 @@
                             elem: that.$refs.image_page
                             , count: res.data.count
                             , limit: that.limit
-                            , theme: '#1E9FFF',
+                            , theme: '#191C6E',
                             jump: function (obj) {
                                 that.page = obj.curr;
                             }

+ 6 - 6
application/merchant/view/merchant/user_notice/details.php

xqd xqd xqd xqd xqd xqd
@@ -130,7 +130,7 @@
                     elem: that.$refs.page_order
                     ,count:that.count.order_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.order_page=obj.curr;
                     }
@@ -139,7 +139,7 @@
                     elem: that.$refs.integral_page
                     ,count:that.count.integral_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.integral_page=obj.curr;
                     }
@@ -148,7 +148,7 @@
                     elem: that.$refs.Sign_page
                     ,count:that.count.sign_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.sign_page=obj.curr;
                     }
@@ -157,7 +157,7 @@
                     elem: that.$refs.copons_page
                     ,count:that.count.coupon_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.copons_page=obj.curr;
                     }
@@ -166,7 +166,7 @@
                     elem: that.$refs.balancechang_page
                     ,count:that.count.balanceChang_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.balancechang_page=obj.curr;
                     }
@@ -176,7 +176,7 @@
                     elem: that.$refs.spread_page
                     ,count:that.count.spread_count
                     ,limit:that.limit
-                    ,theme: '#1E9FFF',
+                    ,theme: '#191C6E',
                     jump:function(obj){
                         that.page.spread_page=obj.curr;
                     }

+ 2 - 2
application/merchant/view/widget/images.php

xqd xqd
@@ -172,7 +172,7 @@
                                 elem: this.$refs['main-footer']
                                 , count: res.data.count
                                 , limit: this.limit
-                                , theme: '#1E9FFF',
+                                , theme: '#191C6E',
                                 groups: 3,
                                 jump: function (obj) {
                                     vm.page = obj.curr;
@@ -372,7 +372,7 @@
                             elem: that.$refs['main-footer']
                             , count: res.data.count
                             , limit: that.limit
-                            , theme: '#1E9FFF',
+                            , theme: '#191C6E',
                             jump: function (obj) {
                                 that.page = obj.curr;
                             }

+ 1 - 1
application/wap/view/first/my/order_reply.html

xqd
@@ -188,7 +188,7 @@
         height: .86rem;
         border-radius: .43rem;
         margin-top: .55rem;
-        background: linear-gradient(90deg, #409dff 0%, #1e85fb 100%);
+        background: #191C6E;
         font-family: inherit;
         font-weight: normal;
         font-size: .3rem;

+ 1 - 1
application/wap/view/first/special/details.html

xqd
@@ -611,7 +611,7 @@
         width: 1.6rem;
         height: .56rem;
         border-radius: .28rem;
-        background-image: linear-gradient(90deg, #409dff 0%, #1e85fb 100%);
+        background: #191C6E;
         font-size: .26rem;
         color: #fff;
     }

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
public/static/plug/layer/theme/default/layer.css


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
public/static/plug/layui/css/layui.css


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
public/static/plug/layui/css/modules/layer/default/layer.css


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
public/static/plug/layui/lay/modules/colorpicker.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
public/static/plug/layui/layui.all.js


+ 9 - 9
public/system/css/images.css

xqd xqd xqd xqd xqd xqd xqd
@@ -52,7 +52,7 @@ body {
 }
 
 .main-header .layui-btn {
-    border-right: 1px solid #1E9FFF;
+    border-right: 1px solid #191C6E;
 }
 
 .main-header .layui-btn-disabled {
@@ -60,7 +60,7 @@ body {
 }
 
 .main-header .layui-btn:first-child {
-    border-left: 1px solid #1E9FFF;
+    border-left: 1px solid #191C6E;
 }
 
 .main-header .layui-btn-disabled:first-child {
@@ -68,7 +68,7 @@ body {
 }
 
 .main-header .layui-btn-disabled + .layui-btn-normal {
-    border-left-color: #1E9FFF;
+    border-left-color: #191C6E;
 }
 
 .main-content {
@@ -162,7 +162,7 @@ body {
 }
 
 .image-wrap .layui-btn:hover {
-    color: #1e9fff;
+    color: #191C6E;
 }
 
 .image-wrap .fa {
@@ -184,7 +184,7 @@ body {
 }
 
 .image-item input:focus {
-    border-color: #1e9fff;
+    border-color: #191C6E;
 }
 
 .main-footer {
@@ -219,11 +219,11 @@ body {
 
 .layui-layer-tips .layui-layer-content {
     padding: 0 !important;
-    background-color: #1e9fff !important;
+    background-color: #191C6E !important;
 }
 
 .layui-layer-tips i.layui-layer-TipsT {
-    border-right-color: #1e9fff !important;
+    border-right-color: #191C6E !important;
 }
 
 .layui-tree-entry:hover .layui-layer-tips {
@@ -231,11 +231,11 @@ body {
 }
 
 .layui-tree-txt.on {
-    color: #1e9fff;
+    color: #191C6E;
 }
 
 .layui-laypage a:hover {
-    color: #1E9FFF;
+    color: #191C6E;
 }
 
 .empty {

+ 1 - 5
public/wap/first/zsff/components/evaluate-dialog/index.css

xqd
@@ -174,11 +174,7 @@
     height: .86rem;
     border-radius: .43rem;
     margin-top: .55rem;
-    background: -webkit-gradient(linear, left top, right top, from(#409DFF), to(#1E85FB));
-    background: -webkit-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -moz-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -o-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: linear-gradient(90deg, #409DFF 0%, #1E85FB 100%);
+    background: #191C6E;
     font-family: inherit;
     font-weight: normal;
     font-size: .3rem;

+ 13 - 65
public/wap/first/zsff/css/style.css

xqd xqd xqd xqd xqd xqd xqd xqd xqd xqd xqd xqd xqd
@@ -3301,11 +3301,7 @@ input:-webkit-autofill:focus {
     width: 1.4rem;
     height: .5rem;
     border-radius: .25rem;
-    background: -webkit-gradient(linear, left top, right top, from(#409DFF), to(#1E85FB));
-    background: -webkit-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -moz-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -o-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: linear-gradient(90deg, #409DFF 0%, #1E85FB 100%);
+    background:#191C6E;
     font-size: .24rem;
     line-height: .5rem;
     text-align: center;
@@ -5885,11 +5881,7 @@ input:-webkit-autofill:focus {
 
 .goodsClass .header {
     height: 1.78rem;
-    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(44, 101, 247, 1)), to(rgba(64, 157, 255, 1)));
-    background-image: -webkit-linear-gradient(left, rgba(44, 101, 247, 1) 0, rgba(64, 157, 255, 1) 100%);
-    background-image: -moz-linear-gradient(left, rgba(44, 101, 247, 1) 0, rgba(64, 157, 255, 1) 100%);
-    background-image: -o-linear-gradient(left, rgba(44, 101, 247, 1) 0, rgba(64, 157, 255, 1) 100%);
-    background-image: linear-gradient(90deg, rgba(44, 101, 247, 1) 0, rgba(64, 157, 255, 1) 100%)
+    background:#191C6E;
 }
 
 .goodsClass .header .search {
@@ -10974,11 +10966,7 @@ input:-webkit-autofill:focus {
     flex: 1;
     height: .76rem;
     border-radius: .38rem;
-    background: -webkit-gradient(linear, left top, right top, from(#409DFF), to(#1E85FB));
-    background: -webkit-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -moz-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -o-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: linear-gradient(90deg, #409DFF 0%, #1E85FB 100%);
+    background: #191C6E;
     font-size: .28rem;
     color: #FFFFFF;
 }
@@ -11647,11 +11635,7 @@ input:-webkit-autofill:focus {
     height: .7rem;
     border-radius: .35rem;
     margin-left: .3rem;
-    background: -webkit-gradient(linear, left top, right top, from(#409DFF), to(#1E85FB));
-    background: -webkit-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -moz-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -o-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: linear-gradient(90deg, #409DFF 0%, #1E85FB 100%);
+    background: #191C6E;
     font-size: .3rem;
     color: #FFFFFF;
 }
@@ -14973,11 +14957,7 @@ input:-webkit-autofill:focus {
     width: 1.26rem;
     height: .44rem;
     border-radius: .22rem;
-    background: -webkit-gradient(linear, left top, right top, from(#409DFF), to(#1E85FB));
-    background: -webkit-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -moz-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -o-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: linear-gradient(90deg, #409DFF 0%, #1E85FB 100%);
+    background: #191C6E;
     font-size: .24rem;
     line-height: .44rem;
     text-align: center;
@@ -15063,11 +15043,7 @@ input:-webkit-autofill:focus {
     height: .76rem;
     border-radius: .38rem;
     margin-left: .55rem;
-    background: -webkit-gradient(linear, left top, right top, from(#409DFF), to(#1E85FB));
-    background: -webkit-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -moz-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -o-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: linear-gradient(90deg, #409DFF 0%, #1E85FB 100%);
+    background: #191C6E;
     font-size: .28rem;
     line-height: .76rem;
     text-align: center;
@@ -15754,11 +15730,7 @@ input:-webkit-autofill:focus {
     width: 1rem;
     height: .44rem;
     border-radius: .22rem;
-    background: -webkit-gradient(linear, left top, right top, from(#409DFF), to(#1E85FB));
-    background: -webkit-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -moz-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -o-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: linear-gradient(90deg, #409DFF 0%, #1E85FB 100%);
+    background: #191C6E;
     font-size: .22rem;
     line-height: .44rem;
     text-align: center;
@@ -15890,11 +15862,7 @@ input:-webkit-autofill:focus {
     height: .76rem;
     border-radius: .38rem;
     margin-left: .55rem;
-    background: -webkit-gradient(linear, left top, right top, from(#409DFF), to(#1E85FB));
-    background: -webkit-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -moz-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -o-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: linear-gradient(90deg, #409DFF 0%, #1E85FB 100%);
+    background: #191C6E;
     font-family: inherit;
     font-size: .28rem;
     line-height: normal;
@@ -18875,11 +18843,7 @@ input:-webkit-autofill:focus {
     height: .5rem;
     border-radius: .25rem;
     margin-left: .35rem;
-    background: -webkit-gradient(linear, left top, right top, from(#409DFF), to(#1E85FB));
-    background: -webkit-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -moz-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -o-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: linear-gradient(90deg, #409DFF 0%, #1E85FB 100%);
+    background: #191C6E;
     font-size: .24rem;
     color: #fff;
 }
@@ -19238,11 +19202,7 @@ input:-webkit-autofill:focus {
 .single-special .evaluate button {
     padding: .09rem .28rem;
     border-radius: .28rem;
-    background: -webkit-gradient(linear, left top, right top, from(#409dff), to(#1e85fb));
-    background: -webkit-linear-gradient(left, #409dff 0%, #1e85fb 100%);
-    background: -moz-linear-gradient(left, #409dff 0%, #1e85fb 100%);
-    background: -o-linear-gradient(left, #409dff 0%, #1e85fb 100%);
-    background: linear-gradient(90deg, #409dff 0%, #1e85fb 100%);
+    background: #191C6E;
     font-family: inherit;
     font-weight: normal;
     font-size: .26rem;
@@ -19367,11 +19327,7 @@ input:-webkit-autofill:focus {
 }
 
 .single-special .footer>div button:last-child {
-    background: -webkit-gradient(linear, left top, right top, from(#409dff), to(#1e85fb));
-    background: -webkit-linear-gradient(left, #409dff 0%, #1e85fb 100%);
-    background: -moz-linear-gradient(left, #409dff 0%, #1e85fb 100%);
-    background: -o-linear-gradient(left, #409dff 0%, #1e85fb 100%);
-    background: linear-gradient(90deg, #409dff 0%, #1e85fb 100%);
+    background: #191C6E;
 }
 
 .single-special .footer>div button div {
@@ -20003,11 +19959,7 @@ input:-webkit-autofill:focus {
     height: .76rem;
     border-radius: .38rem;
     margin-left: .26rem;
-    background: -webkit-gradient(linear, left top, right top, from(#409dff), to(#1e85fb));
-    background: -webkit-linear-gradient(left, #409dff 0%, #1e85fb 100%);
-    background: -moz-linear-gradient(left, #409dff 0%, #1e85fb 100%);
-    background: -o-linear-gradient(left, #409dff 0%, #1e85fb 100%);
-    background: linear-gradient(90deg, #409dff 0%, #1e85fb 100%);
+    background: #191C6E;
     font-family: inherit;
     font-weight: normal;
     font-size: .28rem;
@@ -20952,11 +20904,7 @@ input:-webkit-autofill:focus {
     width: 2.2rem;
     height: .7rem;
     border-radius: .35rem;
-    background: -webkit-gradient(linear, left top, right top, from(#409DFF), to(#1E85FB));
-    background: -webkit-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -moz-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: -o-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
-    background: linear-gradient(90deg, #409DFF 0%, #1E85FB 100%);
+    background: #191C6E;
     font-size: .3rem;
     color: #FFFFFF;
 }

Некоторые файлы не были показаны из-за большого количества измененных файлов