Commit 34d3c8c00682dfcf22aa3dadeb53429d28b9ce8e

Authored by yvan.ni
1 parent c8a0e37e

历史档案的显示问题

packageD/pages/AI-test-skin/index/aiskin.wxml
1 1 <view class="container1">
2   - <view class="history" wx:if="{{show_his}}">
  2 + <view class="history" wx:if="{{show_his}}" style="font-size: 30rpx">
3 3 <cover-view style="padding: 0 6rpx 0 25rpx;" bindtap="goto" data-url="/packageD/pages/AI-test-skin/history_record/history_record">历史档案</cover-view>
4   - <text class="iconfont icon-arrow_right"></text>
  4 + <text class="iconfont icon-arrow_right" style="font-size: 30rpx"></text>
5 5 </view>
6 6 <image src="{{iurl}}/miniapp/images/skinimg/shouye.jpeg"></image>
7 7 <view class="start_btn" bindtap="goto" data-url="/packageD/pages/AI-test-skin/shoot_notice/shoot_notice">
... ...
packageD/pages/AI-test-skin/index/aiskin.wxss
... ... @@ -21,6 +21,7 @@ image {
21 21 border-radius: 50rpx 0 0 50rpx;
22 22 box-shadow: 0 0 2px 2px #f7f5f5;
23 23 color: #4ad5df;
  24 + align-items: center;
24 25 }
25 26 .start_btn {
26 27 position: fixed;
... ...