Browse Source

[分享][修改]:[分享弹层样式的修改]

tags/C.7.1.0
meo 6 years ago
parent
commit
df4d422739
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      components/shareposter/index.wxss
  2. +1
    -1
      pages/coupon/detail/index.wxss
  3. +1
    -1
      pages/index/searchbar/detail/index.wxss
  4. +1
    -1
      pages/spellGroup/mySpellGroup/index.wxss

+ 1
- 1
components/shareposter/index.wxss View File

@@ -6,7 +6,7 @@
left: 0;
background: rgba(0, 0, 0, 0.5);
overflow: hidden;
z-index: 10;
z-index: 10000;
color: #fff;
}



+ 1
- 1
pages/coupon/detail/index.wxss View File

@@ -775,7 +775,7 @@ checkbox-group, radio-group {
left: 0;
background: rgba(0, 0, 0, 0.5);
overflow: hidden;
z-index: 10;
z-index: 10000;
color: #fff;
}



+ 1
- 1
pages/index/searchbar/detail/index.wxss View File

@@ -305,7 +305,7 @@
left: 0;
background: rgba(0, 0, 0, 0.5);
overflow: hidden;
z-index: 10;
z-index: 10000;
color: #fff;
}



+ 1
- 1
pages/spellGroup/mySpellGroup/index.wxss View File

@@ -541,7 +541,7 @@ top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
overflow: hidden;
z-index: 1001;
z-index: 10000;
color: #fff;
}



Loading…
Cancel
Save