Commit 37c5a890b8121cbdb60b42da0ecf78a5168c8657

Authored by 后端研发-倪永富
1 parent 6f51e350

助力活动-分享图样式修改

pages/user/assistance/task_assistance.wxss
@@ -159,14 +159,20 @@ page { @@ -159,14 +159,20 @@ page {
159 } 159 }
160 160
161 .closes { 161 .closes {
162 - margin-top: 20rpx; 162 + /* margin-top: 20rpx; */
163 } 163 }
164 164
165 .canvas { 165 .canvas {
166 position: fixed; 166 position: fixed;
167 z-index: 11; 167 z-index: 11;
168 width: 100%; 168 width: 100%;
169 - top: 20rpx; 169 + top: 0;
  170 + bottom: 0;
  171 + left: 0;
  172 + right: 0;
  173 + background-color: rgba(0,0,0,.5);
  174 + box-sizing: border-box;
  175 + padding-top: 60rpx;
170 } 176 }
171 177
172 .close { 178 .close {
@@ -206,15 +212,15 @@ page { @@ -206,15 +212,15 @@ page {
206 } 212 }
207 213
208 .closes { 214 .closes {
209 - margin-top: 20rpx; 215 + /* margin-top: 20rpx; */
210 } 216 }
211 217
212 -.canvas { 218 +/* .canvas {
213 position: fixed; 219 position: fixed;
214 z-index: 20; 220 z-index: 20;
215 width: 100%; 221 width: 100%;
216 top: 20rpx; 222 top: 20rpx;
217 -} 223 +} */
218 224
219 .close { 225 .close {
220 width: 70rpx; 226 width: 70rpx;