Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
8f37bef8
Commit
8f37bef8
authored
Dec 15, 2022
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
img->image&样式调整
parent
00c49ff6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
14 deletions
+19
-14
sfp/dataImport/data-import.css
+1
-1
sfp/footer/footer.vue
+4
-3
sfp/header/header.vue
+4
-3
sfp/index/index.css
+5
-2
sfp/index/index.vue
+5
-5
No files found.
sfp/dataImport/data-import.css
View file @
8f37bef8
...
@@ -197,7 +197,7 @@
...
@@ -197,7 +197,7 @@
}
}
.optionContent
{
.optionContent
{
position
:
fixed
;
position
:
fixed
;
bottom
:
0
;
bottom
:
40
rpx
;
left
:
0
;
left
:
0
;
width
:
100%
;
width
:
100%
;
display
:
flex
;
display
:
flex
;
...
...
sfp/footer/footer.vue
View file @
8f37bef8
<
template
>
<
template
>
<view
class=
"supportDeclarationContainer"
>
<view
class=
"supportDeclarationContainer"
>
<im
g
src=
"/static/images/cffpLogo.png"
alt=
""
srcset=
""
>
<im
age
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
:
60
rpx
;
width
:
60
rpx
!important
;
}
}
</
style
>
</
style
>
\ No newline at end of file
sfp/header/header.vue
View file @
8f37bef8
<
template
>
<
template
>
<view
class=
"supportTips"
>
<view
class=
"supportTips"
>
<im
g
src=
"/static/images/cffpLogo.png"
alt=
""
srcset=
""
>
<im
age
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
:
60
rpx
;
width
:
60
rpx
!important
;
}
}
</
style
>
</
style
>
\ No newline at end of file
sfp/index/index.css
View file @
8f37bef8
...
@@ -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
:
-3
0
rpx
;
top
:
5
0
rpx
;
left
:
28
rpx
;
left
:
10
rpx
;
width
:
100%
;
width
:
100%
;
font-size
:
24
rpx
;
font-size
:
24
rpx
;
text-align
:
left
;
text-align
:
left
;
...
...
sfp/index/index.vue
View file @
8f37bef8
...
@@ -55,9 +55,9 @@
...
@@ -55,9 +55,9 @@
<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
class=
"tips"
>
</view
>
<text>
(如有减保取现,请点击右侧按钮填写减保领取信息)
</text
>
<view
class=
"tips"
>
<
/view
>
<
text>
(如有减保取现,请点击右侧按钮填写减保领取信息)
</text
>
</view>
</view>
</view>
</view>
<!-- 年金提领信息 -->
<!-- 年金提领信息 -->
...
@@ -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'"
>
<im
g
src=
"/static/images/batchFileImport.png"
alt=
""
style=
"width: 50%;"
>
<im
age
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment