File tree Expand file tree Collapse file tree 3 files changed +44
-4
lines changed Expand file tree Collapse file tree 3 files changed +44
-4
lines changed Original file line number Diff line number Diff line change 41
41
<a-button type =" primary" @click =" nextStep" >下一步</a-button >
42
42
</a-form-item >
43
43
</a-form >
44
+ <a-divider />
45
+ <div class =" step-form-style-desc" >
46
+ <h3 >说明</h3 >
47
+ <h4 >转账到支付宝账户</h4 >
48
+ <p >如果需要,这里可以放一些关于产品的常见问题说明。如果需要,这里可以放一些关于产品的常见问题说明。如果需要,这里可以放一些关于产品的常见问题说明。</p >
49
+ <h4 >转账到银行卡</h4 >
50
+ <p >如果需要,这里可以放一些关于产品的常见问题说明。如果需要,这里可以放一些关于产品的常见问题说明。如果需要,这里可以放一些关于产品的常见问题说明。</p >
51
+ </div >
44
52
</div >
45
53
</template >
46
54
@@ -55,6 +63,29 @@ export default {
55
63
}
56
64
</script >
57
65
58
- <style scoped>
66
+ <style lang="less" scoped>
67
+ .step-form-style-desc {
68
+ padding : 0 56px ;
69
+ color : rgba (0 ,0 ,0 ,.45 );
59
70
71
+ h3 {
72
+ margin : 0 0 12px ;
73
+ color : rgba (0 ,0 ,0 ,.45 );
74
+ font-size : 16px ;
75
+ line-height : 32px ;
76
+ }
77
+
78
+ h4 {
79
+ margin : 0 0 4px ;
80
+ color : rgba (0 ,0 ,0 ,.45 );
81
+ font-size : 14px ;
82
+ line-height : 22px ;
83
+ }
84
+
85
+ p {
86
+ margin-top : 0 ;
87
+ margin-bottom : 12px ;
88
+ line-height : 22px ;
89
+ }
90
+ }
60
91
</style >
Original file line number Diff line number Diff line change 38
38
>
39
39
¥ 5,000.00
40
40
</a-form-item >
41
+ <a-divider />
42
+ <a-form-item
43
+ label =" 支付密码"
44
+ :labelCol =" {span: 5}"
45
+ :wrapperCol =" {span: 19}"
46
+ class =" stepFormText"
47
+ >
48
+ <a-input type =" password" style =" width : 80% ;" value =" 123456" />
49
+ </a-form-item >
41
50
<a-form-item :wrapperCol =" {span: 19, offset: 5}" >
42
51
<a-button :loading =" loading" type =" primary" @click =" nextStep" >提交</a-button >
43
52
<a-button style =" margin-left : 8px " @click =" prevStep" >上一步</a-button >
@@ -79,4 +88,4 @@ export default {
79
88
}
80
89
}
81
90
82
- </style >
91
+ </style >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
3
<a-form style =" margin : 40px auto 0 ;" >
4
- <result title =" 操作成功" :is-success =" true" description =" 预计两小时内到账" >
4
+ <result title =" 操作成功" :is-success =" true" description =" 预计两小时内到账" style = " max-width : 560 px ; " >
5
5
<div class =" information" >
6
6
<a-row >
7
7
<a-col :sm =" 8" :xs =" 24" >付款账户:</a-col >
@@ -47,7 +47,7 @@ export default {
47
47
this .$emit (' finish' )
48
48
},
49
49
toOrderList () {
50
- this .$router .push (' /list/query -list' )
50
+ this .$router .push (' /list/table -list' )
51
51
}
52
52
}
53
53
}
You can’t perform that action at this time.
0 commit comments