Commit 8f37bef8 by sunchao

img->image&样式调整

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