Commit ec97a888053a69adbe0d10125cb5f631bf9fe1c1
1 parent
b7dd4c11
页面样式修整
Showing
2 changed files
with
3 additions
and
2 deletions
packageD/pages/AI-test-skin/index/aiskin.wxml
1 | 1 | <view class="container1"> |
2 | 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 | 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> | ... | ... |
packageD/pages/AI-test-skin/success_result/success_result.wxss
... | ... | @@ -18,12 +18,13 @@ page { |
18 | 18 | position: fixed; |
19 | 19 | bottom: 100rpx; |
20 | 20 | right: 0; |
21 | - padding: 20rpx; | |
21 | + padding:8rpx 20rpx; | |
22 | 22 | background-color: #fff; |
23 | 23 | border: 2rpx solid #f0f0f0; |
24 | 24 | /* color: #FFF; */ |
25 | 25 | border-radius: 40rpx 0 0 40rpx; |
26 | 26 | z-index: 99; |
27 | + align-items: center; | |
27 | 28 | } |
28 | 29 | |
29 | 30 | .tab_scroll_item { | ... | ... |