diff --git a/pages/AvgCarry/index.vue b/pages/AvgCarry/index.vue
index 4010429..04defec 100644
--- a/pages/AvgCarry/index.vue
+++ b/pages/AvgCarry/index.vue
@@ -27,7 +27,7 @@
diff --git a/pages/AvgOrderPkg/index.scss b/pages/AvgOrderPkg/index.scss
index 52a8cd6..6529eb6 100644
--- a/pages/AvgOrderPkg/index.scss
+++ b/pages/AvgOrderPkg/index.scss
@@ -219,7 +219,7 @@
line-height: 40px;
width: 60%;
font-size: 16px;
- background-color: #1296DB;
+ background-color: #41ABE2;
color: #fff;
}
.foot{
diff --git a/pages/checkAccept/index.scss b/pages/checkAccept/index.scss
index 9410bd6..2ed13df 100644
--- a/pages/checkAccept/index.scss
+++ b/pages/checkAccept/index.scss
@@ -196,7 +196,7 @@
height: 35px;
line-height: 35px;
width: 45%;
- background-color: #1296DB;
+ background-color: #41ABE2;
}
}
diff --git a/pages/inventory/index.scss b/pages/inventory/index.scss
index e7c213e..f0d5e3a 100644
--- a/pages/inventory/index.scss
+++ b/pages/inventory/index.scss
@@ -218,10 +218,8 @@
line-height: 40px;
width: 60%;
font-size: 16px;
- background-color: rgb(78, 159, 253);
- box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4);
+ background-color: #41ABE2;
color: #fff;
- // border: 1px solid #ccc;
}
.bottom-button{
height: 100%;
@@ -229,8 +227,7 @@
line-height: 30px;
width: 60%;
font-size: 16px;
- color:rgb(18, 150, 219);
- // border: 1px solid #ccc;
+ color:#41ABE2;
width: 60%;
margin-left: -10%;
text-align: center;
diff --git a/pages/payInto/index.scss b/pages/payInto/index.scss
index 03d4506..042cab6 100644
--- a/pages/payInto/index.scss
+++ b/pages/payInto/index.scss
@@ -55,13 +55,16 @@
}
.golists{
- width: 75%;
+ width: 55%;
height:5vh;
- margin-left:11vh;
+ margin-left:18vh;
margin-top: 2.5vh;
- background-color: rgba(18, 150, 219,0.8);
- box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4);
- color: #fff;
+ background: rgba(255, 141, 29, 0.8);
+ border-radius: 28px;
+ font-family: Source Han Sans CN;
+ font-weight: 400;
+ font-size: 18px;
+ color: #FFFFFF;
}
}
.all-card{
@@ -264,7 +267,7 @@
height: 100%;
line-height: 35px;
width: 70%;
- background-color: rgb(31, 163, 219);
+ background-color: #41ABE2;
font-size: 16px;
}
diff --git a/pages/payInto/index.vue b/pages/payInto/index.vue
index 6298e71..1504102 100644
--- a/pages/payInto/index.vue
+++ b/pages/payInto/index.vue
@@ -129,7 +129,7 @@
+ style="background-color: #41ABE2;">确认入库
diff --git a/pages/receive/index.scss b/pages/receive/index.scss
index a47bf0f..123c8ce 100644
--- a/pages/receive/index.scss
+++ b/pages/receive/index.scss
@@ -177,7 +177,7 @@
height: 35px;
line-height: 35px;
width: 45%;
- background-color: #1296DB;
+ background-color: #41ABE2;
}
}
diff --git a/pages/receive/receiveHomeWorks/receiveHomeWork.vue b/pages/receive/receiveHomeWorks/receiveHomeWork.vue
index 3fcaf8c..e780881 100644
--- a/pages/receive/receiveHomeWorks/receiveHomeWork.vue
+++ b/pages/receive/receiveHomeWorks/receiveHomeWork.vue
@@ -482,7 +482,7 @@
height: 35px;
line-height: 35px;
width: 45%;
- background-color: #1296DB;
+ background-color: #41ABE2;
}
}
diff --git a/pages/release/index.scss b/pages/release/index.scss
index 1480c3b..3c2266f 100644
--- a/pages/release/index.scss
+++ b/pages/release/index.scss
@@ -218,19 +218,10 @@
line-height: 40px;
width: 60%;
font-size: 16px;
- background-color: rgb(78, 159, 253);
+ background-color: #41ABE2;
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4);
color: #fff;
- // border: 1px solid #ccc;
}
- // button{
- // height: 100%;
- // margin-top: 20px;
- // line-height: 40px;
- // width: 60%;
- // font-size: 16px;
-
- // }
.foot{
position: fixed;
bottom: 15px;