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
@@ -54,8 +54,8 @@ | @@ -54,8 +54,8 @@ | ||
54 | <view class="btn"> | 54 | <view class="btn"> |
55 | 准备闭眼拍摄 | 55 | 准备闭眼拍摄 |
56 | </view> | 56 | </view> |
57 | - <view> | ||
58 | - <text></text> | 57 | + <view class="notice"> |
58 | + <text class="iconfont icon-info" style="margin-right: 5rpx;"></text> | ||
59 | <text>如无闭眼,将导致图片分析失败</text> | 59 | <text>如无闭眼,将导致图片分析失败</text> |
60 | </view> | 60 | </view> |
61 | </view> | 61 | </view> |
packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxss
@@ -82,7 +82,12 @@ page { | @@ -82,7 +82,12 @@ page { | ||
82 | .btn_fixed { | 82 | .btn_fixed { |
83 | position: fixed; | 83 | position: fixed; |
84 | width: 100%; | 84 | width: 100%; |
85 | - bottom: -40rpx; | 85 | + bottom: 0; |
86 | height: 300rpx; | 86 | height: 300rpx; |
87 | background: #e7f5fb; | 87 | background: #e7f5fb; |
88 | +} | ||
89 | +.notice { | ||
90 | + text-align: center; | ||
91 | + color: red; | ||
92 | + font-size: 28rpx; | ||
88 | } | 93 | } |
89 | \ No newline at end of file | 94 | \ No newline at end of file |