Commit fcfeeaa468e4c7aba2df1b7dd6d9724c29a378f2
1 parent
b760ef0a
拍摄须知页注意事项
Showing
2 changed files
with
8 additions
and
3 deletions
packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxml
packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxss
| ... | ... | @@ -82,7 +82,12 @@ page { |
| 82 | 82 | .btn_fixed { |
| 83 | 83 | position: fixed; |
| 84 | 84 | width: 100%; |
| 85 | - bottom: -40rpx; | |
| 85 | + bottom: 0; | |
| 86 | 86 | height: 300rpx; |
| 87 | 87 | background: #e7f5fb; |
| 88 | +} | |
| 89 | +.notice { | |
| 90 | + text-align: center; | |
| 91 | + color: red; | |
| 92 | + font-size: 28rpx; | |
| 88 | 93 | } |
| 89 | 94 | \ No newline at end of file | ... | ... |