@@ -1,4 +1,6 @@
{
- "usingComponents": {},
+ "usingComponents": {
+ "topbar": "../../../components/topbar"
+ },
"navigationStyle": "custom"
}
@@ -1,2 +1,3 @@
<!--pages/welfareMall/staff/distinguish.wxml-->
+<topbar slot="head" title="" back-color-class="backColor" />
<view class="distinguish"></view>
@@ -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;
@@ -82,6 +82,7 @@ page{
font-size: 44rpx;
font-weight: 500;
color: #A0A0A0;
+ opacity: 0.5;
.writeOff-content{