浏览代码

人脸识别样式调整

kk.shi 3 年之前
父节点
当前提交
3673319c95
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 1 1
      pages/welfareMall/staff/distinguish.wxml
  2. 4 0
      pages/welfareMall/staff/distinguish.wxss

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

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

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

@@ -1,9 +1,13 @@
 /* pages/welfareMall/staff/distinguish.wxss */
 page{
   height: 100%;
+  background-color: #13234D;
 }
 .distinguish{
   width: 100%;
+  height: 100%;
+  border: none;
+  border-radius: 0;
 }
 
 .backColor{