Commit ec97a888053a69adbe0d10125cb5f631bf9fe1c1
1 parent
b7dd4c11
页面样式修整
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}}" style="font-size: 30rpx"> | 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: 6rpx 6rpx 6rpx 25rpx;" bindtap="goto" data-url="/packageD/pages/AI-test-skin/history_record/history_record">历史档案</cover-view> |
4 | <text class="iconfont icon-arrow_right" style="font-size: 30rpx"></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> |
packageD/pages/AI-test-skin/success_result/success_result.wxss
@@ -18,12 +18,13 @@ page { | @@ -18,12 +18,13 @@ page { | ||
18 | position: fixed; | 18 | position: fixed; |
19 | bottom: 100rpx; | 19 | bottom: 100rpx; |
20 | right: 0; | 20 | right: 0; |
21 | - padding: 20rpx; | 21 | + padding:8rpx 20rpx; |
22 | background-color: #fff; | 22 | background-color: #fff; |
23 | border: 2rpx solid #f0f0f0; | 23 | border: 2rpx solid #f0f0f0; |
24 | /* color: #FFF; */ | 24 | /* color: #FFF; */ |
25 | border-radius: 40rpx 0 0 40rpx; | 25 | border-radius: 40rpx 0 0 40rpx; |
26 | z-index: 99; | 26 | z-index: 99; |
27 | + align-items: center; | ||
27 | } | 28 | } |
28 | 29 | ||
29 | .tab_scroll_item { | 30 | .tab_scroll_item { |