Commit 8f37bef8 by sunchao

img->image&样式调整

parent 00c49ff6
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
} }
.optionContent{ .optionContent{
position: fixed; position: fixed;
bottom: 0; bottom: 40rpx;
left: 0; left: 0;
width: 100%; width: 100%;
display: flex; display: flex;
......
<template> <template>
<view class="supportDeclarationContainer"> <view class="supportDeclarationContainer">
<img src="/static/images/cffpLogo.png" alt="" srcset=""> <image src="/static/images/cffpLogo.png" mode="widthFix"></image>
<text>本工具由CFFP财策师联盟提供技术支持</text> <text>本工具由CFFP财策师联盟提供技术支持</text>
</view> </view>
</template> </template>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
.supportDeclarationContainer img{ .supportDeclarationContainer uni-image{
width: 60rpx; width: 60rpx!important;
} }
</style> </style>
\ No newline at end of file
<template> <template>
<view class="supportTips"> <view class="supportTips">
<img src="/static/images/cffpLogo.png" alt="" srcset=""> <image src="/static/images/cffpLogo.png" mode="widthFix"></image>
<text>本工具由CFFP财策师联盟提供技术支持</text> <text>本工具由CFFP财策师联盟提供技术支持</text>
</view> </view>
</template> </template>
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
.supportTips text{ .supportTips text{
white-space: nowrap; white-space: nowrap;
} }
.supportTips img{ .supportTips uni-image{
width: 60rpx; width: 60rpx!important;
} }
</style> </style>
\ No newline at end of file
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
} }
.batchCalculateContent uni-image{
width: 50%!important;
}
.logo { .logo {
width: 100%; width: 100%;
} }
...@@ -157,8 +160,8 @@ ...@@ -157,8 +160,8 @@
} }
.tips{ .tips{
position: absolute; position: absolute;
bottom: -30rpx; top: 50rpx;
left: 28rpx; left: 10rpx;
width: 100%; width: 100%;
font-size: 24rpx; font-size: 24rpx;
text-align: left; text-align: left;
......
...@@ -55,11 +55,11 @@ ...@@ -55,11 +55,11 @@
<view class="radioButton" :class="{'selected':!withdrawalType}"></view> <view class="radioButton" :class="{'selected':!withdrawalType}"></view>
<text style="margin-left: 10rpx;">减保取现</text> <text style="margin-left: 10rpx;">减保取现</text>
</view> </view>
</view>
<view class="tips"> <view class="tips">
<text>(如有减保取现,请点击右侧按钮填写减保领取信息)</text> <text>(如有减保取现,请点击右侧按钮填写减保领取信息)</text>
</view> </view>
</view> </view>
</view>
<!-- 年金提领信息 --> <!-- 年金提领信息 -->
<view class="annuityContent" v-if="calcuteType==='2'"> <view class="annuityContent" v-if="calcuteType==='2'">
<view v-for="item in yearWithdrawalInfos"> <view v-for="item in yearWithdrawalInfos">
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
</view> </view>
<!-- 增额减保取现 --> <!-- 增额减保取现 -->
<view class="reduceInsuranceContent" v-if="!withdrawalType && calcuteType==='1'"> <view class="reduceInsuranceContent" v-if="!withdrawalType && calcuteType==='1'" style="margin-top: 30rpx;position: relative;">
<view class="tableTh"> <view class="tableTh">
<text>起领年度(年初)</text> <text>起领年度(年初)</text>
<text>止领年度(年末)</text> <text>止领年度(年末)</text>
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
</view> </view>
</view> </view>
<view class="batchCalculateContent" v-show="!resultShowFlag && calcuteMethod==='2'"> <view class="batchCalculateContent" v-show="!resultShowFlag && calcuteMethod==='2'">
<img src="/static/images/batchFileImport.png" alt="" style="width: 50%;"> <image src="/static/images/batchFileImport.png" mode="widthFix"></image>
<text>暂无数据</text> <text>暂无数据</text>
<text style="font-size: 14px;margin-top: 10rpx;">点击下方按钮输入批量数据</text> <text style="font-size: 14px;margin-top: 10rpx;">点击下方按钮输入批量数据</text>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment