Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
S
shop-new
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
王天霸
shop-new
Commits
fd78f9c8
提交
fd78f9c8
authored
11月 11, 2021
作者:
郑伟娜
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
保证金页面
上级
54b11697
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
68 行增加
和
0 行删除
+68
-0
securityFund.vue
src/views/system/asset/securityFund.vue
+68
-0
没有找到文件。
src/views/system/asset/securityFund.vue
0 → 100644
浏览文件 @
fd78f9c8
<
template
>
<div
class=
"app-container securityFund"
>
<el-card
class=
"box-card"
>
<div
class=
"header"
>
<i
class=
"el-icon-warning"
style=
"color: #F1914E; "
></i>
这里展示您保证金的交保、退保、补缴、扣除等记录,保证金并不是向云仓付费,而是作为专项资产在您的账户中。保证金余额不支持直接提现,当退出相应服务后可申请退还保证金!
</div>
<div
class=
"securityFund-title"
>
<i
style=
"display: inline-block; width: 3px; height: 15px; background: #3AA0FF; margin-right: 5px;"
></i>
保证金
</div>
<div
class=
"securityFund-content"
>
<div
style=
"display: flex; align-items: center;"
>
<span><i
class=
"el-icon-success"
style=
"color: #67c23a; font-size: 26px;"
></i></span>
<span
style=
"margin: 0 20px 0 5px;"
>
已缴纳保证金
</span>
<span>
合约期内保证金不能提现,合作到期后双方如终止合作则退还保证金。
</span>
</div>
<div
style=
"display: flex; justify-content: space-between; margin-top: 50px;"
>
<div
style=
"width: 48%; text-align: center; border-right: 2px solid #E8E7E7;"
>
<div>
保证金金额
</div>
<div
style=
"font-size: 30px; color: #3AA0FF; margin-top: 20px;"
>
¥5000.00
</div>
</div>
<div
style=
"width: 48%; text-align: center; display: flex; justify-content: center; align-items: flex-end;"
>
<div>
<div>
初始应缴
</div>
<div
style=
"font-size: 30px; color: #3AA0FF; margin-top: 20px;"
>
¥5000.00
</div>
</div>
<div
style=
"padding: 6px 0 6px 10px;"
>
【保证金额度说明】
</div>
<div
style=
"padding: 6px 0;"
>
【保证金额度说明】
</div>
</div>
</div>
<div
style=
"text-align: center; margin-top: 50px; width: 96%;"
>
<el-button
type=
"primary"
size=
"mini"
style=
"width: 80px;"
>
充值
</el-button>
<el-button
size=
"mini"
style=
"width: 80px;"
>
申请退保
</el-button>
</div>
</div>
</el-card>
</div>
</
template
>
<
style
scoped
>
.securityFund
.header
{
border
:
1px
solid
#F1914E
;
background
:
#FFF5ED
;
padding
:
15px
;
font-size
:
14px
;
margin
:
10px
auto
;
}
.securityFund-title
{
display
:
flex
;
align-items
:
center
;
font-weight
:
bold
;
font-size
:
15px
;
color
:
#333
;
border-bottom
:
2px
solid
#F6F6F8
;
padding-bottom
:
10px
;
margin-top
:
40px
;
}
.securityFund-content
{
background
:
#F8FBFD
;
height
:
300px
;
color
:
#333
;
font-weight
:
bold
;
font-size
:
14px
;
padding
:
30px
;
margin-top
:
30px
;
}
</
style
>
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论