diff --git a/packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxml b/packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxml
index b6090e2..962542f 100644
--- a/packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxml
+++ b/packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxml
@@ -54,8 +54,8 @@
准备闭眼拍摄
-
-
+
+
如无闭眼,将导致图片分析失败
diff --git a/packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxss b/packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxss
index 8a56117..3a5ae21 100644
--- a/packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxss
+++ b/packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxss
@@ -82,7 +82,12 @@ page {
.btn_fixed {
position: fixed;
width: 100%;
- bottom: -40rpx;
+ bottom: 0;
height: 300rpx;
background: #e7f5fb;
+}
+.notice {
+ text-align: center;
+ color: red;
+ font-size: 28rpx;
}
\ No newline at end of file