Commit 2b5c71987a5f18739bc16f554063b12993b20c6c
1 parent
15952cb9
拍照的过程
Showing
1 changed file
with
1 additions
and
2 deletions
packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxss
... | ... | @@ -2,11 +2,10 @@ |
2 | 2 | page { |
3 | 3 | width: 100vw; |
4 | 4 | height: 100%; |
5 | - /*padding: 40rpx 30rpx 0 30rpx;*/ | |
5 | + padding: 40rpx 30rpx 0 30rpx; | |
6 | 6 | box-sizing: border-box; |
7 | 7 | background-color: #e7f5fb; |
8 | 8 | } |
9 | -.page_set{padding: 40rpx 30rpx 0 30rpx;} | |
10 | 9 | .content { |
11 | 10 | width: 100%; |
12 | 11 | /* height: 100%; */ | ... | ... |