liyongli 3 år sedan
förälder
incheckning
958d07d7f3

+ 1 - 1
miniprogram/app.json

@@ -10,7 +10,7 @@
   ],
   "window": {
     "backgroundTextStyle": "light",
-    "navigationBarBackgroundColor": "#2db7f5",
+    "navigationBarBackgroundColor": "#0b8cf5",
     "navigationBarTitleText": "交警",
     "navigationBarTextStyle": "white"
   },

+ 3 - 3
miniprogram/pages/answer/index.wxss

@@ -11,7 +11,7 @@
 .questionPage .foote{
   display: flex;
   text-align: center;
-  color: #2db7f5;
+  color: #0b8cf5;
   border-top: 1px solid #E6E6E6;
 }
 
@@ -27,9 +27,9 @@
 }
 
 .queType{
-  color:#4491ea;
+  color:#0b8cf5;
   font-size: 15px;
-  border: 1rpx solid #4491ea;
+  border: 1rpx solid #0b8cf5;
   display: inline-block;
   padding: 2px 4px;
   margin-right: 5rpx;

+ 5 - 5
miniprogram/pages/answerInfo/index.wxss

@@ -7,12 +7,12 @@
 
 }
 .css-shadow{
-  -moz-box-shadow:2px 2px 10px #2db7f5; 
-  -webkit-box-shadow:2px 2px 10px #2db7f5; 
-  box-shadow:2px 2px 10px #2db7f5;
+  -moz-box-shadow:2px 2px 10px #0b8cf5; 
+  -webkit-box-shadow:2px 2px 10px #0b8cf5; 
+  box-shadow:2px 2px 10px #0b8cf5;
 }
 .css-shadow-bottom{
-  box-shadow:0px 2px 5px #2db7f5;
+  box-shadow:0px 2px 5px #0b8cf5;
 }
 .score-col {
   text-align: center;
@@ -28,7 +28,7 @@
 }
 .startAnswer{
   font-size: 30rpx;
-  background-color: #2db7f5;
+  background-color: #0b8cf5;
   width: 250rpx;
   height: 80rpx;
   line-height: 80rpx;

+ 3 - 1
miniprogram/pages/detail/index.json

@@ -1,3 +1,5 @@
 {
-  "usingComponents": {}
+  "usingComponents": {},
+  "navigationBarBackgroundColor": "#f8f8f8",
+  "navigationBarTextStyle":"black"
 }