Commit 34d3c8c00682dfcf22aa3dadeb53429d28b9ce8e
1 parent
c8a0e37e
历史档案的显示问题
Showing
2 changed files
with
3 additions
and
2 deletions
packageD/pages/AI-test-skin/index/aiskin.wxml
1 | <view class="container1"> | 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 | <cover-view style="padding: 0 6rpx 0 25rpx;" bindtap="goto" data-url="/packageD/pages/AI-test-skin/history_record/history_record">历史档案</cover-view> | 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 | </view> | 5 | </view> |
6 | <image src="{{iurl}}/miniapp/images/skinimg/shouye.jpeg"></image> | 6 | <image src="{{iurl}}/miniapp/images/skinimg/shouye.jpeg"></image> |
7 | <view class="start_btn" bindtap="goto" data-url="/packageD/pages/AI-test-skin/shoot_notice/shoot_notice"> | 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,6 +21,7 @@ image { | ||
21 | border-radius: 50rpx 0 0 50rpx; | 21 | border-radius: 50rpx 0 0 50rpx; |
22 | box-shadow: 0 0 2px 2px #f7f5f5; | 22 | box-shadow: 0 0 2px 2px #f7f5f5; |
23 | color: #4ad5df; | 23 | color: #4ad5df; |
24 | + align-items: center; | ||
24 | } | 25 | } |
25 | .start_btn { | 26 | .start_btn { |
26 | position: fixed; | 27 | position: fixed; |