Browse Source

人脸识别调整

kk.shi 3 years ago
parent
commit
18a784cc94

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

@@ -1,3 +1,3 @@
 <!--pages/welfareMall/staff/distinguish.wxml-->
 <topbar slot="head" title="" back-color-class="backColor" />
-<view class="distinguish"></view>
+<image class="distinguish" src="https://dy.shpr.top/welfareGo/distinguish.gif"  mode="widthFix" />

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

@@ -4,9 +4,6 @@ page{
 }
 .distinguish{
   width: 100%;
-  height: 100%;
-  background-image: url(https://dy.shpr.top/welfareGo/distinguish.gif);
-  background-size: 100% 100%;
 }
 
 .backColor{

+ 1 - 2
pages/welfareMall/staffManage/staffManage.wxss

@@ -91,8 +91,7 @@ page{
   width: 100%;
   height: 100%;
   top: 0;
-  background: #040404;
-  opacity: 0.8;
+  background: rgba(4,4,4,0.6);
   display: flex;
   justify-content: center;
   align-items: center;