Browse Source

人脸识别返回

kk.shi 3 years ago
parent
commit
48c81ae13b

+ 3 - 1
pages/welfareMall/staff/distinguish.json

@@ -1,4 +1,6 @@
 {
-  "usingComponents": {},
+  "usingComponents": {
+    "topbar": "../../../components/topbar"
+  },
   "navigationStyle": "custom"
 }

+ 1 - 0
pages/welfareMall/staff/distinguish.wxml

@@ -1,2 +1,3 @@
 <!--pages/welfareMall/staff/distinguish.wxml-->
+<topbar slot="head" title="" back-color-class="backColor" />
 <view class="distinguish"></view>

+ 5 - 0
pages/welfareMall/staff/distinguish.wxss

@@ -7,4 +7,9 @@ page{
   height: 100%;
   background-image: url(https://dy.shpr.top/welfareGo/distinguish.gif);
   background-size: 100% 100%;
+}
+
+.backColor{
+  color: #FFFFFF;
+  opacity: 0.9;
 }

+ 1 - 0
pages/welfareMall/writeOff/writeOff.wxss

@@ -82,6 +82,7 @@ page{
   font-size: 44rpx;
   font-weight: 500;
   color: #A0A0A0;
+  opacity: 0.5;
 }
 
 .writeOff-content{