@@ -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" />
@@ -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{