Commit fcfeeaa468e4c7aba2df1b7dd6d9724c29a378f2

Authored by abson
1 parent b760ef0a

拍摄须知页注意事项

packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxml
... ... @@ -54,8 +54,8 @@
54 54 <view class="btn">
55 55 准备闭眼拍摄
56 56 </view>
57   - <view>
58   - <text></text>
  57 + <view class="notice">
  58 + <text class="iconfont icon-info" style="margin-right: 5rpx;"></text>
59 59 <text>如无闭眼,将导致图片分析失败</text>
60 60 </view>
61 61 </view>
... ...
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
... ...